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

  /external/webkit/WebKit/android/nav/
FindCanvas.h 217 m_hasCurrentLocation = false;
221 void clearCurrentLocation() { m_hasCurrentLocation = false; }
235 bool m_hasCurrentLocation;
FindCanvas.cpp 543 m_hasCurrentLocation = true;
551 if (!m_hasCurrentLocation || !m_matches || !m_matches->size())
634 if (!m_matches || !m_matches->size() || !m_hasCurrentLocation)
658 if (m_hasCurrentLocation) {
673 m_hasCurrentLocation = false;

Completed in 646 milliseconds