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

/external/webkit/Source/WebCore/storage/
H A DSQLError.h39 class SQLError : public ThreadSafeRefCounted<SQLError> { class in namespace:WebCore
41 static PassRefPtr<SQLError> create(unsigned code, const String& message) { return adoptRef(new SQLError(code, message)); }
58 SQLError(unsigned code, const String& message) : m_code(code), m_message(message.threadsafeCopy()) { } function in class:WebCore::SQLError

Completed in 81 milliseconds