Home
last modified time | relevance | path

Searched defs:sanitizedMessage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DExceptionState.cpp68 void ExceptionState::throwSecurityError(const String& sanitizedMessage, const String& unsanitizedMe… in throwSecurityError()
127 void NonThrowableExceptionState::throwSecurityError(const String& sanitizedMessage, const String&) in throwSecurityError()
153 void TrackExceptionState::throwSecurityError(const String& sanitizedMessage, const String&) in throwSecurityError()
DV8ThrowException.cpp47 v8::Handle<v8::Value> V8ThrowException::createDOMException(int ec, const String& sanitizedMessage, … in createDOMException()
80 v8::Handle<v8::Value> V8ThrowException::throwDOMException(int ec, const String& sanitizedMessage, c… in throwDOMException()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMException.cpp92 DOMException::DOMException(unsigned short code, const String& name, const String& sanitizedMessage,… in DOMException()
101 …eRawPtr<DOMException> DOMException::create(ExceptionCode ec, const String& sanitizedMessage, const… in create()