HomeSort by relevance Sort by last modified time
    Searched defs:throwSecurityError (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ExceptionStatePlaceholder.cpp 53 void NoExceptionStateAssertionChecker::throwSecurityError(const String&, const String&)
ExceptionState.cpp 59 // 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)
127 void NonThrowableExceptionState::throwSecurityError(const String& sanitizedMessage, const String&)
153 void TrackExceptionState::throwSecurityError(const String& sanitizedMessage, const String&)

Completed in 801 milliseconds