Searched refs:setEnableHighAccuracy (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebGeolocationProvider.cpp50 void WebGeolocationProvider::setEnableHighAccuracy(WebGeolocationManagerProxy* geolocationManager, bool enabled) function in class:WebKit::WebGeolocationProvider
52 if (!m_client.setEnableHighAccuracy)
55 m_client.setEnableHighAccuracy(toAPI(geolocationManager), enabled, m_client.base.clientInfo);
H A DWebGeolocationProvider.h47 void setEnableHighAccuracy(WebGeolocationManagerProxy*, bool);
H A DWebGeolocationManagerProxy.cpp107 m_provider.setEnableHighAccuracy(this, isHighAccuracyEnabled());
130 m_provider.setEnableHighAccuracy(this, highAccuracyShouldBeEnabled);
134 void WebGeolocationManagerProxy::setEnableHighAccuracy(IPC::Connection* connection, bool enabled) function in class:WebKit::WebGeolocationManagerProxy
145 m_provider.setEnableHighAccuracy(this, highAccuracyShouldBeEnabled);
H A DWebGeolocationManagerProxy.h77 void setEnableHighAccuracy(IPC::Connection*, bool);
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebGeolocationClient.h45 virtual void setEnableHighAccuracy(bool) override;
47 virtual void setEnableHighAccuracy(bool) override { }
H A DWebGeolocationClient.mm95 void WebGeolocationClient::setEnableHighAccuracy(bool wantsHighAccuracy)
98 [[m_webView _geolocationProvider] setEnableHighAccuracy:wantsHighAccuracy];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKGeolocationManager.h61 WKGeolocationProviderSetEnableHighAccuracyCallback setEnableHighAccuracy; member in struct:WKGeolocationProviderV1
72 WKGeolocationProviderSetEnableHighAccuracyCallback setEnableHighAccuracy; member in struct:WKGeolocationProvider
/macosx-10.10/WebCore-7600.1.25/Modules/geolocation/
H A DGeolocationClient.h45 virtual void setEnableHighAccuracy(bool) = 0;
H A DPositionOptions.h39 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; } function in class:WebCore::PositionOptions
H A DGeolocationController.cpp67 m_client->setEnableHighAccuracy(true);
85 m_client->setEnableHighAccuracy(false);
/macosx-10.10/WebKit-7600.1.25/ios/Misc/
H A DWebGeolocationCoreLocationProvider.h61 - (void)setEnableHighAccuracy:(BOOL)flag;
H A DWebGeolocationProviderIOS.mm150 [_coreLocationProvider setEnableHighAccuracy:_enableHighAccuracy];
232 - (void)setEnableHighAccuracy:(BOOL)enableHighAccuracy
237 [_coreLocationProvider setEnableHighAccuracy:_enableHighAccuracy];
H A DWebGeolocationCoreLocationProvider.mm225 - (void)setEnableHighAccuracy:(BOOL)flag
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebGeolocationClient.h46 virtual void setEnableHighAccuracy(bool) { } function in class:WebGeolocationClient
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebGeolocationClient.h49 virtual void setEnableHighAccuracy(bool) override;
H A DWebGeolocationClient.cpp61 void WebGeolocationClient::setEnableHighAccuracy(bool enabled) function in class:WebKit::WebGeolocationClient
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSGeolocationCustom.cpp46 static void setEnableHighAccuracy(PositionOptions* options, const bool& enableHighAccuracy) function in namespace:WebCore
48 options->setEnableHighAccuracy(enableHighAccuracy);
89 if (!dictionary.tryGetProperty("enableHighAccuracy", options.get(), setEnableHighAccuracy))
/macosx-10.10/WebCore-7600.1.25/platform/geoclue/
H A DGeolocationProviderGeoclue.h45 void setEnableHighAccuracy(bool);
H A DGeolocationProviderGeoclue1.cpp110 void GeolocationProviderGeoclue::setEnableHighAccuracy(bool enable) function in class:GeolocationProviderGeoclue
H A DGeolocationProviderGeoclue2.cpp89 void GeolocationProviderGeoclue::setEnableHighAccuracy(bool enable) function in class:GeolocationProviderGeoclue
/macosx-10.10/WebCore-7600.1.25/platform/mock/
H A DGeolocationClientMock.h66 virtual void setEnableHighAccuracy(bool);
H A DGeolocationClientMock.cpp154 void GeolocationClientMock::setEnableHighAccuracy(bool) function in class:WebCore::GeolocationClientMock
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKGeolocationProviderIOS.mm96 static void setEnableHighAccuracy(WKGeolocationManagerRef geolocationManager, bool enable, const void* clientInfo)
123 [_coreLocationProvider setEnableHighAccuracy:enableHighAccuracy];
146 setEnableHighAccuracy
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebViewPrivate.h989 - (void)setEnableHighAccuracy:(BOOL)enableHighAccuracy;

Completed in 127 milliseconds