Home
last modified time | relevance | path

Searched refs:OnFirstPendingLoad (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/automation/
Dautomation_tab_helper_unittest.cc65 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(_)); in TEST_F()
79 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())) in TEST_F()
95 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())); in TEST_F()
108 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())) in TEST_F()
122 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())); in TEST_F()
137 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())); in TEST_F()
150 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())); in TEST_F()
166 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())); in TEST_F()
183 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())); in TEST_F()
200 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents())); in TEST_F()
Dautomation_tab_helper_browsertest.cc74 EXPECT_CALL(*mock_tab_observer, OnFirstPendingLoad(_)); in ExpectClientRedirectAndBreak()
132 EXPECT_CALL(mock_observer, OnFirstPendingLoad(_)).Times(0); in IN_PROC_BROWSER_TEST_F()
170 EXPECT_CALL(mock_observer, OnFirstPendingLoad(_)); in IN_PROC_BROWSER_TEST_F()
187 EXPECT_CALL(mock_tab_observer, OnFirstPendingLoad(_)); in IN_PROC_BROWSER_TEST_F()
205 EXPECT_CALL(mock_tab_observer, OnFirstPendingLoad(_)); in IN_PROC_BROWSER_TEST_F()
Dautomation_tab_helper.cc68 OnFirstPendingLoad(tab_contents())); in DidStartLoading()
132 OnFirstPendingLoad(tab_contents())); in OnWillPerformClientRedirect()
Dmock_tab_event_observer.h23 MOCK_METHOD1(OnFirstPendingLoad, void(TabContents* tab_contents));
Dautomation_tab_helper.h43 virtual void OnFirstPendingLoad(TabContents* tab_contents) { } in OnFirstPendingLoad() function
Dautomation_provider_observers.h1280 virtual void OnFirstPendingLoad(TabContents* tab_contents);
Dautomation_provider_observers.cc2254 void AllTabsStoppedLoadingObserver::OnFirstPendingLoad( in OnFirstPendingLoad() function in AllTabsStoppedLoadingObserver