Home
last modified time | relevance | path

Searched refs:PERMISSION_DENIED (Results 1 – 23 of 23) sorted by relevance

/external/webkit/LayoutTests/fast/dom/Geolocation/
Dreentrant-permission-denied-expected.txt1 …trant calls to Geolocation methods from the error callback due to a PERMISSION_DENIED error are OK.
6 PASS error.code is error.PERMISSION_DENIED
8 PASS error.code is error.PERMISSION_DENIED
Dpermission-denied-already-error-expected.txt1 …ll to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Ge…
6 PASS error.code is error.PERMISSION_DENIED
9 PASS error.code is error.PERMISSION_DENIED
Dpermission-denied-already-success-expected.txt1 …ll to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Ge…
6 PASS error.code is error.PERMISSION_DENIED
9 PASS error.code is error.PERMISSION_DENIED
Ddisconnected-frame-permission-denied-expected.txt2 …me is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED.
7 PASS error.code is error.PERMISSION_DENIED
10 PASS error.code is error.PERMISSION_DENIED
Ddelayed-permission-denied-for-multiple-requests-expected.txt6 PASS error.code is error.PERMISSION_DENIED
8 PASS error.code is error.PERMISSION_DENIED
Dpermission-denied-already-clear-watch-expected.txt6 PASS error.code is error.PERMISSION_DENIED
9 PASS error.code is error.PERMISSION_DENIED
Dpermission-denied-expected.txt6 PASS error.code is error.PERMISSION_DENIED
Dpermission-denied-stops-watches-expected.txt6 PASS error.code is error.PERMISSION_DENIED
Ddelayed-permission-denied-expected.txt6 PASS error.code is error.PERMISSION_DENIED
Derror-expected.txt9 PASS error.PERMISSION_DENIED is 1
/external/webkit/LayoutTests/platform/android/fast/dom/Geolocation/
Ddisconnected-frame-permission-denied-expected.txt1 …me is disconnected before a callback is made, the error callback is invoked with PERMISSION_DENIED.
6 PASS error.code is error.PERMISSION_DENIED
9 PASS error.code is error.PERMISSION_DENIED
/external/webkit/Source/WebCore/page/
DNavigatorUserMediaError.h38 PERMISSION_DENIED = 1 enumerator
DGeolocation.cpp75 code = PositionError::PERMISSION_DENIED; in createPositionError()
317 …notifier->setFatalError(PositionError::create(PositionError::PERMISSION_DENIED, permissionDeniedEr… in startRequest()
352 …notifier->setFatalError(PositionError::create(PositionError::PERMISSION_DENIED, permissionDeniedEr… in requestUsesCachedPosition()
460 …RefPtr<PositionError> error = PositionError::create(PositionError::PERMISSION_DENIED, permissionDe… in setIsAllowed()
758 …notifier->setFatalError(PositionError::create(PositionError::PERMISSION_DENIED, permissionDeniedEr… in handlePendingPermissionNotifiers()
DPositionError.h38 PERMISSION_DENIED = 1, enumerator
DNavigatorUserMediaError.idl29 const unsigned short PERMISSION_DENIED = 1;
DPositionError.idl32 const unsigned short PERMISSION_DENIED = 1;
/external/webkit/Source/WebKit/chromium/src/
DWebGeolocationClientMock.cpp65 case PositionError::PERMISSION_DENIED: in setError()
/external/chromium/chrome/browser/extensions/
Dextension_webstore_private_api.h70 PERMISSION_DENIED, enumerator
Dextension_webstore_private_api.cc276 SetResult(PERMISSION_DENIED); in RunImpl()
329 case PERMISSION_DENIED: in SetResult()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.cpp813 case PositionError::PERMISSION_DENIED: in setMockGeolocationError()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1042803 Removed reference to PERMISSION_DENIED (previous non standard exception) and replaced it
42807 (WebCore::setDOMException): Removed PERMISSION_DENIED code.
42812 * xml/XMLHttpRequestException.h: Removed PERMISSION_DENIED.
67782 (KJS::setDOMException): Oops, this was just supposed to be PERMISSION_DENIED.
DChangeLog-2007-10-1464727 PERMISSION_DENIED error into a special case.
64748 (WebCore::): Added NETWORK_ERR and a comment about PERMISSION_DENIED.
DChangeLog-2009-06-1633616 return a PERMISSION_DENIED if not.