Searched refs:positionChanged (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/geoclue/
H A DGeolocationProviderGeoclue.h45 void positionChanged(GeocluePosition*, GeocluePositionFields, int, double, double, double, GeoclueAccuracy*);
H A DGeolocationProviderGeoclue.cpp42 provider->positionChanged(position, fields, timestamp, latitude, longitude, altitude, accuracy);
47 provider->positionChanged(position, fields, timestamp, latitude, longitude, altitude, accuracy);
159 void GeolocationProviderGeoclue::positionChanged(GeocluePosition* position, GeocluePositionFields fields, int timestamp, double latitude, double longitude, double altitude, GeoclueAccuracy* accuracy) function in class:GeolocationProviderGeoclue
/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DGeolocationController.cpp102 void GeolocationController::positionChanged(GeolocationPosition* position) function in class:WebCore::GeolocationController
113 observersVector[i]->positionChanged();
H A DGeolocationController.h57 void positionChanged(GeolocationPosition*);
H A DGeolocation.h68 void positionChanged();
H A DGeolocation.cpp626 void Geolocation::positionChanged() function in class:WebCore::Geolocation
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DGeolocationClientGtk.cpp91 WebCore::GeolocationController::from(core(m_webView))->positionChanged(m_lastPosition.get());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DMediaPlayerPrivateQt.h131 void positionChanged(qint64);
H A DMediaPlayerPrivateQt.cpp131 connect(m_mediaPlayer, SIGNAL(positionChanged(qint64)),
132 this, SLOT(positionChanged(qint64)));
454 void MediaPlayerPrivateQt::positionChanged(qint64) function in class:WebCore::MediaPlayerPrivateQt
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsState.h78 bool positionChanged: 1; member in struct:WebCore::CoordinatedGraphicsLayerState::__anon5400::__anon5401
H A DCoordinatedGraphicsLayer.cpp197 m_layerState.positionChanged = true;
H A DCoordinatedGraphicsScene.cpp291 if (layerState.positionChanged)
/macosx-10.9.5/WebCore-7537.78.1/platform/mock/
H A DGeolocationClientMock.cpp179 m_controller->positionChanged(m_lastPosition.get());
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DGeolocationClientQt.cpp89 GeolocationController::from(page)->positionChanged(m_lastPosition.get());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Geolocation/
H A DWebGeolocationManager.cpp86 GeolocationController::from(page->corePage())->positionChanged(position.get());
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DGeolocationClientBlackBerry.cpp163 GeolocationController::from(m_webPagePrivate->m_page)->positionChanged(m_lastPosition.get());
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DScrollAnimatorMac.mm734 bool positionChanged = adjustedPosition.x() != m_currentPosX || adjustedPosition.y() != m_currentPosY;
735 if (!positionChanged && !scrollableArea()->scrollOriginChanged())
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorPageAgent.cpp1210 controller->positionChanged(0); // Kick location update.
1230 controller->positionChanged(m_platformGeolocationPosition.get());
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.cpp842 if (state.positionChanged)
926 if (state.positionChanged && !decoder.decode(state.pos))
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp6664 GeolocationController::from(m_page)->positionChanged(core(position));
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm6659 WebCore::GeolocationController::from(_private->page)->positionChanged(core(position));

Completed in 310 milliseconds