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

  /external/pdfium/fpdfsdk/include/javascript/
IJavaScript.h 35 virtual void OnPage_InView(CPDFSDK_Document* pTarget) = 0;
JS_Context.h 39 virtual void OnPage_InView(CPDFSDK_Document* pTarget);
JS_EventHandler.h 79 void OnPage_InView(CPDFSDK_Document* pTarget);
  /external/pdfium/fpdfsdk/src/javascript/
JS_Context.cpp 181 void CJS_Context::OnPage_InView(CPDFSDK_Document* pTarget)
184 m_pEventHandler->OnPage_InView(pTarget);
JS_EventHandler.cpp 111 void CJS_EventHandler::OnPage_InView(CPDFSDK_Document* pDoc)
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 739 pContext->OnPage_InView(pDocument);

Completed in 121 milliseconds