Home
last modified time | relevance | path

Searched refs:GetGlobalProperty (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h69 bool GetGlobalProperty(CXFA_FFDoc* hDoc,
Dcpdfxfa_docenvironment.cpp1005 bool CPDFXFA_DocEnvironment::GetGlobalProperty(CXFA_FFDoc* hDoc, in GetGlobalProperty() function in CPDFXFA_DocEnvironment
/external/pdfium/xfa/fxfa/
Dfxfa.h253 virtual bool GetGlobalProperty(CXFA_FFDoc* hDoc,
/external/pdfium/fxjs/
Dcfxjse_engine.cpp259 pNotify->GetDocEnvironment()->GetGlobalProperty(pNotify->GetHDOC(), in GlobalPropertyGetter()