Searched refs:HistoryTest (Results 1 – 3 of 3) sorted by relevance
61 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 { class105 HistoryTest() in HistoryTest() function in history::HistoryTest112 ~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 …]
38 friend class HistoryTest;40 FRIEND_TEST_ALL_PREFIXES(HistoryTest, CreateStarFolder);
334 friend class HistoryTest; // So the unit tests can poke our innards. variable