HomeSort by relevance Sort by last modified time
    Searched refs:GeoNotifier (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationWatchers.h 12 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;
GeoNotifier.cpp 6 #include "modules/geolocation/GeoNotifier.h"
14 GeoNotifier::GeoNotifier(Geolocation* geolocation, PositionCallback* successCallback, PositionErrorCallback* errorCallback, PositionOptions* options)
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::startTimer(
    [all...]
GeoNotifier.h 20 class GeoNotifier : public GarbageCollectedFinalized<GeoNotifier> {
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;
Geolocation.h 32 #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*);
GeolocationWatchers.cpp 8 #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
Geolocation.cpp 145 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* notifier = m_watchers.find(watchID)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]
modules.target.darwin-arm64.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]
modules.target.darwin-mips.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]
modules.target.darwin-mips64.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]
modules.target.darwin-x86.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]
modules.target.darwin-x86_64.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]
modules.target.linux-arm.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]
modules.target.linux-arm64.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]
modules.target.linux-mips.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]
modules.target.linux-mips64.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]
modules.target.linux-x86.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]
modules.target.linux-x86_64.mk 216 third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp \
    [all...]

Completed in 1866 milliseconds