OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cjs_eventhandler
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/fpdfsdk/javascript/
JS_EventHandler.cpp
17
CJS_EventHandler
::
CJS_EventHandler
(CJS_EventContext* pContext)
39
CJS_EventHandler
::~
CJS_EventHandler
() {}
41
void
CJS_EventHandler
::OnApp_Init() {
45
void
CJS_EventHandler
::OnDoc_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv,
52
void
CJS_EventHandler
::OnDoc_WillPrint(
58
void
CJS_EventHandler
::OnDoc_DidPrint(
64
void
CJS_EventHandler
::OnDoc_WillSave(
70
void
CJS_EventHandler
::OnDoc_DidSave
[
all
...]
event.cpp
52
CJS_EventHandler
* pEvent =
70
CJS_EventHandler
* pEvent =
83
CJS_EventHandler
* pEvent =
93
CJS_EventHandler
* pEvent =
110
CJS_EventHandler
* pEvent =
123
CJS_EventHandler
* pEvent =
136
CJS_EventHandler
* pEvent =
146
CJS_EventHandler
* pEvent =
179
CJS_EventHandler
* pEvent =
197
CJS_EventHandler
* pEvent
[
all
...]
cjs_event_context.h
16
class
CJS_EventHandler
;
125
CJS_EventHandler
* GetEventHandler() const { return m_pEventHandler.get(); }
131
std::unique_ptr<
CJS_EventHandler
> m_pEventHandler;
JS_EventHandler.h
61
class
CJS_EventHandler
{
63
explicit
CJS_EventHandler
(CJS_EventContext* pContext);
64
virtual ~
CJS_EventHandler
();
PublicMethods.cpp
763
CJS_EventHandler
* pEvent =
908
CJS_EventHandler
* pEvent = pContext->GetEventHandler();
1009
CJS_EventHandler
* pEvent =
1109
CJS_EventHandler
* pEvent = pContext->GetEventHandler();
[
all
...]
cjs_event_context.cpp
15
m_pEventHandler(new
CJS_EventHandler
(this)),
Completed in 493 milliseconds