Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.h43 CJS_Value(CJS_Runtime* pRuntime, const FX_WCHAR* pWstr);
74 void operator=(const FX_WCHAR* pWstr);
DJS_Value.cpp69 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const FX_WCHAR* pWstr) in CJS_Value() argument
71 operator=(pWstr); in CJS_Value()
189 void CJS_Value::operator=(const FX_WCHAR* pWstr) { in operator =() argument
190 m_pValue = FXJS_NewString(m_pJSRuntime->GetIsolate(), (wchar_t*)pWstr); in operator =()