/external/chromium_org/content/browser/geolocation/ |
network_location_request.cc | 18 #include "content/public/common/geoposition.h" 85 Geoposition* position, 93 Geoposition* position, 152 Geoposition position; 277 Geoposition* position) { 278 position->error_code = Geoposition::ERROR_CODE_POSITION_UNAVAILABLE; 293 Geoposition* position, 353 Geoposition* position, 357 DCHECK(position->error_code == Geoposition::ERROR_CODE_NONE);
|
geolocation_dispatcher_host.h | 58 void OnLocationUpdate(const Geoposition& position);
|
network_location_provider_unittest.cc | 39 const Geoposition& position) { 189 static Geoposition CreateReferencePosition(int id) { 190 Geoposition pos; 387 Geoposition position; 546 Geoposition pos = CreateReferencePosition(i); 549 const Geoposition* item =
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
stub_web_view.cc | 116 Status StubWebView::OverrideGeolocation(const Geoposition& geoposition) {
|
stub_web_view.h | 64 virtual Status OverrideGeolocation(const Geoposition& geoposition) OVERRIDE;
|
web_view.h | 23 struct Geoposition; 139 // Overrides normal geolocation with a given geoposition. 140 virtual Status OverrideGeolocation(const Geoposition& geoposition) = 0;
|
web_view_impl.h | 91 virtual Status OverrideGeolocation(const Geoposition& geoposition) OVERRIDE;
|
web_view_impl.cc | 369 Status WebViewImpl::OverrideGeolocation(const Geoposition& geoposition) { 370 return geolocation_override_manager_->OverrideGeolocation(geoposition);
|
/external/chromium_org/chrome/browser/chromeos/geolocation/ |
simple_geolocation_unittest.cc | 136 void OnRequestDone(const Geoposition& position, 151 const Geoposition& position() const { return position_; } 156 Geoposition position_;
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_status_collector.h | 24 #include "content/public/common/geoposition.h" 133 void ReceiveGeolocationUpdate(const content::Geoposition&); 162 content::Geoposition position_;
|
device_status_collector_browsertest.cc | 53 scoped_ptr<content::Geoposition> mock_position_to_return_next; 55 void SetMockPositionToReturnNext(const content::Geoposition &position) { 56 mock_position_to_return_next.reset(new content::Geoposition(position)); 70 scoped_ptr<content::Geoposition> position( 592 content::Geoposition valid_fix; 598 content::Geoposition invalid_fix; 600 content::Geoposition::ERROR_CODE_POSITION_UNAVAILABLE;
|
device_status_collector.cc | 130 content::Geoposition position; 217 position_ = content::Geoposition(); 543 const content::Geoposition& position) {
|
/external/chromium_org/chrome/test/chromedriver/ |
window_commands.cc | 21 #include "chrome/test/chromedriver/chrome/geoposition.h" 860 Geoposition geoposition; local 862 !location->GetDouble("latitude", &geoposition.latitude) || 863 !location->GetDouble("longitude", &geoposition.longitude)) 866 !location->GetDouble("accuracy", &geoposition.accuracy)) { 871 geoposition.accuracy = 100; 874 Status status = web_view->OverrideGeolocation(geoposition); 876 session->overridden_geoposition.reset(new Geoposition(geoposition)); [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/ |
Geolocation.cpp | 44 static Geoposition* createGeoposition(GeolocationPosition* position) 61 return Geoposition::create(coordinates, convertSecondsToDOMTimeStamp(position->timestamp())); 121 void Geolocation::GeoNotifier::runSuccessCallback(Geoposition* position) 287 Geoposition* Geolocation::lastPosition() 415 Geoposition* cachedPosition = lastPosition(); 474 void Geolocation::sendPosition(GeoNotifierVector& notifiers, Geoposition* position)
|
/external/chromium_org/chrome/browser/chromeos/timezone/ |
timezone_unittest.cc | 6 #include "chrome/browser/chromeos/geolocation/geoposition.h" 45 position.status = chromeos::Geoposition::STATUS_NONE; 65 chromeos::Geoposition position;
|
/external/chromium_org/components/autofill/content/browser/risk/ |
fingerprint_browsertest.cc | 13 #include "content/public/common/geoposition.h" 182 content::Geoposition position;
|
/external/chromium_org/chrome/browser/geolocation/ |
geolocation_browsertest.cc | 229 // 3. Allowing the infobar does not trigger an error, and allow a geoposition to 473 IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, Geoposition) { 584 // Test second iframe from a different origin with a cached geoposition will 589 // Back to the first frame, enable navigation and refresh geoposition. 626 // Refresh geoposition, but let's not yet create the watch on the second frame 666 // Test second iframe from a different origin with a cached geoposition will
|
/external/chromium_org/chrome/browser/chromeos/login/ |
wizard_controller.h | 38 struct Geoposition; 293 void OnLocationResolved(const Geoposition& position,
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/ |
modules_global_constructors_idls_idl_files_list.tmp | 49 ../../modules/geolocation/Geoposition.idl
|
modules_global_objects_idl_files_list.tmp | 49 ../../modules/geolocation/Geoposition.idl
|
modules_idl_files_list.tmp | 49 ../../modules/geolocation/Geoposition.idl
|
/external/chromium_org/chrome/test/base/ |
ui_test_utils.cc | 67 #include "content/public/common/geoposition.h" 558 content::Geoposition position;
|
/external/chromium_org/content/ |
content_common.gypi | 66 'public/common/geoposition.cc', 67 'public/common/geoposition.h',
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
modules_idl_files_list.tmp | 49 ../../../modules/geolocation/Geoposition.idl
|
modules_static_idl_files_list.tmp | 49 ../../../modules/geolocation/Geoposition.idl
|