OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERROR_CODE_NONE
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/content/public/common/
geoposition.h
24
ERROR_CODE_NONE
= 0, // Chrome addition.
31
// error code is set to
ERROR_CODE_NONE
.
geoposition.cc
29
error_code(
ERROR_CODE_NONE
) {
/external/chromium_org/content/browser/geolocation/
location_arbitrator_impl_unittest.cc
24
last_position_.error_code = Geoposition::
ERROR_CODE_NONE
;
50
position.error_code = Geoposition::
ERROR_CODE_NONE
;
188
EXPECT_EQ(Geoposition::
ERROR_CODE_NONE
,
195
Geoposition::
ERROR_CODE_NONE
);
geolocation_provider_impl.cc
64
position_.error_code != Geoposition::
ERROR_CODE_NONE
) {
206
position.error_code != Geoposition::
ERROR_CODE_NONE
);
location_arbitrator_impl.cc
129
new_position.error_code != Geoposition::
ERROR_CODE_NONE
);
network_location_request.cc
357
DCHECK(position->error_code == Geoposition::
ERROR_CODE_NONE
);
/external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc
417
geoposition_.error_code != content::Geoposition::
ERROR_CODE_NONE
);
430
geoposition_.error_code != content::Geoposition::
ERROR_CODE_NONE
))) {
480
geoposition_.error_code == content::Geoposition::
ERROR_CODE_NONE
) {
/external/chromium_org/chrome/browser/extensions/api/location/
location_manager.cc
377
position.error_code == content::Geoposition::
ERROR_CODE_NONE
) {
/external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc
291
geoposition.error_code = Geoposition::
ERROR_CODE_NONE
;
/external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc
419
location->set_error_code(em::DeviceLocation::
ERROR_CODE_NONE
);
device_status_collector_browsertest.cc
224
EXPECT_EQ(em::DeviceLocation::
ERROR_CODE_NONE
, location.error_code());
Completed in 263 milliseconds