Searched refs:m_geolocation (Results 1 – 7 of 7) sorted by relevance
68 if (m_geolocation) in resetGeolocation()69 m_geolocation->reset(); in resetGeolocation()82 if (m_geolocation) { in disconnectFrame()83 m_geolocation->disconnectFrame(); in disconnectFrame()84 m_geolocation = 0; in disconnectFrame()169 if (!m_geolocation) in geolocation()170 m_geolocation = Geolocation::create(m_frame); in geolocation()171 return m_geolocation.get(); in geolocation()
69 Geolocation* optionalGeolocation() const { return m_geolocation.get(); } in optionalGeolocation()99 mutable RefPtr<Geolocation> m_geolocation; variable
87 : m_geolocation(geolocation) in GeoNotifier()94 ASSERT(m_geolocation); in GeoNotifier()151 m_geolocation->fatalErrorOccurred(this); in timerFired()159 m_geolocation->requestUsesCachedPosition(this); in timerFired()167 m_geolocation->requestTimedOut(this); in timerFired()
103 Geolocation* m_geolocation; variable
43 , m_geolocation(geolocation) in WebGeolocationPolicyListener()89 m_geolocation->setIsAllowed(true); in allow()95 m_geolocation->setIsAllowed(false); in deny()
56 RefPtr<WebCore::Geolocation> m_geolocation; variable
25129 m_geolocation member to allow us to call Geolocation::fatalErrorOccurred or25136 …(WebCore::Geolocation::GeoNotifier::timerFired): Modified. Cache the m_geolocation member before i…