Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DJS_Value.h42 CJS_Value(CJS_Runtime* pRuntime, const FX_WCHAR* pWstr);
DJS_Value.cpp58 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const FX_WCHAR* pWstr) in CJS_Value() argument
59 : m_pValue(pRuntime->NewString(pWstr)) {} in CJS_Value()