Home
last modified time | relevance | path

Searched refs:SECURITY_ERR (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebCore/workers/
DWorkerContext.cpp296 ec = SECURITY_ERR; in openDatabase()
315 ec = SECURITY_ERR; in openDatabaseSync()
356 … DOMFileSystem::scheduleCallback(this, errorCallback, FileError::create(FileError::SECURITY_ERR)); in webkitRequestFileSystem()
373 ec = FileException::SECURITY_ERR; in webkitRequestFileSystemSync()
392 … DOMFileSystem::scheduleCallback(this, errorCallback, FileError::create(FileError::SECURITY_ERR)); in webkitResolveLocalFileSystemURL()
411 ec = FileException::SECURITY_ERR; in webkitResolveLocalFileSystemSyncURL()
DAbstractWorker.cpp83 ec = SECURITY_ERR; in resolveURL()
/external/webkit/Source/WebCore/notifications/
DNotification.cpp57 ec = SECURITY_ERR; in Notification()
78 ec = SECURITY_ERR; in Notification()
/external/webkit/Source/WebCore/fileapi/
DFileError.h46 SECURITY_ERR = 2, enumerator
DFileReaderLoader.cpp79 failed(FileError::SECURITY_ERR); in start()
211 return FileError::SECURITY_ERR; in httpStatusCodeToErrorCode()
DFileException.h52 SECURITY_ERR = FileExceptionOffset + 2, enumerator
DFileException.idl49 const unsigned short SECURITY_ERR = 2;
DFileError.idl39 const unsigned short SECURITY_ERR = 2;
/external/webkit/Source/WebCore/dom/
DExceptionCode.h54 SECURITY_ERR = 18, enumerator
DCanvasSurface.cpp84 ec = SECURITY_ERR; in toDataURL()
DDOMCoreException.idl71 const unsigned short SECURITY_ERR = 18;
DDocument.cpp3691 ec = SECURITY_ERR; in cookie()
3712 ec = SECURITY_ERR; in setCookie()
3738 ec = SECURITY_ERR; in setDomain()
3764 ec = SECURITY_ERR; in setDomain()
3771 ec = SECURITY_ERR; in setDomain()
3779 ec = SECURITY_ERR; in setDomain()
/external/webkit/Source/WebCore/page/
DHistory.cpp124 ec = SECURITY_ERR; in stateObjectAdded()
DNavigator.cpp255 ec = SECURITY_ERR; in verifyProtocolHandlerScheme()
DDOMWindow.cpp639 ec = SECURITY_ERR; in sessionStorage()
664 ec = SECURITY_ERR; in localStorage()
754 …MFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::SECURITY_ERR)); in webkitRequestFileSystem()
776 …MFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::SECURITY_ERR)); in webkitResolveLocalFileSystemURL()
1367 ec = SECURITY_ERR; in openDatabase()
DEventSource.cpp88 ec = SECURITY_ERR; in create()
/external/webkit/Source/WebCore/websockets/
DWebSocket.cpp147 ec = SECURITY_ERR; in connect()
/external/webkit/Source/WebCore/html/
DHTMLCanvasElement.cpp350 ec = SECURITY_ERR; in toDataURL()
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp404 COMPILE_ASSERT_MATCHING_ENUM(WebFileErrorSecurity, FileError::SECURITY_ERR);
/external/webkit/Source/WebCore/xml/
DXMLHttpRequest.cpp420 ec = SECURITY_ERR; in open()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1645 ec = SECURITY_ERR; in getImageData()
DWebGLRenderingContext.cpp2800 ec = SECURITY_ERR; in readPixels()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1018043 … (WebCore::XMLHttpRequest::open): Don't throw a SECURITY_ERR for cross-domain requests anymore.
42492 Throw a SECURITY_ERR when accessing a tainted canvas
42801 bug 12182 : XMLHttpRequest should raise SECURITY_ERR for same-origin policy violations
42804 by DOM exception SECURITY_ERR. Updated XMLHttpRequest::open to raise SECURITY_ERR.
42808 * dom/ExceptionCode.cpp: Added SECURITY_ERR exception.
42811 (WebCore::XMLHttpRequest::open): Returns SECURITY_ERR now.
67799 SECURITY_ERR.
DChangeLog-2010-05-2423326 Throwing a SECURITY_ERR when openDatabase() cannot open a database
35730 - Raises SECURITY_ERR exceptions when window.localStorage or
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1621947 - Raises SECURITY_ERR exceptions when window.localStorage or

12