Searched refs:SECURITY_ERR (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DFileError.idl39 const unsigned short SECURITY_ERR = 2;
H A DFileError.h46 SECURITY_ERR = 2, enumerator in enum:WebCore::FileError::ErrorCode
H A DFileException.idl49 const unsigned short SECURITY_ERR = 2;
H A DFileException.h52 SECURITY_ERR = FileExceptionOffset + 2, enumerator in enum:WebCore::FileException::FileExceptionCode
H A DFileReaderLoader.cpp79 failed(FileError::SECURITY_ERR);
211 return FileError::SECURITY_ERR;
/external/webkit/Source/WebCore/dom/
H A DExceptionCode.h54 SECURITY_ERR = 18, enumerator in enum:WebCore::__anon13184
H A DDOMCoreException.idl71 const unsigned short SECURITY_ERR = 18;
H A DCanvasSurface.cpp84 ec = SECURITY_ERR;
H A DDocument.cpp3694 ec = SECURITY_ERR;
3715 ec = SECURITY_ERR;
3741 ec = SECURITY_ERR;
3767 ec = SECURITY_ERR;
3774 ec = SECURITY_ERR;
3782 ec = SECURITY_ERR;
/external/webkit/Source/WebCore/workers/
H A DAbstractWorker.cpp83 ec = SECURITY_ERR;
H A DWorkerContext.cpp296 ec = SECURITY_ERR;
315 ec = SECURITY_ERR;
356 DOMFileSystem::scheduleCallback(this, errorCallback, FileError::create(FileError::SECURITY_ERR));
373 ec = FileException::SECURITY_ERR;
392 DOMFileSystem::scheduleCallback(this, errorCallback, FileError::create(FileError::SECURITY_ERR));
411 ec = FileException::SECURITY_ERR;
/external/webkit/Source/WebCore/notifications/
H A DNotification.cpp57 ec = SECURITY_ERR;
78 ec = SECURITY_ERR;
/external/webkit/Source/WebCore/page/
H A DHistory.cpp124 ec = SECURITY_ERR;
H A DNavigator.cpp253 // It is a SECURITY_ERR for these schemes to be handled by a custom handler.
255 ec = SECURITY_ERR;
H A DEventSource.cpp88 ec = SECURITY_ERR;
H A DDOMWindow.cpp639 ec = SECURITY_ERR;
664 ec = SECURITY_ERR;
754 DOMFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::SECURITY_ERR));
776 DOMFileSystem::scheduleCallback(document, errorCallback, FileError::create(FileError::SECURITY_ERR));
1367 ec = SECURITY_ERR;
/external/webkit/Source/WebCore/websockets/
H A DWebSocket.cpp147 ec = SECURITY_ERR;
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp350 ec = SECURITY_ERR;
/external/webkit/Source/WebKit/chromium/src/
H A DAssertMatchingEnums.cpp404 COMPILE_ASSERT_MATCHING_ENUM(WebFileErrorSecurity, FileError::SECURITY_ERR);
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.cpp420 ec = SECURITY_ERR;
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1645 ec = SECURITY_ERR;
H A DWebGLRenderingContext.cpp2800 ec = SECURITY_ERR;

Completed in 290 milliseconds