Searched refs:OnFirstPendingLoad (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/automation/ |
D | automation_tab_helper_unittest.cc | 65 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()
|
D | automation_tab_helper_browsertest.cc | 74 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()
|
D | automation_tab_helper.cc | 68 OnFirstPendingLoad(tab_contents())); in DidStartLoading() 132 OnFirstPendingLoad(tab_contents())); in OnWillPerformClientRedirect()
|
D | mock_tab_event_observer.h | 23 MOCK_METHOD1(OnFirstPendingLoad, void(TabContents* tab_contents));
|
D | automation_tab_helper.h | 43 virtual void OnFirstPendingLoad(TabContents* tab_contents) { } in OnFirstPendingLoad() function
|
D | automation_provider_observers.h | 1280 virtual void OnFirstPendingLoad(TabContents* tab_contents);
|
D | automation_provider_observers.cc | 2254 void AllTabsStoppedLoadingObserver::OnFirstPendingLoad( in OnFirstPendingLoad() function in AllTabsStoppedLoadingObserver
|