Searched refs:m_pTimer (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/xfa/fwl/ |
D | cfwl_caret.cpp | 48 m_pTimer = std::make_unique<CFX_Timer>(GetFWLApp()->GetTimerHandler(), this, in ShowCaret() 55 m_pTimer.reset(); in HideCaret()
|
D | cfwl_scrollbar.cpp | 358 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()
|
D | cfwl_caret.h | 41 std::unique_ptr<CFX_Timer> m_pTimer; variable
|
D | cfwl_scrollbar.h | 127 std::unique_ptr<CFX_Timer> m_pTimer; variable
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_caret.cpp | 78 m_pTimer.reset(); in SetCaret() 90 m_pTimer = std::make_unique<CFX_Timer>(GetTimerHandler(), this, in SetCaret()
|
D | cpwl_caret.h | 43 std::unique_ptr<CFX_Timer> m_pTimer; variable
|
D | cpwl_scroll_bar.cpp | 242 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()
|
D | cpwl_scroll_bar.h | 153 std::unique_ptr<CFX_Timer> m_pTimer; variable
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_button.cpp | 26 m_pTimer.reset(); in OnMouseExit()
|
D | cffl_formfield.h | 170 std::unique_ptr<CFX_Timer> m_pTimer; variable
|
D | cffl_formfield.cpp | 83 m_pTimer.reset(); in OnMouseExit()
|