Lines Matching full:raise
781 (WebCore::ApplicationCacheHost::notifyDOMApplicationCache): Depending, defer or raise the event.
782 (WebCore::ApplicationCacheHost::stopDeferringEvents): Raise any deferred events and reset the flag.
4604 * bindings/js/JSLocationCustom.cpp: (WebCore::JSLocation::setProtocol): Raise an exception
8842 Make setTimer and setInterval raise an exception. It is not specified in HTML5, but both
8843 IE and Firefox do raise an exception in this situation, although different ones.
8846 (WebCore::DOMWindow::setTimeout): Raise INVALID_ACCESS_ERR if script execution context is
8852 Raise INVALID_ACCESS_ERR if script execution context is null (meaning .
18517 Invalid url should raise SYNTAX_ERR exception.
19142 Invalid url should raise SYNTAX_ERR exception.
25025 * websockets/WebSocket.cpp: (WebCore::WebSocket::connect): Per the spec, raise a SECURITY_ERR
26274 (WebCore::Document::cookie): raise exception when accessed from sandbox
26275 (WebCore::Document::setCookie): raise exception when accessed from sandbox
38861 (WebCore::Database::performOpenAndVerify): Raise an exception if the current database version does not match the expected version when the current version is the empty string.
51516 to raise an exception), a callback via the chrome client should be fairly easy.
54666 Raise SECURITY_ERR exception if an attempt is made to change document.domain to an invalid value.
62777 cannot raise an exception immediately out of fear of breaking Acid3, we shouldn't use a
69883 Fix createImageData to raise the NOT_SUPPORTED_ERR exception when
69891 raise a NOT_SUPPORTED_ERR exception."