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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DOMWindowWebDatabase.cpp 56 DatabaseManager::throwExceptionForDatabaseError(error, errorMessage, exceptionState);
WorkerGlobalScopeWebDatabase.cpp 55 DatabaseManager::throwExceptionForDatabaseError(error, errorMessage, exceptionState);
73 DatabaseManager::throwExceptionForDatabaseError(error, errorMessage, exceptionState);
DatabaseManager.h 74 static void throwExceptionForDatabaseError(DatabaseError, const String& errorMessage, ExceptionState&);
DatabaseManager.cpp 162 void DatabaseManager::throwExceptionForDatabaseError(DatabaseError error, const String& errorMessage, ExceptionState& exceptionState)

Completed in 156 milliseconds