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

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

Completed in 135 milliseconds