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

  /external/webkit/Source/WebCore/page/
Navigator.cpp 68 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();
Navigator.h 69 Geolocation* optionalGeolocation() const { return m_geolocation.get(); }
99 mutable RefPtr<Geolocation> m_geolocation; member in class:WebCore::Navigator
Geolocation.cpp 87 : m_geolocation(geolocation)
94 ASSERT(m_geolocation);
151 m_geolocation->fatalErrorOccurred(this);
159 m_geolocation->requestUsesCachedPosition(this);
167 m_geolocation->requestTimedOut(this);
Geolocation.h 103 Geolocation* m_geolocation; member in class:WebCore::Geolocation::GeoNotifier
  /external/webkit/Source/WebKit/win/
WebGeolocationPolicyListener.cpp 43 , m_geolocation(geolocation)
89 m_geolocation->setIsAllowed(true);
95 m_geolocation->setIsAllowed(false);
WebGeolocationPolicyListener.h 56 RefPtr<WebCore::Geolocation> m_geolocation; member in class:WebGeolocationPolicyListener

Completed in 78 milliseconds