setEnableHighAccuracy 71 Source/bindings/v8/custom/V8GeolocationCustom.cpp options->setEnableHighAccuracy(enableHighAccuracyBoolean->Value()); setEnableHighAccuracy 41 Source/modules/geolocation/GeolocationClient.h virtual void setEnableHighAccuracy(bool) = 0; setEnableHighAccuracy 90 Source/modules/geolocation/GeolocationController.cpp m_client->setEnableHighAccuracy(true); setEnableHighAccuracy 108 Source/modules/geolocation/GeolocationController.cpp m_client->setEnableHighAccuracy(false); setEnableHighAccuracy 41 Source/modules/geolocation/PositionOptions.h void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; } setEnableHighAccuracy 65 Source/modules/geolocation/testing/GeolocationClientMock.h virtual void setEnableHighAccuracy(bool) OVERRIDE; setEnableHighAccuracy 73 Source/web/GeolocationClientProxy.cpp m_client->setEnableHighAccuracy(highAccuracy); setEnableHighAccuracy 48 Source/web/GeolocationClientProxy.h virtual void setEnableHighAccuracy(bool) OVERRIDE; setEnableHighAccuracy 40 public/web/WebGeolocationClient.h virtual void setEnableHighAccuracy(bool) = 0;