Searched defs:IDBDatabaseException (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBDatabaseException.h35 class IDBDatabaseException : public ExceptionBase { class in namespace:WebCore
37 static PassRefPtr<IDBDatabaseException> create(const ExceptionCodeDescription& description)
39 return adoptRef(new IDBDatabaseException(description));
70 IDBDatabaseException(const ExceptionCodeDescription& description) function in class:WebCore::IDBDatabaseException

Completed in 51 milliseconds