Searched refs:formatErrorMessage (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
D | DatabaseBackendBase.cpp | 86 static String formatErrorMessage(const char* message, int sqliteErrorCode, const char* sqliteErrorM… in formatErrorMessage() function 313 …errorMessage = formatErrorMessage("unable to open database", m_sqliteDatabase.lastError(), m_sqlit… in performOpenAndVerify() 352 …errorMessage = formatErrorMessage("unable to open database, failed to start transaction", m_sqlite… in performOpenAndVerify() 363 …errorMessage = formatErrorMessage("unable to open database, failed to create 'info' table", m_sqli… in performOpenAndVerify() 370 …errorMessage = formatErrorMessage("unable to open database, failed to read current version", m_sql… in performOpenAndVerify() 382 …errorMessage = formatErrorMessage("unable to open database, failed to write current version", m_sq… in performOpenAndVerify() 590 …m_frontend->logErrorMessage(formatErrorMessage("error vacuuming database", result, m_sqliteDatabas… in incrementalVacuumIfNeeded()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tsmthred.cpp | 497 void formatErrorMessage(UErrorCode &realStatus, const UnicodeString& pattern, const Locale& theLoca… in formatErrorMessage() function 731 formatErrorMessage(status,patternToCheck,messageLocale,statusToCheck, in run()
|
/external/icu4c/test/intltest/ |
D | tsmthred.cpp | 648 void formatErrorMessage(UErrorCode &realStatus, const UnicodeString& pattern, const Locale& theLoca… in formatErrorMessage() function 882 formatErrorMessage(status,patternToCheck,messageLocale,statusToCheck, in run()
|