Searched refs:m_geolocation (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebGeolocationPolicyListener.cpp43 , m_geolocation(geolocation)
89 m_geolocation->setIsAllowed(true);
95 m_geolocation->setIsAllowed(false);
H A DWebGeolocationPolicyListener.h56 RefPtr<WebCore::Geolocation> m_geolocation; member in class:WebGeolocationPolicyListener
/external/webkit/Source/WebCore/page/
H A DNavigator.cpp68 if (m_geolocation)
69 m_geolocation->reset();
82 if (m_geolocation) {
83 m_geolocation->disconnectFrame();
84 m_geolocation = 0;
169 if (!m_geolocation)
170 m_geolocation = Geolocation::create(m_frame);
171 return m_geolocation.get();
H A DNavigator.h69 Geolocation* optionalGeolocation() const { return m_geolocation.get(); }
99 mutable RefPtr<Geolocation> m_geolocation; member in class:WebCore::Navigator
H A DGeolocation.cpp87 : m_geolocation(geolocation)
94 ASSERT(m_geolocation);
151 m_geolocation->fatalErrorOccurred(this);
159 m_geolocation->requestUsesCachedPosition(this);
167 m_geolocation->requestTimedOut(this);
H A DGeolocation.h103 Geolocation* m_geolocation; member in class:WebCore::Geolocation::GeoNotifier

Completed in 116 milliseconds