Home
last modified time | relevance | path

Searched refs:OnScreen_OutView (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
Dcjs_event_context.cpp250 void CJS_EventContext::OnScreen_OutView(bool bModifier, in OnScreen_OutView() function in CJS_EventContext
253 m_pEventHandler->OnScreen_OutView(bModifier, bShift, pScreen); in OnScreen_OutView()
Dijs_event_context.h117 virtual void OnScreen_OutView(bool bModifier,
Dcjs_event_context.h113 void OnScreen_OutView(bool bModifier,
DJS_EventHandler.h131 void OnScreen_OutView(bool bModifier, bool bShift, CPDFSDK_Annot* pScreen);
DJS_Runtime_Stub.cpp109 void OnScreen_OutView(bool bModifier, in OnScreen_OutView() function in CJS_EventContextStub
DJS_EventHandler.cpp332 void CJS_EventHandler::OnScreen_OutView(bool bModifier, in OnScreen_OutView() function in CJS_EventHandler