HomeSort by relevance Sort by last modified time
    Searched refs:POSITION_UNAVAILABLE (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/page/
PositionError.idl 33 const unsigned short POSITION_UNAVAILABLE = 2;
PositionError.h 39 POSITION_UNAVAILABLE = 2,
Geolocation.cpp 72 PositionError::ErrorCode code = PositionError::POSITION_UNAVAILABLE;
78 code = PositionError::POSITION_UNAVAILABLE;
332 notifier->setFatalError(PositionError::create(PositionError::POSITION_UNAVAILABLE, failedToStartServiceErrorMessage));
386 notifier->setFatalError(PositionError::create(PositionError::POSITION_UNAVAILABLE, failedToStartServiceErrorMessage));
533 (*it)->setFatalError(PositionError::create(PositionError::POSITION_UNAVAILABLE, framelessDocumentErrorMessage));
756 notifier->setFatalError(PositionError::create(PositionError::POSITION_UNAVAILABLE, failedToStartServiceErrorMessage));
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 90 setError(PositionError::POSITION_UNAVAILABLE, "Could not connect to location provider.");
106 setError(PositionError::POSITION_UNAVAILABLE, error->message);
113 setError(PositionError::POSITION_UNAVAILABLE, error->message);
184 that->setError(PositionError::POSITION_UNAVAILABLE, error->message);
194 that->setError(PositionError::POSITION_UNAVAILABLE, "Position could not be determined.");
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
error.js 22 shouldBe('error.POSITION_UNAVAILABLE', '2');
  /external/webkit/Source/WebKit/chromium/src/
WebGeolocationClientMock.cpp 68 case PositionError::POSITION_UNAVAILABLE:
  /external/webkit/Source/WebCore/platform/android/
GeolocationServiceBridge.cpp 125 PositionError::create(PositionError::POSITION_UNAVAILABLE, android::jstringToWtfString(env, message));
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 816 case PositionError::POSITION_UNAVAILABLE:
    [all...]

Completed in 2581 milliseconds