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

  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
LockOrientationCallback.cpp 40 code = SecurityError;
ScreenOrientation.cpp 161 RefPtrWillBeRawPtr<DOMException> exception = DOMException::create(SecurityError, "The document is sandboxed and lacks the 'allow-orientation-lock' flag.");
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 55 SecurityError,
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ExceptionState.cpp 59 // SecurityError is thrown via ::throwSecurityError, and _careful_ consideration must be given to the data exposed to JavaScript via the 'sanitizedMessage'.
60 ASSERT(ec != SecurityError);
72 m_code = SecurityError;
77 setException(V8ThrowException::createDOMException(SecurityError, finalSanitized, finalUnsanitized, m_creationContext, m_isolate));
130 m_code = SecurityError;
155 m_code = SecurityError;
V8ThrowException.cpp 52 ASSERT(ec == SecurityError || unsanitizedMessage.isEmpty());
82 ASSERT(ec == SecurityError || unsanitizedMessage.isEmpty());
PrivateScriptRunner.js 66 "SecurityError",
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerError.cpp 50 return DOMException::create(SecurityError, "The Service Worker security policy prevented an action.");
ServiceWorkerContainer.cpp 127 resolver->reject(DOMException::create(SecurityError, "The scope must match the current origin."));
134 resolver->reject(DOMException::create(SecurityError, "The origin of the script must match the current origin."));
174 resolver->reject(DOMException::create(SecurityError, "The documentURL must match the current origin."));
ServiceWorkerRegistration.cpp 115 resolver->reject(DOMException::create(SecurityError, "Can only unregister for scopes in the document's origin."));
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.cpp 61 return SecurityError;
131 // SecurityError is special-cased, as we want to route those exceptions through ExceptionState::throwSecurityError.
  /external/chromium_org/third_party/jinja2/
sandbox.py 17 from jinja2.exceptions import SecurityError
186 If the template tries to access insecure code a :exc:`SecurityError` is
348 ), name=attribute, obj=obj, exc=SecurityError)
355 raise SecurityError('%r is not safely callable' % (__obj,))
exceptions.py 137 class SecurityError(TemplateRuntimeError):
  /external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
CredentialsContainer.cpp 106 resolver->reject(DOMException::create(SecurityError, errorMessage));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMStorageAgent.cpp 61 case SecurityError:
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
DOMWebSocketTest.cpp 176 EXPECT_EQ(SecurityError, m_exceptionState.code());
236 EXPECT_EQ(SecurityError, m_exceptionState.code());
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 53 case 'SecurityError':
    [all...]

Completed in 1219 milliseconds