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

  /external/webkit/WebCore/page/
Geolocation.h 83 bool isAllowed() const { return m_allowGeolocation == Yes; }
84 bool isDenied() const { return m_allowGeolocation == No; }
193 } m_allowGeolocation;
Geolocation.cpp 219 , m_allowGeolocation(Unknown)
248 if (m_frame->page() && m_allowGeolocation == InProgress)
429 m_allowGeolocation = allowed ? Yes : No;
548 if (m_allowGeolocation > Unknown)
558 m_allowGeolocation = InProgress;

Completed in 164 milliseconds