Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DGeolocation.h85 bool isAllowed() const { return m_allowGeolocation == Yes; } in isAllowed()
86 bool isDenied() const { return m_allowGeolocation == No; } in isDenied()
210 } m_allowGeolocation; variable
DGeolocation.cpp224 , m_allowGeolocation(Unknown) in Geolocation()
234 ASSERT(m_allowGeolocation != InProgress); in ~Geolocation()
246 if (page && m_allowGeolocation == InProgress) { in reset()
254 m_allowGeolocation = Unknown; in reset()
448 m_allowGeolocation = allowed ? Yes : No; in setIsAllowed()
607 if (m_allowGeolocation > Unknown) in requestPermission()
614 m_allowGeolocation = InProgress; in requestPermission()
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp242 if (m_allowGeolocation) in requestPermission()
251 m_allowGeolocation = allow; in setGeolocationPermission()
255 bool m_allowGeolocation; member in JSTestPage