Searched refs:GeoNotifier (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationWatchers.h12 class GeoNotifier;
21 bool add(int id, GeoNotifier*);
22 GeoNotifier* find(int id);
24 void remove(GeoNotifier*);
25 bool contains(GeoNotifier*) const;
29 void getNotifiersVector(HeapVector<Member<GeoNotifier> >&) const;
32 typedef HeapHashMap<int, Member<GeoNotifier> > IdToNotifierMap;
33 typedef HeapHashMap<Member<GeoNotifier>, int> NotifierToIdMap;
H A DGeoNotifier.cpp6 #include "modules/geolocation/GeoNotifier.h"
14 GeoNotifier::GeoNotifier(Geolocation* geolocation, PositionCallback* successCallback, PositionErrorCallback* errorCallback, PositionOptions* options) function in class:blink::GeoNotifier
20 , m_timer(this, &GeoNotifier::timerFired)
28 void GeoNotifier::trace(Visitor* visitor)
37 void GeoNotifier::setFatalError(PositionError* error)
51 void GeoNotifier::setUseCachedPosition()
57 void GeoNotifier::runSuccessCallback(Geoposition* position)
62 void GeoNotifier::runErrorCallback(PositionError* error)
68 void GeoNotifier
[all...]
H A DGeoNotifier.h20 class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> { class in namespace:blink
22 static GeoNotifier* create(Geolocation* geolocation, PositionCallback* positionCallback, PositionErrorCallback* positionErrorCallback, PositionOptions* options)
24 return new GeoNotifier(geolocation, positionCallback, positionErrorCallback, options);
49 void timerFired(Timer<GeoNotifier>*);
52 GeoNotifier(Geolocation*, PositionCallback*, PositionErrorCallback*, PositionOptions*);
58 Timer<GeoNotifier> m_timer;
H A DGeolocation.h32 #include "modules/geolocation/GeoNotifier.h"
89 void fatalErrorOccurred(GeoNotifier*);
94 void requestUsesCachedPosition(GeoNotifier*);
97 void requestTimedOut(GeoNotifier*);
107 typedef HeapVector<Member<GeoNotifier> > GeoNotifierVector;
108 typedef HeapHashSet<Member<GeoNotifier> > GeoNotifierSet;
147 bool startUpdating(GeoNotifier*);
159 void startRequest(GeoNotifier*);
H A DGeolocationWatchers.cpp8 #include "modules/geolocation/GeoNotifier.h"
18 bool GeolocationWatchers::add(int id, GeoNotifier* notifier)
27 GeoNotifier* GeolocationWatchers::find(int id)
46 void GeolocationWatchers::remove(GeoNotifier* notifier)
55 bool GeolocationWatchers::contains(GeoNotifier* notifier) const
71 void GeolocationWatchers::getNotifiersVector(HeapVector<Member<GeoNotifier> >& copy) const
H A DGeolocation.cpp145 GeoNotifier* notifier = GeoNotifier::create(this, successCallback, errorCallback, PositionOptions::create(options));
156 GeoNotifier* notifier = GeoNotifier::create(this, successCallback, errorCallback, PositionOptions::create(options));
167 void Geolocation::startRequest(GeoNotifier *notifier)
187 void Geolocation::fatalErrorOccurred(GeoNotifier* notifier)
197 void Geolocation::requestUsesCachedPosition(GeoNotifier* notifier)
225 GeoNotifier* notifier = iter->get();
246 void Geolocation::requestTimedOut(GeoNotifier* notifier)
271 if (GeoNotifier* notifie
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/
H A Dmodules.target.darwin-arm.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
H A Dmodules.target.darwin-arm64.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
H A Dmodules.target.darwin-mips.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
H A Dmodules.target.darwin-mips64.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
H A Dmodules.target.darwin-x86.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
H A Dmodules.target.darwin-x86_64.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
H A Dmodules.target.linux-arm.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
H A Dmodules.target.linux-arm64.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
H A Dmodules.target.linux-mips.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
H A Dmodules.target.linux-mips64.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
H A Dmodules.target.linux-x86.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
H A Dmodules.target.linux-x86_64.mk216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \

Completed in 749 milliseconds