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

  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerError.h 41 SecurityError,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionState.cpp 51 // SecurityError is thrown via ::throwSecurityError, and _careful_ consideration must be given to the data exposed to JavaScript via the 'sanitizedMessage'.
52 ASSERT(ec != SecurityError);
62 m_code = SecurityError;
65 setException(V8ThrowException::createDOMException(SecurityError, finalSanitized, finalUnsanitized, m_creationContext, m_isolate));
98 m_code = SecurityError;
V8ThrowException.cpp 52 ASSERT(ec == SecurityError || unsanitizedMessage.isEmpty());
75 ASSERT(ec == SecurityError || unsanitizedMessage.isEmpty());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 54 SecurityError,
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
NavigatorServiceWorker.cpp 114 resolver->reject(DOMError::create(SecurityError, "Can only register for patterns in the document's origin."));
120 resolver->reject(DOMError::create(SecurityError, "Script must be in document's origin."));
149 resolver->reject(DOMError::create(SecurityError, "Can only unregister for patterns 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/content/browser/service_worker/
service_worker_dispatcher_host.cc 105 WebServiceWorkerError::SecurityError,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMStorageAgent.cpp 62 case SecurityError:
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 99 'RuntimeError', 'ScriptError', 'SecurityError', 'Set',
rails.php 92 'RuntimeError', 'ScriptError', 'SecurityError', 'Set',

Completed in 266 milliseconds