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

  /external/webkit/Source/WebCore/page/
Geolocation.h 85 bool isAllowed() const { return m_allowGeolocation == Yes; }
86 bool isDenied() const { return m_allowGeolocation == No; }
210 } m_allowGeolocation;
Geolocation.cpp 224 , m_allowGeolocation(Unknown)
234 ASSERT(m_allowGeolocation != InProgress);
246 if (page && m_allowGeolocation == InProgress) {
254 m_allowGeolocation = Unknown;
448 m_allowGeolocation = allowed ? Yes : No;
607 if (m_allowGeolocation > Unknown)
614 m_allowGeolocation = InProgress;
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 242 if (m_allowGeolocation)
251 m_allowGeolocation = allow;
255 bool m_allowGeolocation;
    [all...]

Completed in 151 milliseconds