HomeSort by relevance Sort by last modified time
    Searched defs:quotaExceededErrorMessage (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLError.cpp 36 const char SQLError::quotaExceededErrorMessage[] = "Quota was exceeded.";
SQLError.h 64 static const char quotaExceededErrorMessage[];
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.cpp 46 const char FileError::quotaExceededErrorMessage[] = "The operation failed because it would cause the application to exceed its storage quota.";
113 return FileError::quotaExceededErrorMessage;
FileError.h 68 static const char quotaExceededErrorMessage[];

Completed in 418 milliseconds