Searched defs:throwSecurityError (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionStatePlaceholder.cpp53 void NoExceptionStateAssertionChecker::throwSecurityError(const String&, const String&) function in class:blink::NoExceptionStateAssertionChecker
H A DExceptionState.cpp59 // SecurityError is thrown via ::throwSecurityError, and _careful_ consideration must be given to the data exposed to JavaScript via the 'sanitizedMessage'.
68 void ExceptionState::throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMessage) function in class:blink::ExceptionState
127 void NonThrowableExceptionState::throwSecurityError(const String& sanitizedMessage, const String&) function in class:blink::NonThrowableExceptionState
153 void TrackExceptionState::throwSecurityError(const String& sanitizedMessage, const String&) function in class:blink::TrackExceptionState

Completed in 419 milliseconds