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

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.h 63 bool hasClientForTest() { return m_hasClientForTest; }
82 bool m_hasClientForTest;
GeolocationController.cpp 42 , m_hasClientForTest(false)
95 if (m_hasClientForTest) {
97 m_hasClientForTest = false;
187 if (m_hasClientForTest)
190 m_hasClientForTest = true;

Completed in 62 milliseconds