Searched refs:m_allowGeolocation (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DGeolocation.h85 bool isAllowed() const { return m_allowGeolocation == Yes; }
86 bool isDenied() const { return m_allowGeolocation == No; }
210 } m_allowGeolocation; member in class:WebCore::Geolocation
H A DGeolocation.cpp224 , 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/
H A Dtst_qwebpage.cpp242 if (m_allowGeolocation)
251 m_allowGeolocation = allow;
255 bool m_allowGeolocation; member in class:JSTestPage

Completed in 424 milliseconds