Home
last modified time | relevance | path

Searched refs:m_bFlash (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Caret.cpp19 CPWL_Caret::CPWL_Caret() : m_bFlash(false), m_fWidth(0.4f), m_nDelay(0) {} in CPWL_Caret()
33 if (IsVisible() && m_bFlash) { in DrawThisAppearance()
63 if (IsVisible() && m_bFlash) { in GetCaretApp()
97 m_bFlash = !m_bFlash; in TimerProc()
115 m_bFlash = true; in SetCaret()
124 m_bFlash = true; in SetCaret()
130 m_bFlash = false; in SetCaret()
DPWL_Caret.h45 bool m_bFlash; variable