Searched refs:GetTimerHandler (Results 1 – 16 of 16) sorted by relevance
/external/pdfium/fxjs/ |
D | global_timer.cpp | 32 m_nTimerID(pRuntime->GetTimerHandler()->SetTimer(dwElapse, Trigger)), in GlobalTimer() 45 if (m_pRuntime && m_pRuntime->GetTimerHandler()) in ~GlobalTimer() 46 m_pRuntime->GetTimerHandler()->KillTimer(m_nTimerID); in ~GlobalTimer()
|
D | cjs_runtime.cpp | 137 TimerHandlerIface* CJS_Runtime::GetTimerHandler() const { in GetTimerHandler() function in CJS_Runtime 138 return m_pFormFillEnv ? m_pFormFillEnv->GetTimerHandler() : nullptr; in GetTimerHandler()
|
D | cjs_runtime.h | 42 TimerHandlerIface* GetTimerHandler() const;
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffapp.cpp | 68 TimerHandlerIface* CXFA_FFApp::GetTimerHandler() { in GetTimerHandler() function in CXFA_FFApp 69 return m_pProvider->GetTimerHandler(); in GetTimerHandler()
|
D | cxfa_ffapp.h | 31 TimerHandlerIface* GetTimerHandler() override;
|
D | fxfa.h | 193 virtual TimerHandlerIface* GetTimerHandler() const = 0;
|
/external/pdfium/xfa/fwl/ |
D | cfwl_app.h | 35 virtual TimerHandlerIface* GetTimerHandler() = 0;
|
D | cfwl_caret.cpp | 55 GetOwnerApp()->GetAdapterNative()->GetTimerHandler(), this, in ShowCaret()
|
D | cfwl_scrollbar.cpp | 360 GetOwnerApp()->GetAdapterNative()->GetTimerHandler(), this, in OnLButtonDown() 467 GetOwnerApp()->GetAdapterNative()->GetTimerHandler(), this, 0); in OnTimerFired()
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.cpp | 356 TimerHandlerIface* CPDFXFA_Context::GetTimerHandler() const { in GetTimerHandler() function in CPDFXFA_Context 357 return m_pFormFillEnv ? m_pFormFillEnv->GetTimerHandler() : nullptr; in GetTimerHandler()
|
D | cpdfxfa_context.h | 89 TimerHandlerIface* GetTimerHandler() const override;
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_caret.cpp | 88 m_pTimer = pdfium::MakeUnique<CFX_Timer>(GetTimerHandler(), this, in SetCaret()
|
D | cpwl_wnd.h | 273 TimerHandlerIface* GetTimerHandler() const { in GetTimerHandler() function
|
D | cpwl_scroll_bar.cpp | 679 m_pTimer = pdfium::MakeUnique<CFX_Timer>(GetTimerHandler(), this, 100); in OnMinButtonLBDown() 693 m_pTimer = pdfium::MakeUnique<CFX_Timer>(GetTimerHandler(), this, 100); in OnMaxButtonLBDown()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_formfillenvironment.h | 194 TimerHandlerIface* GetTimerHandler() { return this; } in GetTimerHandler() function
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.cpp | 330 cp.pTimerHandler = m_pFormFillEnv->GetTimerHandler(); in GetCreateParam()
|