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

  /external/pdfium/fxjs/
cfxjse_engine.cpp 123 CXFA_Object* pThisObject) {
142 m_pThisObject = pThisObject;
143 CFXJSE_Value* pValue = pThisObject ? GetJSValueFromMap(pThisObject) : nullptr;
476 CXFA_Node* pThisObject = pParent->GetParent();
478 CreateVariablesContext(pScriptNode, pThisObject);
480 m_pThisObject = pThisObject;
cfxjse_engine.h 60 CXFA_Object* pThisObject);

Completed in 45 milliseconds