Home
last modified time | relevance | path

Searched refs:m_pTimer (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_caret.cpp48 m_pTimer = std::make_unique<CFX_Timer>(GetFWLApp()->GetTimerHandler(), this, in ShowCaret()
55 m_pTimer.reset(); in HideCaret()
Dcfwl_scrollbar.cpp358 m_pTimer = std::make_unique<CFX_Timer>(GetFWLApp()->GetTimerHandler(), this, in OnLButtonDown()
364 m_pTimer.reset(); in OnLButtonUp()
463 m_pTimer.reset(); in OnTimerFired()
465 m_pTimer = in OnTimerFired()
Dcfwl_caret.h41 std::unique_ptr<CFX_Timer> m_pTimer; variable
Dcfwl_scrollbar.h127 std::unique_ptr<CFX_Timer> m_pTimer; variable
/external/pdfium/fpdfsdk/pwl/
Dcpwl_caret.cpp78 m_pTimer.reset(); in SetCaret()
90 m_pTimer = std::make_unique<CFX_Timer>(GetTimerHandler(), this, in SetCaret()
Dcpwl_caret.h43 std::unique_ptr<CFX_Timer> m_pTimer; variable
Dcpwl_scroll_bar.cpp242 m_pTimer.reset(); in OnLButtonUp()
404 m_pTimer = std::make_unique<CFX_Timer>(GetTimerHandler(), this, 100); in OnMinButtonLBDown()
418 m_pTimer = std::make_unique<CFX_Timer>(GetTimerHandler(), this, 100); in OnMaxButtonLBDown()
Dcpwl_scroll_bar.h153 std::unique_ptr<CFX_Timer> m_pTimer; variable
/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp26 m_pTimer.reset(); in OnMouseExit()
Dcffl_formfield.h170 std::unique_ptr<CFX_Timer> m_pTimer; variable
Dcffl_formfield.cpp83 m_pTimer.reset(); in OnMouseExit()