HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_CaretTimer (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_caretimp.h 42 class CFWL_CaretTimer : public IFWL_Timer {
44 CFWL_CaretTimer(CFWL_CaretImp* m_pCaret);
45 ~CFWL_CaretTimer() override {}
49 CFWL_CaretTimer* m_pTimer;
55 friend class CFWL_CaretTimer;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_caretimp.cpp 42 m_pTimer = new CFWL_CaretTimer(this);
131 CFWL_CaretImp::CFWL_CaretTimer::CFWL_CaretTimer(CFWL_CaretImp* m_pCaret) {
134 int32_t CFWL_CaretImp::CFWL_CaretTimer::Run(FWL_HTIMER hTimer) {

Completed in 236 milliseconds