Searched defs:IsStringInFile (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dexpire_history_backend_unittest.cc93 static bool IsStringInFile(const FilePath& filename, const char* str);
445 bool ExpireHistoryTest::IsStringInFile(const FilePath& filename, function in class:history::ExpireHistoryTest
485 EXPECT_TRUE(IsStringInFile(fts_filename, "goats"));
498 EXPECT_FALSE(IsStringInFile(fts_filename, "goats"));

Completed in 42 milliseconds