HomeSort by relevance Sort by last modified time
    Searched refs:startUpdating (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/webkit/Source/WebKit/mac/WebView/
WebDeviceOrientationProvider.h 29 - (void)startUpdating;
WebDeviceOrientationProviderMock.mm 53 - (void)startUpdating
55 m_core->startUpdating();
107 - (void)startUpdating
109 [m_internal startUpdating];
  /external/webkit/Source/WebKit2/UIProcess/
WebGeolocationProvider.cpp 34 void WebGeolocationProvider::startUpdating(WebGeolocationManagerProxy* geolocationManager)
36 if (!m_client.startUpdating)
39 m_client.startUpdating(toAPI(geolocationManager), m_client.clientInfo);
WebGeolocationProvider.h 39 void startUpdating(WebGeolocationManagerProxy*);
WebGeolocationManagerProxy.cpp 80 void WebGeolocationManagerProxy::startUpdating()
85 m_provider.startUpdating(this);
  /external/webkit/Source/WebCore/dom/
DeviceMotionClient.h 38 virtual void startUpdating() = 0;
DeviceOrientationClient.h 39 virtual void startUpdating() = 0;
  /external/webkit/Source/WebKit/chromium/public/
WebDeviceOrientationClient.h 39 virtual void startUpdating() = 0;
WebGeolocationClient.h 38 virtual void startUpdating() = 0;
WebDeviceOrientationClientMock.h 43 virtual void startUpdating();
  /external/webkit/Source/WebCore/page/
GeolocationClient.h 38 virtual void startUpdating() = 0;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
DeviceMotionClientAndroid.cpp 55 void DeviceMotionClientAndroid::startUpdating()
57 client()->startUpdating();
DeviceOrientationClientAndroid.cpp 55 void DeviceOrientationClientAndroid::startUpdating()
57 client()->startUpdating();
GeolocationClientAndroid.h 44 virtual void startUpdating();
GeolocationClientAndroid.cpp 54 void GeolocationClientAndroid::startUpdating()
56 client()->startUpdating();
  /external/webkit/Source/WebKit/chromium/src/
DeviceOrientationClientProxy.cpp 49 void DeviceOrientationClientProxy::startUpdating()
53 m_client->startUpdating();
WebDeviceOrientationClientMock.cpp 46 void WebDeviceOrientationClientMock::startUpdating()
48 m_clientMock->startUpdating();
DeviceOrientationClientProxy.h 48 void startUpdating();
GeolocationClientProxy.cpp 62 void GeolocationClientProxy::startUpdating()
64 m_client->startUpdating();
  /external/webkit/Source/WebCore/platform/efl/
GeolocationServiceEfl.h 37 virtual bool startUpdating(PositionOptions*);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebDeviceOrientationClient.mm 48 void WebDeviceOrientationClient::startUpdating()
50 [getProvider() startUpdating];
WebGeolocationClient.h 41 void startUpdating();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceMotionClientQt.h 41 virtual void startUpdating();
DeviceOrientationClientQt.h 41 virtual void startUpdating();
DeviceOrientationClientMockQt.cpp 56 void DeviceOrientationClientMockQt::startUpdating()
58 m_clientMock->startUpdating();

Completed in 744 milliseconds

1 2 3