HomeSort by relevance Sort by last modified time
    Searched defs:CJS_EventHandler (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.cpp 19 /* ---------------------------- CJS_EventHandler ---------------------------- */
21 CJS_EventHandler::CJS_EventHandler(CJS_Context * pContext) :
46 CJS_EventHandler::~CJS_EventHandler()
50 void CJS_EventHandler::OnApp_Init()
55 void CJS_EventHandler::OnDoc_Open(CPDFSDK_Document* pDoc, const CFX_WideString& strTargetName)
63 void CJS_EventHandler::OnDoc_WillPrint(CPDFSDK_Document* pDoc)
70 void CJS_EventHandler::OnDoc_DidPrint(CPDFSDK_Document* pDoc)
77 void CJS_EventHandler::OnDoc_WillSave(CPDFSDK_Document* pDoc
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_EventHandler.h 62 class CJS_EventHandler
65 CJS_EventHandler(CJS_Context * pContext);
66 virtual ~CJS_EventHandler();

Completed in 237 milliseconds