HomeSort by relevance Sort by last modified time
    Searched refs:GetGlobalVariable (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
JS_GlobalData.h 88 CJS_GlobalData_Element* GetGlobalVariable(const FX_CHAR* propname);
JS_GlobalData.cpp 140 CJS_GlobalData_Element* CJS_GlobalData::GetGlobalVariable(
157 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) {
180 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) {
204 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) {
229 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) {
252 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) {
274 if (CJS_GlobalData_Element* pData = GetGlobalVariable(sPropName)) {

Completed in 118 milliseconds