Searched defs:VerifyAndClearExpectations (Results 1 - 5 of 5) sorted by last modified time

/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_unittest.cc69 void VerifyAndClearExpectations() { function in class:content::__anon7078::MockDelegate
70 ::testing::Mock::VerifyAndClearExpectations(this);
259 mock_delegate()->VerifyAndClearExpectations();
551 ::testing::Mock::VerifyAndClearExpectations(mock_download_file);
717 ::testing::Mock::VerifyAndClearExpectations(download_file);
718 mock_delegate()->VerifyAndClearExpectations();
730 ::testing::Mock::VerifyAndClearExpectations(download_file);
731 mock_delegate()->VerifyAndClearExpectations();
755 ::testing::Mock::VerifyAndClearExpectations(download_file);
756 mock_delegate()->VerifyAndClearExpectations();
[all...]
/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_unittest.cc232 void VerifyAndClearExpectations() { function in class:chromeos::ManagedNetworkConfigurationHandlerTest
233 Mock::VerifyAndClearExpectations(mock_manager_client_);
234 Mock::VerifyAndClearExpectations(mock_profile_client_);
431 VerifyAndClearExpectations();
570 VerifyAndClearExpectations();
639 VerifyAndClearExpectations();
790 VerifyAndClearExpectations();
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.cc319 void PreferencesBrowserTest::VerifyAndClearExpectations() { function in class:PreferencesBrowserTest
320 Mock::VerifyAndClearExpectations(this);
369 VerifyAndClearExpectations();
391 VerifyAndClearExpectations();
411 VerifyAndClearExpectations();
418 VerifyAndClearExpectations();
433 VerifyAndClearExpectations();
/external/chromium_org/chrome/browser/download/
H A Dchrome_download_manager_delegate_unittest.cc135 void VerifyAndClearExpectations();
192 void ChromeDownloadManagerDelegateTest::VerifyAndClearExpectations() { function in class:__anon3573::ChromeDownloadManagerDelegateTest
193 ::testing::Mock::VerifyAndClearExpectations(delegate_.get());
343 VerifyAndClearExpectations();
356 VerifyAndClearExpectations();
366 VerifyAndClearExpectations();
379 VerifyAndClearExpectations();
H A Ddownload_status_updater_unittest.cc61 VerifyAndClearExpectations();
159 void VerifyAndClearExpectations() { function
162 Mock::VerifyAndClearExpectations(*it);
166 Mock::VerifyAndClearExpectations(*sit);
203 VerifyAndClearExpectations();

Completed in 1043 milliseconds