Searched refs:SecurityError (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DLockOrientationCallback.cpp40 code = SecurityError;
H A DScreenOrientation.cpp161 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/
H A DExceptionCode.h55 SecurityError, enumerator in enum:blink::__anon11047
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionState.cpp59 // 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;
H A DV8ThrowException.cpp52 ASSERT(ec == SecurityError || unsanitizedMessage.isEmpty());
82 ASSERT(ec == SecurityError || unsanitizedMessage.isEmpty());
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerError.cpp50 return DOMException::create(SecurityError, "The Service Worker security policy prevented an action.");
H A DServiceWorkerContainer.cpp127 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."));
H A DServiceWorkerRegistration.cpp115 resolver->reject(DOMException::create(SecurityError, "Can only unregister for scopes in the document's origin."));
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileError.cpp61 return SecurityError;
131 // SecurityError is special-cased, as we want to route those exceptions through ExceptionState::throwSecurityError.
/external/chromium_org/third_party/jinja2/
H A Dsandbox.py17 from jinja2.exceptions import SecurityError namespace
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,))
H A Dexceptions.py137 class SecurityError(TemplateRuntimeError): class in inherits:TemplateRuntimeError
/external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
H A DCredentialsContainer.cpp106 resolver->reject(DOMException::create(SecurityError, errorMessage));
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMStorageAgent.cpp61 case SecurityError:
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DDOMWebSocketTest.cpp176 EXPECT_EQ(SecurityError, m_exceptionState.code());
236 EXPECT_EQ(SecurityError, m_exceptionState.code());

Completed in 275 milliseconds