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

  /external/chromium/chrome/browser/automation/
mock_tab_event_observer.h 23 MOCK_METHOD1(OnFirstPendingLoad, void(TabContents* tab_contents));
automation_tab_helper_unittest.cc 65 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(_));
79 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()))
95 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()));
108 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()))
122 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()));
137 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()));
150 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()));
166 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()));
183 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()));
200 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()))
    [all...]
automation_tab_helper_browsertest.cc 74 EXPECT_CALL(*mock_tab_observer, OnFirstPendingLoad(_));
132 EXPECT_CALL(mock_observer, OnFirstPendingLoad(_)).Times(0);
170 EXPECT_CALL(mock_observer, OnFirstPendingLoad(_));
187 EXPECT_CALL(mock_tab_observer, OnFirstPendingLoad(_));
205 EXPECT_CALL(mock_tab_observer, OnFirstPendingLoad(_));
automation_tab_helper.cc 68 OnFirstPendingLoad(tab_contents()));
132 OnFirstPendingLoad(tab_contents()));
automation_tab_helper.h 43 virtual void OnFirstPendingLoad(TabContents* tab_contents) { }
48 // This method will always be called if |OnFirstPendingLoad| was called.
automation_provider_observers.h     [all...]
automation_provider_observers.cc     [all...]

Completed in 176 milliseconds