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

/macosx-10.9.5/WebCore-7537.78.1/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.cpp68 m_client->setEnableHighAccuracy(true);
86 m_client->setEnableHighAccuracy(false);
/macosx-10.9.5/WebCore-7537.78.1/platform/geoclue/
H A DGeolocationProviderGeoclue.h39 void setEnableHighAccuracy(bool);
H A DGeolocationProviderGeoclue.cpp114 void GeolocationProviderGeoclue::setEnableHighAccuracy(bool enable) function in class:GeolocationProviderGeoclue
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebGeolocationClient.h43 virtual void setEnableHighAccuracy(bool) OVERRIDE { }
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebGeolocationClient.h46 virtual void setEnableHighAccuracy(bool) { } function in class:WebGeolocationClient
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebGeolocationClient.h49 virtual void setEnableHighAccuracy(bool) OVERRIDE;
H A DWebGeolocationClient.cpp61 void WebGeolocationClient::setEnableHighAccuracy(bool) function in class:WebKit::WebGeolocationClient
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DGeolocationClientGtk.cpp61 void GeolocationClient::setEnableHighAccuracy(bool enable) function in class:WebKit::GeolocationClient
63 m_provider.setEnableHighAccuracy(enable);
H A DGeolocationClientGtk.h49 void setEnableHighAccuracy(bool);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSGeolocationCustom.cpp47 static void setEnableHighAccuracy(PositionOptions* options, const bool& enableHighAccuracy) function in namespace:WebCore
49 options->setEnableHighAccuracy(enableHighAccuracy);
90 if (!dictionary.tryGetProperty("enableHighAccuracy", options.get(), setEnableHighAccuracy))
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DGeolocationClientQt.h56 void setEnableHighAccuracy(bool);
H A DGeolocationClientQt.cpp114 void GeolocationClientQt::setEnableHighAccuracy(bool) function in class:WebCore::GeolocationClientQt
/macosx-10.9.5/WebCore-7537.78.1/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.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DGeolocationClientBlackBerry.h45 virtual void setEnableHighAccuracy(bool);
H A DGeolocationClientBlackBerry.cpp188 void GeolocationClientBlackBerry::setEnableHighAccuracy(bool newAccuracy) function in class:GeolocationClientBlackBerry

Completed in 209 milliseconds