Home
last modified time | relevance | path

Searched refs:m_geolocation (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/page/
DNavigator.cpp68 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()
DNavigator.h69 Geolocation* optionalGeolocation() const { return m_geolocation.get(); } in optionalGeolocation()
99 mutable RefPtr<Geolocation> m_geolocation; variable
DGeolocation.cpp87 : 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()
DGeolocation.h103 Geolocation* m_geolocation; variable
/external/webkit/Source/WebKit/win/
DWebGeolocationPolicyListener.cpp43 , m_geolocation(geolocation) in WebGeolocationPolicyListener()
89 m_geolocation->setIsAllowed(true); in allow()
95 m_geolocation->setIsAllowed(false); in deny()
DWebGeolocationPolicyListener.h56 RefPtr<WebCore::Geolocation> m_geolocation; variable
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2925129 m_geolocation member to allow us to call Geolocation::fatalErrorOccurred or
25136 …(WebCore::Geolocation::GeoNotifier::timerFired): Modified. Cache the m_geolocation member before i…