OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ABORT_ERR
(Results
1 - 19
of
19
) sorted by null
/external/webkit/Source/WebCore/xml/
XMLHttpRequestException.idl
47
const unsigned short
ABORT_ERR
= 102;
XMLHttpRequestException.h
48
ABORT_ERR
XMLHttpRequest.cpp
962
m_exceptionCode = XMLHttpRequestException::
ABORT_ERR
;
[
all
...]
/external/webkit/Source/WebCore/fileapi/
FileError.idl
40
const unsigned short
ABORT_ERR
= 3;
FileError.h
47
ABORT_ERR
= 3,
FileException.h
53
ABORT_ERR
= FileExceptionOffset + 3,
FileException.idl
50
const unsigned short
ABORT_ERR
= 3;
DOMFileSystemSync.cpp
163
ec = FileException::
ABORT_ERR
;
255
ec = FileException::
ABORT_ERR
;
FileWriter.cpp
136
m_error = FileError::create(FileError::
ABORT_ERR
);
179
if (FileError::
ABORT_ERR
== code)
SyncCallbackHelper.h
79
m_exceptionCode = FileException::
ABORT_ERR
;
FileReaderLoader.cpp
103
m_errorCode = FileError::
ABORT_ERR
;
193
if (m_errorCode == FileError::
ABORT_ERR
)
FileReader.cpp
160
m_error = FileError::create(FileError::
ABORT_ERR
);
/external/webkit/Source/WebCore/storage/
IDBDatabaseException.h
59
ABORT_ERR
= IDBDatabaseExceptionOffset + 13
IDBDatabaseException.idl
55
const unsigned short
ABORT_ERR
= 13;
IDBDatabaseBackendImpl.cpp
170
callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::
ABORT_ERR
, "Connection was closed before set version transaction was created"));
IDBRequest.cpp
164
onError(IDBDatabaseError::create(IDBDatabaseException::
ABORT_ERR
, "The transaction was aborted, so the request cannot be fulfilled."));
/external/webkit/Source/WebCore/dom/
ExceptionCode.h
58
ABORT_ERR
= 20,
DOMCoreException.idl
74
const unsigned short
ABORT_ERR
= 20;
/external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp
405
COMPILE_ASSERT_MATCHING_ENUM(WebFileErrorAbort, FileError::
ABORT_ERR
);
424
COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaErrorAbort,
ABORT_ERR
);
430
COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaErrorAbort,
ABORT_ERR
);
Completed in 89 milliseconds