Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_caret.cpp26 if (!IsVisible() || !m_bFlash) in DrawThisAppearance()
55 m_bFlash = !m_bFlash; in OnTimerFired()
72 m_bFlash = false; in SetCaret()
94 m_bFlash = true; in SetCaret()
106 m_bFlash = true; in SetCaret()
Dcpwl_caret.h38 bool m_bFlash = false; variable