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

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

Completed in 723 milliseconds