Searched refs:notOpenErrorMessage (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/sql/
H A DSQLiteDatabase.cpp50 static const char notOpenErrorMessage[] = "database is not open"; member in namespace:WebCore
350 return m_openErrorMessage.isNull() ? notOpenErrorMessage : m_openErrorMessage.data();

Completed in 97 milliseconds