OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatErrorMessage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendBase.cpp
86
static String
formatErrorMessage
(const char* message, int sqliteErrorCode, const char* sqliteErrorMessage)
313
errorMessage =
formatErrorMessage
("unable to open database", m_sqliteDatabase.lastError(), m_sqliteDatabase.lastErrorMsg());
352
errorMessage =
formatErrorMessage
("unable to open database, failed to start transaction", m_sqliteDatabase.lastError(), m_sqliteDatabase.lastErrorMsg());
363
errorMessage =
formatErrorMessage
("unable to open database, failed to create 'info' table", m_sqliteDatabase.lastError(), m_sqliteDatabase.lastErrorMsg());
370
errorMessage =
formatErrorMessage
("unable to open database, failed to read current version", m_sqliteDatabase.lastError(), m_sqliteDatabase.lastErrorMsg());
382
errorMessage =
formatErrorMessage
("unable to open database, failed to write current version", m_sqliteDatabase.lastError(), m_sqliteDatabase.lastErrorMsg());
590
m_frontend->logErrorMessage(
formatErrorMessage
("error vacuuming database", result, m_sqliteDatabase.lastErrorMsg()));
/external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp
497
void
formatErrorMessage
(UErrorCode &realStatus, const UnicodeString& pattern, const Locale& theLocale,
731
formatErrorMessage
(status,patternToCheck,messageLocale,statusToCheck,
[
all
...]
/external/icu4c/test/intltest/
tsmthred.cpp
648
void
formatErrorMessage
(UErrorCode &realStatus, const UnicodeString& pattern, const Locale& theLocale,
882
formatErrorMessage
(status,patternToCheck,messageLocale,statusToCheck,
[
all
...]
Completed in 95 milliseconds