Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DFindCanvas.h217 m_hasCurrentLocation = false; in FindOnPage()
221 void clearCurrentLocation() { m_hasCurrentLocation = false; } in clearCurrentLocation()
236 bool m_hasCurrentLocation; variable
DFindCanvas.cpp543 m_hasCurrentLocation = true; in storeCurrentMatchLocation()
551 if (!m_hasCurrentLocation || !m_matches || !m_matches->size()) in draw()
634 if (!m_matches || !m_matches->size() || !m_hasCurrentLocation) in findNext()
658 if (m_hasCurrentLocation) { in setMatches()
673 m_hasCurrentLocation = false; in setMatches()