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

/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DNavigatorGeolocation.cpp67 if (!m_geolocation && frame())
68 m_geolocation = Geolocation::create(frame()->document());
69 return m_geolocation.get();
H A DNavigatorGeolocation.h46 mutable RefPtr<Geolocation> m_geolocation; member in class:WebCore::NavigatorGeolocation
H A DGeolocation.cpp78 : m_geolocation(geolocation)
85 ASSERT(m_geolocation);
121 if (!m_geolocation->isAllowed())
157 m_geolocation->fatalErrorOccurred(this);
165 m_geolocation->requestUsesCachedPosition(this);
173 m_geolocation->requestTimedOut(this);
H A DGeolocation.h101 RefPtr<Geolocation> m_geolocation; member in class:WebCore::Geolocation::GeoNotifier
/macosx-10.9.5/WebKit-7537.78.2/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
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DFrameLoaderClientBlackBerry.h195 Geolocation* m_geolocation; member in class:WebCore::FrameLoaderClientBlackBerry

Completed in 156 milliseconds