Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dglobal.h42 bool QueryProperty(const FX_WCHAR* propname);
Dglobal.cpp63 bool JSGlobalAlternate::QueryProperty(const FX_WCHAR* propname) { in QueryProperty() function in JSGlobalAlternate
DJS_Define.h329 bool bRet = pObj->QueryProperty(propname.c_str()); in JSSpecialPropQuery()