Searched refs:m_allowGeolocation (Results 1 – 3 of 3) sorted by relevance
85 bool isAllowed() const { return m_allowGeolocation == Yes; } in isAllowed()86 bool isDenied() const { return m_allowGeolocation == No; } in isDenied()210 } m_allowGeolocation; variable
224 , 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()
242 if (m_allowGeolocation) in requestPermission()251 m_allowGeolocation = allow; in setGeolocationPermission()255 bool m_allowGeolocation; member in JSTestPage