Home
last modified time | relevance | path

Searched refs:HistoryTest (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_unittest.cc61 class HistoryTest;
67 DISABLE_RUNNABLE_METHOD_REFCOUNT(history::HistoryTest);
87 explicit BackendDelegate(HistoryTest* history_test) in BackendDelegate()
98 HistoryTest* history_test_;
103 class HistoryTest : public testing::Test { class
105 HistoryTest() in HistoryTest() function in history::HistoryTest
112 ~HistoryTest() { in ~HistoryTest()
197 NewCallback(this, &HistoryTest::SaveURLAndQuit)); in QueryURL()
222 NewCallback(this, &HistoryTest::OnRedirectQueryComplete)); in QueryRedirectsFrom()
293 Source<HistoryTest>(NULL), det); in BroadcastNotifications()
[all …]
Dstarred_url_database.h38 friend class HistoryTest;
40 FRIEND_TEST_ALL_PREFIXES(HistoryTest, CreateStarFolder);
Dhistory_backend.h334 friend class HistoryTest; // So the unit tests can poke our innards. variable