Home
last modified time | relevance | path

Searched refs:m_cwBaseURL (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_document.h309 WideString m_cwBaseURL; variable
H A Dcjs_document.cpp901 return CJS_Result::Success(pRuntime->NewString(m_cwBaseURL.AsStringView())); in get_base_URL()
906 m_cwBaseURL = pRuntime->ToWideString(vp); in set_base_URL()