OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POSITION_UNAVAILABLE
(Results
1 - 7
of
7
) sorted by null
/external/webkit/WebCore/page/
PositionError.idl
33
const unsigned short
POSITION_UNAVAILABLE
= 2;
PositionError.h
39
POSITION_UNAVAILABLE
= 2,
Geolocation.cpp
74
PositionError::ErrorCode code = PositionError::
POSITION_UNAVAILABLE
;
80
code = PositionError::
POSITION_UNAVAILABLE
;
310
notifier->setFatalError(PositionError::create(PositionError::
POSITION_UNAVAILABLE
, failedToStartServiceErrorMessage));
364
notifier->setFatalError(PositionError::create(PositionError::
POSITION_UNAVAILABLE
, failedToStartServiceErrorMessage));
/external/webkit/WebCore/platform/gtk/
GeolocationServiceGtk.cpp
89
setError(PositionError::
POSITION_UNAVAILABLE
, "Could not connect to location provider.");
104
setError(PositionError::
POSITION_UNAVAILABLE
, error->message);
111
setError(PositionError::
POSITION_UNAVAILABLE
, error->message);
171
setError(PositionError::
POSITION_UNAVAILABLE
, error->message);
174
setError(PositionError::
POSITION_UNAVAILABLE
, "Position could not be determined.");
195
that->setError(PositionError::
POSITION_UNAVAILABLE
, "Position could not be determined.");
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/
error.js
19
shouldBe('error.
POSITION_UNAVAILABLE
', '2');
/external/webkit/WebCore/platform/mac/
GeolocationServiceMac.mm
209
code = PositionError::
POSITION_UNAVAILABLE
;
212
code = PositionError::
POSITION_UNAVAILABLE
;
/external/webkit/WebCore/platform/android/
GeolocationServiceBridge.cpp
121
PositionError::create(PositionError::
POSITION_UNAVAILABLE
, android::to_string(env, message));
Completed in 186 milliseconds