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

  /external/pdfium/fxjs/
cfxjse_value.h 45 CFXJSE_HostObject* ToHostObject(CFXJSE_Class* lpClass) const;
cfxjse_value.cpp 71 CFXJSE_HostObject* CFXJSE_Value::ToHostObject(CFXJSE_Class* lpClass) const {
  /external/pdfium/xfa/fxfa/parser/
cxfa_scriptcontext.cpp 74 return static_cast<CXFA_ThisProxy*>(pValue->ToHostObject(pClass));
114 return static_cast<CXFA_Object*>(pValue->ToHostObject(pClass));
cscript_hostpseudomodel.cpp 24 return static_cast<CXFA_Node*>(pValue->ToHostObject(pClass));

Completed in 41 milliseconds