Home | History | Annotate | Download | only in diagnostics

Lines Matching refs:ASCIIToUTF16

41       RecordOutcome(ASCIIToUTF16("File not found"),
52 RecordFailure(ASCIIToUTF16("Cannot open DB. Possibly corrupted"));
59 RecordFailure(ASCIIToUTF16("DB locked by another process"));
61 string16 str(ASCIIToUTF16("Pragma failed. Error: "));
75 string16 str(ASCIIToUTF16("Database corruption detected :"));
76 str += base::IntToString16(errors) + ASCIIToUTF16(" errors");
80 RecordSuccess(ASCIIToUTF16("no corruption detected"));
130 return new SqliteIntegrityTest(true, ASCIIToUTF16("Web DB"),
135 return new SqliteIntegrityTest(true, ASCIIToUTF16("Cookies DB"),
140 return new SqliteIntegrityTest(true, ASCIIToUTF16("History DB"),
145 return new SqliteIntegrityTest(false, ASCIIToUTF16("Archived History DB"),
150 return new SqliteIntegrityTest(false, ASCIIToUTF16("Thumbnails DB"),
157 return new SqliteIntegrityTest(false, ASCIIToUTF16("AppCache DB"),
165 return new SqliteIntegrityTest(false, ASCIIToUTF16("DatabaseTracker DB"),