HomeSort by relevance Sort by last modified time
    Searched refs:HistoryTest (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/history/
history_unittest.cc 61 class HistoryTest;
64 // Specialize RunnableMethodTraits for HistoryTest so we can create callbacks.
66 // the HistoryTest object.
67 DISABLE_RUNNABLE_METHOD_REFCOUNT(history::HistoryTest);
87 explicit BackendDelegate(HistoryTest* history_test)
98 HistoryTest* history_test_;
103 class HistoryTest : public testing::Test {
105 HistoryTest()
112 ~HistoryTest() {
148 history_dir_ = temp_dir_.path().AppendASCII("HistoryTest");
    [all...]
starred_url_database.h 38 friend class HistoryTest;
40 FRIEND_TEST_ALL_PREFIXES(HistoryTest, CreateStarFolder);
history_backend.h 334 friend class HistoryTest; // So the unit tests can poke our innards.
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 881 class HistoryTest : public testing::Test {
883 HistoryTest()
889 virtual ~HistoryTest() {
914 history_dir_ = temp_dir_.path().AppendASCII("HistoryTest");
    [all...]

Completed in 316 milliseconds