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

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DNavigatorGeolocation.cpp62 if (!m_geolocation && frame())
63 m_geolocation = Geolocation::create(frame()->document());
64 return m_geolocation.get();
69 visitor->trace(m_geolocation);
H A DGeoNotifier.cpp15 // FIXME : m_geolocation should be removed, it makes circular dependancy.
16 : m_geolocation(geolocation)
23 ASSERT(m_geolocation);
30 visitor->trace(m_geolocation);
87 m_geolocation->fatalErrorOccurred(this);
95 m_geolocation->requestUsesCachedPosition(this);
101 m_geolocation->requestTimedOut(this);
H A DNavigatorGeolocation.h48 mutable PersistentWillBeMember<Geolocation> m_geolocation; member in class:blink::FINAL
H A DGeoNotifier.h54 Member<Geolocation> m_geolocation; member in class:blink::GeoNotifier

Completed in 551 milliseconds