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

/external/pdfium/fpdfsdk/src/javascript/
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 54 milliseconds