Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteDatabase.cpp47 static const char notOpenErrorMessage[] = "database is not open"; variable
347 return m_openErrorMessage.isNull() ? notOpenErrorMessage : m_openErrorMessage.data(); in lastErrorMsg()