HomeSort by relevance Sort by last modified time
    Searched refs:ErrorCodeToExceptionCode (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/fileapi/
FileException.h 65 static int ErrorCodeToExceptionCode(int errorCode)
FileWriterSync.cpp 57 ec = FileException::ErrorCodeToExceptionCode(m_error);
86 ec = FileException::ErrorCodeToExceptionCode(m_error);
FileReaderSync.cpp 96 ec = FileException::ErrorCodeToExceptionCode(loader.errorCode());
SyncCallbackHelper.h 145 m_exceptionCode = FileException::ErrorCodeToExceptionCode(code);
DOMFileSystemSync.cpp 260 ec = FileException::ErrorCodeToExceptionCode(errorCallback->error()->code());
FileWriter.cpp 194 ec = FileException::ErrorCodeToExceptionCode(errorCode);
  /external/webkit/Source/WebCore/storage/
IDBDatabaseException.h 62 static int ErrorCodeToExceptionCode(int errorCode)

Completed in 153 milliseconds