Searched refs:ToHostObject (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fxjs/
H A Dcfxjse_value.h45 CFXJSE_HostObject* ToHostObject(CFXJSE_Class* lpClass) const;
H A Dcfxjse_value.cpp71 CFXJSE_HostObject* CFXJSE_Value::ToHostObject(CFXJSE_Class* lpClass) const { function in class:CFXJSE_Value
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_scriptcontext.cpp74 return static_cast<CXFA_ThisProxy*>(pValue->ToHostObject(pClass));
114 return static_cast<CXFA_Object*>(pValue->ToHostObject(pClass));
H A Dcscript_hostpseudomodel.cpp24 return static_cast<CXFA_Node*>(pValue->ToHostObject(pClass));

Completed in 97 milliseconds