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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Define.h 87 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject());
113 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject());
157 C* pObj = reinterpret_cast<C*>(pJSObj->GetEmbedObject());
359 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
376 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
403 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
426 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
JS_Object.h 59 CJS_EmbedObj* GetEmbedObject() const { return m_pEmbedObj.get(); }
JS_EventHandler.cpp 615 Document* pDocument = (Document*)pJSDocument->GetEmbedObject();
621 Field* pField = (Field*)pJSField->GetEmbedObject();
638 Document* pDocument = (Document*)pJSDocument->GetEmbedObject();
644 Field* pField = (Field*)pJSField->GetEmbedObject();
app.cpp 437 TimerObj* pTimerObj = (TimerObj*)pJS_TimerObj->GetEmbedObject();
476 TimerObj* pTimerObj = (TimerObj*)pJS_TimerObj->GetEmbedObject();
497 if (TimerObj* pTimerObj = (TimerObj*)pJSObj->GetEmbedObject()) {
533 if (TimerObj* pTimerObj = (TimerObj*)pJSObj->GetEmbedObject()) {
Document.cpp 141 Document* pDoc = static_cast<Document*>(GetEmbedObject());
307 Field* pField = (Field*)pJSField->GetEmbedObject();
427 (PrintParamsObj*)pJSObj->GetEmbedObject()) {
    [all...]
JS_Runtime.cpp 228 if (Document* pDocument = (Document*)pJSDocument->GetEmbedObject())
global.cpp 93 static_cast<JSGlobalAlternate*>(GetEmbedObject());
Field.cpp 113 Field* pField = static_cast<Field*>(GetEmbedObject());
    [all...]

Completed in 2713 milliseconds