Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_global.h47 CJS_Result QueryProperty(const wchar_t* propname);
Dcjs_global.cpp45 pObj->QueryProperty(PropFromV8Prop(info.GetIsolate(), property).c_str()); in JSSpecialPropQuery()
224 CJS_Result CJS_Global::QueryProperty(const wchar_t* propname) { in QueryProperty() function in CJS_Global