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

  /external/pdfium/fxjs/
cjs_object.h 61 CJS_EmbedObj* GetEmbedObject() const { return m_pEmbedObj.get(); }
JS_Define.h 77 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject());
105 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject());
133 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject());
cjs_eventhandler.cpp 607 Document* pDocument = static_cast<Document*>(pJSDocument->GetEmbedObject());
612 Field* pField = static_cast<Field*>(pJSField->GetEmbedObject());
634 Document* pDocument = static_cast<Document*>(pJSDocument->GetEmbedObject());
639 Field* pField = static_cast<Field*>(pJSField->GetEmbedObject());
cjs_global.cpp 45 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
65 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
93 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
116 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
238 static_cast<JSGlobalAlternate*>(GetEmbedObject());
cjs_document.cpp 128 Document* pDoc = static_cast<Document*>(GetEmbedObject());
259 Field* pField = static_cast<Field*>(pJSField->GetEmbedObject());
369 static_cast<PrintParamsObj*>(pJSObj->GetEmbedObject())) {
    [all...]
cjs_runtime.cpp 196 Document* pDocument = static_cast<Document*>(pJSDocument->GetEmbedObject());
cjs_app.cpp 319 TimerObj* pTimerObj = static_cast<TimerObj*>(pJS_TimerObj->GetEmbedObject());
347 TimerObj* pTimerObj = static_cast<TimerObj*>(pJS_TimerObj->GetEmbedObject());
384 TimerObj* pTimerObj = static_cast<TimerObj*>(pJSObj->GetEmbedObject());
cjs_field.cpp     [all...]

Completed in 2386 milliseconds