HomeSort by relevance Sort by last modified time
    Searched refs: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 87 static const char quotaExceededErrorMessage[];
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.h 70 static const char quotaExceededErrorMessage[];
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;

Completed in 109 milliseconds