OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsStringInFile
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc
93
static bool
IsStringInFile
(const FilePath& filename, const char* str);
445
bool ExpireHistoryTest::
IsStringInFile
(const FilePath& filename,
485
EXPECT_TRUE(
IsStringInFile
(fts_filename, "goats"));
498
EXPECT_FALSE(
IsStringInFile
(fts_filename, "goats"));
[
all
...]
/external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc
93
static bool
IsStringInFile
(const base::FilePath& filename, const char* str);
391
bool ExpireHistoryTest::
IsStringInFile
(const base::FilePath& filename,
[
all
...]
Completed in 185 milliseconds