m_allowGeolocation  268 Source/modules/geolocation/Geolocation.cpp     ASSERT(m_allowGeolocation != InProgress);
m_allowGeolocation  298 Source/modules/geolocation/Geolocation.cpp     if (page && m_allowGeolocation == InProgress)
m_allowGeolocation  301 Source/modules/geolocation/Geolocation.cpp     m_allowGeolocation = Unknown;
m_allowGeolocation  466 Source/modules/geolocation/Geolocation.cpp     m_allowGeolocation = allowed ? Yes : No;
m_allowGeolocation  613 Source/modules/geolocation/Geolocation.cpp     if (m_allowGeolocation > Unknown)
m_allowGeolocation  620 Source/modules/geolocation/Geolocation.cpp     m_allowGeolocation = InProgress;
m_allowGeolocation   74 Source/modules/geolocation/Geolocation.h     bool isAllowed() const { return m_allowGeolocation == Yes; }
m_allowGeolocation   87 Source/modules/geolocation/Geolocation.h     bool isDenied() const { return m_allowGeolocation == No; }
m_allowGeolocation  243 Source/modules/geolocation/Geolocation.h     } m_allowGeolocation;