Searched refs:positionChanged (Results 1 – 11 of 11) sorted by relevance
42 void WebGeolocationController::positionChanged(const WebGeolocationPosition& webPosition) in positionChanged() function in blink::WebGeolocationController44 m_private->positionChanged(PassRefPtr<GeolocationPosition>(webPosition).get()); in positionChanged()
117 void GeolocationController::positionChanged(GeolocationPosition* position) in positionChanged() function in WebCore::GeolocationController128 observersVector[i]->positionChanged(); in positionChanged()
56 void positionChanged(GeolocationPosition*);
76 void positionChanged();
626 void Geolocation::positionChanged() in positionChanged() function in WebCore::Geolocation
43 BLINK_EXPORT void positionChanged(const WebGeolocationPosition&);
124 controller_->positionChanged( in OnPositionUpdated()
177 m_controller->positionChanged(m_lastPosition.get()); in controllerTimerFired()
1125 controller->positionChanged(0); // Kick location update. in setGeolocationOverride()1137 controller->positionChanged(m_platformGeolocationPosition.get()); in clearGeolocationOverride()
700 …bool positionChanged = adjustedPosition.x() != m_currentPosX || adjustedPosition.y() != m_currentP…701 if (!positionChanged && !scrollableArea()->scrollOriginChanged())
480 bool positionChanged = updateLayerPosition(); in updateLayerPositionsAfterScroll() local481 if (positionChanged) in updateLayerPositionsAfterScroll()