Geolocation 148 Source/bindings/v8/custom/V8GeolocationCustom.cpp Geolocation* geolocation = V8Geolocation::toNative(info.Holder()); Geolocation 173 Source/bindings/v8/custom/V8GeolocationCustom.cpp Geolocation* geolocation = V8Geolocation::toNative(info.Holder()); Geolocation 80 Source/modules/geolocation/Geolocation.cpp Geolocation::GeoNotifier::GeoNotifier(Geolocation* geolocation, PassOwnPtr<PositionCallback> successCallback, PassOwnPtr<PositionErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<PositionOptions> options) Geolocation 85 Source/modules/geolocation/Geolocation.cpp , m_timer(this, &Geolocation::GeoNotifier::timerFired) Geolocation 95 Source/modules/geolocation/Geolocation.cpp void Geolocation::GeoNotifier::trace(Visitor* visitor) Geolocation 102 Source/modules/geolocation/Geolocation.cpp void Geolocation::GeoNotifier::setFatalError(PassRefPtrWillBeRawPtr<PositionError> error) Geolocation 116 Source/modules/geolocation/Geolocation.cpp void Geolocation::GeoNotifier::setUseCachedPosition() Geolocation 122 Source/modules/geolocation/Geolocation.cpp bool Geolocation::GeoNotifier::hasZeroTimeout() const Geolocation 127 Source/modules/geolocation/Geolocation.cpp void Geolocation::GeoNotifier::runSuccessCallback(Geoposition* position) Geolocation 137 Source/modules/geolocation/Geolocation.cpp void Geolocation::GeoNotifier::runErrorCallback(PositionError* error) Geolocation 143 Source/modules/geolocation/Geolocation.cpp void Geolocation::GeoNotifier::startTimerIfNeeded() Geolocation 149 Source/modules/geolocation/Geolocation.cpp void Geolocation::GeoNotifier::stopTimer() Geolocation 154 Source/modules/geolocation/Geolocation.cpp void Geolocation::GeoNotifier::timerFired(Timer<GeoNotifier>*) Geolocation 186 Source/modules/geolocation/Geolocation.cpp void Geolocation::Watchers::trace(Visitor* visitor) Geolocation 192 Source/modules/geolocation/Geolocation.cpp bool Geolocation::Watchers::add(int id, PassRefPtrWillBeRawPtr<GeoNotifier> prpNotifier) Geolocation 203 Source/modules/geolocation/Geolocation.cpp Geolocation::GeoNotifier* Geolocation::Watchers::find(int id) Geolocation 212 Source/modules/geolocation/Geolocation.cpp void Geolocation::Watchers::remove(int id) Geolocation 222 Source/modules/geolocation/Geolocation.cpp void Geolocation::Watchers::remove(GeoNotifier* notifier) Geolocation 231 Source/modules/geolocation/Geolocation.cpp bool Geolocation::Watchers::contains(GeoNotifier* notifier) const Geolocation 236 Source/modules/geolocation/Geolocation.cpp void Geolocation::Watchers::clear() Geolocation 242 Source/modules/geolocation/Geolocation.cpp bool Geolocation::Watchers::isEmpty() const Geolocation 247 Source/modules/geolocation/Geolocation.cpp void Geolocation::Watchers::getNotifiersVector(GeoNotifierVector& copy) const Geolocation 252 Source/modules/geolocation/Geolocation.cpp PassRefPtrWillBeRawPtr<Geolocation> Geolocation::create(ExecutionContext* context) Geolocation 254 Source/modules/geolocation/Geolocation.cpp RefPtrWillBeRawPtr<Geolocation> geolocation = adoptRefWillBeNoop(new Geolocation(context)); Geolocation 259 Source/modules/geolocation/Geolocation.cpp Geolocation::Geolocation(ExecutionContext* context) Geolocation 266 Source/modules/geolocation/Geolocation.cpp Geolocation::~Geolocation() Geolocation 271 Source/modules/geolocation/Geolocation.cpp void Geolocation::trace(Visitor* visitor) Geolocation 280 Source/modules/geolocation/Geolocation.cpp Document* Geolocation::document() const Geolocation 285 Source/modules/geolocation/Geolocation.cpp LocalFrame* Geolocation::frame() const Geolocation 290 Source/modules/geolocation/Geolocation.cpp Page* Geolocation::page() const Geolocation 295 Source/modules/geolocation/Geolocation.cpp void Geolocation::stop() Geolocation 307 Source/modules/geolocation/Geolocation.cpp Geoposition* Geolocation::lastPosition() Geolocation 318 Source/modules/geolocation/Geolocation.cpp void Geolocation::getCurrentPosition(PassOwnPtr<PositionCallback> successCallback, PassOwnPtr<PositionErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<PositionOptions> options) Geolocation 329 Source/modules/geolocation/Geolocation.cpp int Geolocation::watchPosition(PassOwnPtr<PositionCallback> successCallback, PassOwnPtr<PositionErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<PositionOptions> options) Geolocation 345 Source/modules/geolocation/Geolocation.cpp void Geolocation::startRequest(GeoNotifier *notifier) Geolocation 365 Source/modules/geolocation/Geolocation.cpp void Geolocation::fatalErrorOccurred(Geolocation::GeoNotifier* notifier) Geolocation 375 Source/modules/geolocation/Geolocation.cpp void Geolocation::requestUsesCachedPosition(GeoNotifier* notifier) Geolocation 396 Source/modules/geolocation/Geolocation.cpp void Geolocation::makeCachedPositionCallbacks() Geolocation 424 Source/modules/geolocation/Geolocation.cpp void Geolocation::requestTimedOut(GeoNotifier* notifier) Geolocation 433 Source/modules/geolocation/Geolocation.cpp bool Geolocation::haveSuitableCachedPosition(PositionOptions* options) Geolocation 446 Source/modules/geolocation/Geolocation.cpp void Geolocation::clearWatch(int watchID) Geolocation 459 Source/modules/geolocation/Geolocation.cpp void Geolocation::setIsAllowed(bool allowed) Geolocation 462 Source/modules/geolocation/Geolocation.cpp RefPtrWillBeRawPtr<Geolocation> protect(this); Geolocation 492 Source/modules/geolocation/Geolocation.cpp void Geolocation::sendError(GeoNotifierVector& notifiers, PositionError* error) Geolocation 499 Source/modules/geolocation/Geolocation.cpp void Geolocation::sendPosition(GeoNotifierVector& notifiers, Geoposition* position) Geolocation 506 Source/modules/geolocation/Geolocation.cpp void Geolocation::stopTimer(GeoNotifierVector& notifiers) Geolocation 513 Source/modules/geolocation/Geolocation.cpp void Geolocation::stopTimersForOneShots() Geolocation 521 Source/modules/geolocation/Geolocation.cpp void Geolocation::stopTimersForWatchers() Geolocation 529 Source/modules/geolocation/Geolocation.cpp void Geolocation::stopTimers() Geolocation 535 Source/modules/geolocation/Geolocation.cpp void Geolocation::cancelRequests(GeoNotifierVector& notifiers) Geolocation 542 Source/modules/geolocation/Geolocation.cpp void Geolocation::cancelAllRequests() Geolocation 551 Source/modules/geolocation/Geolocation.cpp void Geolocation::extractNotifiersWithCachedPosition(GeoNotifierVector& notifiers, GeoNotifierVector* cached) Geolocation 566 Source/modules/geolocation/Geolocation.cpp void Geolocation::copyToSet(const GeoNotifierVector& src, GeoNotifierSet& dest) Geolocation 575 Source/modules/geolocation/Geolocation.cpp void Geolocation::handleError(PositionError* error) Geolocation 611 Source/modules/geolocation/Geolocation.cpp void Geolocation::requestPermission() Geolocation 626 Source/modules/geolocation/Geolocation.cpp void Geolocation::makeSuccessCallbacks() Geolocation 654 Source/modules/geolocation/Geolocation.cpp void Geolocation::positionChanged() Geolocation 664 Source/modules/geolocation/Geolocation.cpp void Geolocation::setError(GeolocationError* error) Geolocation 670 Source/modules/geolocation/Geolocation.cpp bool Geolocation::startUpdating(GeoNotifier* notifier) Geolocation 680 Source/modules/geolocation/Geolocation.cpp void Geolocation::stopUpdating() Geolocation 689 Source/modules/geolocation/Geolocation.cpp void Geolocation::handlePendingPermissionNotifiers() Geolocation 50 Source/modules/geolocation/Geolocation.h class Geolocation FINAL : public RefCountedWillBeGarbageCollectedFinalized<Geolocation>, public ScriptWrappable, public ActiveDOMObject Geolocation 53 Source/modules/geolocation/Geolocation.h static PassRefPtrWillBeRawPtr<Geolocation> create(ExecutionContext*); Geolocation 54 Source/modules/geolocation/Geolocation.h virtual ~Geolocation(); Geolocation 89 Source/modules/geolocation/Geolocation.h explicit Geolocation(ExecutionContext*); Geolocation 99 Source/modules/geolocation/Geolocation.h static PassRefPtrWillBeRawPtr<GeoNotifier> create(Geolocation* geolocation, PassOwnPtr<PositionCallback> positionCallback, PassOwnPtr<PositionErrorCallback> positionErrorCallback, PassRefPtrWillBeRawPtr<PositionOptions> options) Geolocation 133 Source/modules/geolocation/Geolocation.h GeoNotifier(Geolocation*, PassOwnPtr<PositionCallback>, PassOwnPtr<PositionErrorCallback>, PassRefPtrWillBeRawPtr<PositionOptions>); Geolocation 135 Source/modules/geolocation/Geolocation.h RefPtrWillBeMember<Geolocation> m_geolocation; Geolocation 31 Source/modules/geolocation/GeolocationClient.h class Geolocation; Geolocation 44 Source/modules/geolocation/GeolocationClient.h virtual void requestPermission(Geolocation*) = 0; Geolocation 45 Source/modules/geolocation/GeolocationClient.h virtual void cancelPermissionRequest(Geolocation*) = 0; Geolocation 79 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::addObserver(Geolocation* observer, bool enableHighAccuracy) Geolocation 96 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::removeObserver(Geolocation* observer) Geolocation 112 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::requestPermission(Geolocation* geolocation) Geolocation 118 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::cancelPermissionRequest(Geolocation* geolocation) Geolocation 132 Source/modules/geolocation/GeolocationController.cpp WillBeHeapVector<RefPtrWillBeMember<Geolocation> > observersVector; Geolocation 140 Source/modules/geolocation/GeolocationController.cpp WillBeHeapVector<RefPtrWillBeMember<Geolocation> > observersVector; Geolocation 52 Source/modules/geolocation/GeolocationController.h void addObserver(Geolocation*, bool enableHighAccuracy); Geolocation 53 Source/modules/geolocation/GeolocationController.h void removeObserver(Geolocation*); Geolocation 55 Source/modules/geolocation/GeolocationController.h void requestPermission(Geolocation*); Geolocation 56 Source/modules/geolocation/GeolocationController.h void cancelPermissionRequest(Geolocation*); Geolocation 83 Source/modules/geolocation/GeolocationController.h typedef WillBePersistentHeapHashSet<RefPtrWillBeMember<Geolocation> > ObserversSet; Geolocation 57 Source/modules/geolocation/NavigatorGeolocation.cpp Geolocation* NavigatorGeolocation::geolocation(Navigator& navigator) Geolocation 62 Source/modules/geolocation/NavigatorGeolocation.cpp Geolocation* NavigatorGeolocation::geolocation() const Geolocation 65 Source/modules/geolocation/NavigatorGeolocation.cpp m_geolocation = Geolocation::create(frame()->document()); Geolocation 30 Source/modules/geolocation/NavigatorGeolocation.h class Geolocation; Geolocation 39 Source/modules/geolocation/NavigatorGeolocation.h static Geolocation* geolocation(Navigator&); Geolocation 40 Source/modules/geolocation/NavigatorGeolocation.h Geolocation* geolocation() const; Geolocation 48 Source/modules/geolocation/NavigatorGeolocation.h mutable RefPtrWillBeMember<Geolocation> m_geolocation; Geolocation 88 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::requestPermission(Geolocation* geolocation) Geolocation 95 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::cancelPermissionRequest(Geolocation* geolocation) Geolocation 67 Source/modules/geolocation/testing/GeolocationClientMock.h virtual void requestPermission(Geolocation*) OVERRIDE; Geolocation 68 Source/modules/geolocation/testing/GeolocationClientMock.h virtual void cancelPermissionRequest(Geolocation*) OVERRIDE; Geolocation 94 Source/modules/geolocation/testing/GeolocationClientMock.h typedef WillBePersistentHeapHashSet<RefPtrWillBeMember<Geolocation> > GeolocationSet; Geolocation 87 Source/web/GeolocationClientProxy.cpp void GeolocationClientProxy::requestPermission(WebCore::Geolocation* geolocation) Geolocation 92 Source/web/GeolocationClientProxy.cpp void GeolocationClientProxy::cancelPermissionRequest(WebCore::Geolocation* geolocation) Geolocation 51 Source/web/GeolocationClientProxy.h virtual void requestPermission(WebCore::Geolocation*) OVERRIDE; Geolocation 52 Source/web/GeolocationClientProxy.h virtual void cancelPermissionRequest(WebCore::Geolocation*) OVERRIDE; Geolocation 37 Source/web/WebGeolocationPermissionRequestManager.cpp typedef HashMap<int, Geolocation*> IdGeolocationMap; Geolocation 47 Source/web/WebGeolocationPermissionRequestManager.cpp Geolocation* geolocation = permissionRequest.geolocation(); Geolocation 57 Source/web/WebGeolocationPermissionRequestManager.cpp Geolocation* geolocation = permissionRequest.geolocation(); Geolocation 72 Source/web/WebGeolocationPermissionRequestManager.cpp Geolocation* geolocation = it->value; Geolocation 33 public/web/WebGeolocationPermissionRequest.h class Geolocation; Geolocation 50 public/web/WebGeolocationPermissionRequest.h WebGeolocationPermissionRequest(WebCore::Geolocation* geolocation) Geolocation 55 public/web/WebGeolocationPermissionRequest.h WebCore::Geolocation* geolocation() const { return m_private; } Geolocation 59 public/web/WebGeolocationPermissionRequest.h WebCore::Geolocation* m_private;