HomeSort by relevance Sort by last modified time
    Searched full:m_geolocation (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebKit/win/
WebGeolocationPolicyListener.cpp 43 , m_geolocation(geolocation)
89 m_geolocation->setIsAllowed(true);
95 m_geolocation->setIsAllowed(false);
WebGeolocationPolicyListener.h 58 RefPtr<WebCore::Geolocation> m_geolocation; member in class:WebGeolocationPolicyListener
  /external/webkit/WebCore/page/
Navigator.cpp 73 if (m_geolocation) {
74 m_geolocation->disconnectFrame();
75 m_geolocation = 0;
160 if (!m_geolocation)
161 m_geolocation = Geolocation::create(m_frame);
162 return m_geolocation.get();
Navigator.h 63 Geolocation* optionalGeolocation() const { return m_geolocation.get(); }
87 mutable RefPtr<Geolocation> m_geolocation; member in class:WebCore::Navigator
Geolocation.cpp 89 : m_geolocation(geolocation)
96 ASSERT(m_geolocation);
145 m_geolocation->fatalErrorOccurred(this);
153 m_geolocation->requestUsesCachedPosition(this);
161 m_geolocation->requestTimedOut(this);
Geolocation.h 108 Geolocation* m_geolocation; member in class:WebCore::Geolocation::GeoNotifier

Completed in 45 milliseconds