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

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.h75 bool isAllowed() const { return m_allowGeolocation == Yes; }
88 bool isDenied() const { return m_allowGeolocation == No; }
239 } m_allowGeolocation; member in class:WebCore::FINAL
H A DGeolocation.cpp246 , m_allowGeolocation(Unknown)
253 ASSERT(m_allowGeolocation != InProgress);
278 if (frame && m_allowGeolocation == InProgress)
281 m_allowGeolocation = Unknown;
441 m_allowGeolocation = allowed ? Yes : No;
588 if (m_allowGeolocation > Unknown)
595 m_allowGeolocation = InProgress;

Completed in 109 milliseconds