Home
last modified time | relevance | path

Searched refs:Geolocation (Results 1 – 25 of 67) sorted by relevance

123

/external/webkit/WebCore/page/
DGeolocation.cpp88 Geolocation::GeoNotifier::GeoNotifier(Geolocation* geolocation, PassRefPtr<PositionCallback> succes… in GeoNotifier()
93 , m_timer(this, &Geolocation::GeoNotifier::timerFired) in GeoNotifier()
103 void Geolocation::GeoNotifier::setFatalError(PassRefPtr<PositionError> error) in setFatalError()
111 void Geolocation::GeoNotifier::setUseCachedPosition() in setUseCachedPosition()
117 bool Geolocation::GeoNotifier::hasZeroTimeout() const in hasZeroTimeout()
122 void Geolocation::GeoNotifier::runSuccessCallback(Geoposition* position) in runSuccessCallback()
127 void Geolocation::GeoNotifier::startTimerIfNeeded() in startTimerIfNeeded()
133 void Geolocation::GeoNotifier::timerFired(Timer<GeoNotifier>*) in timerFired()
164 void Geolocation::Watchers::set(int id, PassRefPtr<GeoNotifier> prpNotifier) in set()
172 void Geolocation::Watchers::remove(int id) in remove()
[all …]
DGeolocation.h60 class Geolocation : public EventListener
67 static PassRefPtr<Geolocation> create(Frame* frame) { return adoptRef(new Geolocation(frame)); } in create()
69 virtual ~Geolocation();
95 Geolocation(Frame*);
99 …static PassRefPtr<GeoNotifier> create(Geolocation* geolocation, PassRefPtr<PositionCallback> posit… in create()
108 Geolocation* m_geolocation;
117 …GeoNotifier(Geolocation*, PassRefPtr<PositionCallback>, PassRefPtr<PositionErrorCallback>, PassRef…
DGeolocationController.cpp47 void GeolocationController::addObserver(Geolocation* observer) in addObserver()
57 void GeolocationController::removeObserver(Geolocation* observer) in removeObserver()
69 Vector<RefPtr<Geolocation> > observersVector; in positionChanged()
77 Vector<RefPtr<Geolocation> > observersVector; in errorOccurred()
DNavigator.h32 class Geolocation; variable
61 Geolocation* geolocation() const;
63 Geolocation* optionalGeolocation() const { return m_geolocation.get(); } in optionalGeolocation()
87 mutable RefPtr<Geolocation> m_geolocation;
DGeolocationController.h48 void addObserver(Geolocation*);
49 void removeObserver(Geolocation*);
60 HashSet<RefPtr<Geolocation> > m_observers;
DChrome.h42 class Geolocation; variable
135 void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
DNavigator.cpp158 Geolocation* Navigator::geolocation() const in geolocation()
161 m_geolocation = Geolocation::create(m_frame); in geolocation()
DChromeClient.h49 class Geolocation; variable
189 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*) = 0;
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dpermission-denied-already-error-expected.txt1Geolocation permission has been denied prior to a call to a Geolocation method, the error callback…
8 PASS error.message is "User denied Geolocation"
11 PASS error.message is "User denied Geolocation"
Dpermission-denied-already-success-expected.txt1Geolocation permission has been denied prior to a call to a Geolocation method, the error callback…
8 PASS error.message is "User denied Geolocation"
11 PASS error.message is "User denied Geolocation"
Dpermission-denied-already-clear-watch-expected.txt1 Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the wa…
8 PASS error.message is "User denied Geolocation"
11 PASS error.message is "User denied Geolocation"
Dpermission-denied-expected.txt1 Tests Geolocation when permission is denied, using the mock service.
8 PASS error.message is "User denied Geolocation"
Dpermission-denied-stops-watches-expected.txt1 Tests that when Geolocation permission is denied, watches are stopped, as well as one-shots.
8 PASS error.message is "User denied Geolocation"
Dsuccess-expected.txt1 Tests Geolocation success callback using the mock service.
Dreentrant-error-expected.txt1 Tests that reentrant calls to Geolocation methods from the error callback are OK.
Derror-expected.txt1 Tests Geolocation error callback using the mock service.
Dreentrant-success-expected.txt1 Tests that reentrant calls to Geolocation methods from the success callback are OK.
Dwatch-expected.txt1 Tests that watchPosition correctly reports position updates and errors from the Geolocation service.
/external/webkit/WebKit/win/
DWebGeolocationPolicyListener.h37 class Geolocation; variable
42 static COMPtr<WebGeolocationPolicyListener> createInstance(PassRefPtr<WebCore::Geolocation>);
54 WebGeolocationPolicyListener(PassRefPtr<WebCore::Geolocation>);
58 RefPtr<WebCore::Geolocation> m_geolocation;
DWebGeolocationPolicyListener.cpp36 …onPolicyListener> WebGeolocationPolicyListener::createInstance(PassRefPtr<Geolocation> geolocation) in createInstance()
41 WebGeolocationPolicyListener::WebGeolocationPolicyListener(PassRefPtr<Geolocation> geolocation) in WebGeolocationPolicyListener()
/external/webkit/WebKit/android/WebCoreSupport/
DChromeClientAndroid.h36 class Geolocation; variable
145 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
DGeolocationPermissions.h41 class Geolocation; variable
/external/webkit/WebCore/bindings/v8/custom/
DV8GeolocationCustom.cpp189 Geolocation* geolocation = V8Geolocation::toNative(args.Holder()); in getCurrentPositionCallback()
214 Geolocation* geolocation = V8Geolocation::toNative(args.Holder()); in watchPositionCallback()
/external/webkit/WebKit/haiku/WebCoreSupport/
DChromeClientHaiku.h134 void requestGeolocationPermissionForFrame(Frame*, Geolocation*);
/external/webkit/WebKit/wx/WebKitSupport/
DChromeClientWx.h137 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*);

123