Searched defs:VerifyAndClearExpectations (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater_unittest.cc65 VerifyAndClearExpectations();
165 void VerifyAndClearExpectations() { function
168 Mock::VerifyAndClearExpectations(*it);
172 Mock::VerifyAndClearExpectations(*sit);
209 VerifyAndClearExpectations();
H A Dchrome_download_manager_delegate_unittest.cc142 void VerifyAndClearExpectations();
199 void ChromeDownloadManagerDelegateTest::VerifyAndClearExpectations() { function in class:__anon4715::ChromeDownloadManagerDelegateTest
200 ::testing::Mock::VerifyAndClearExpectations(delegate_.get());
333 VerifyAndClearExpectations();
346 VerifyAndClearExpectations();
356 VerifyAndClearExpectations();
369 VerifyAndClearExpectations();
/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_unittest.cc202 void VerifyAndClearExpectations() { function in class:chromeos::ManagedNetworkConfigurationHandlerTest
203 Mock::VerifyAndClearExpectations(&mock_manager_client_);
204 Mock::VerifyAndClearExpectations(&mock_service_client_);
205 Mock::VerifyAndClearExpectations(&mock_profile_client_);
323 VerifyAndClearExpectations();
470 VerifyAndClearExpectations();
557 VerifyAndClearExpectations();
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_unittest.cc74 void VerifyAndClearExpectations() { function in class:content::__anon7578::MockDelegate
75 ::testing::Mock::VerifyAndClearExpectations(this);
264 mock_delegate()->VerifyAndClearExpectations();
525 ::testing::Mock::VerifyAndClearExpectations(mock_download_file);
691 ::testing::Mock::VerifyAndClearExpectations(download_file);
692 mock_delegate()->VerifyAndClearExpectations();
704 ::testing::Mock::VerifyAndClearExpectations(download_file);
705 mock_delegate()->VerifyAndClearExpectations();
729 ::testing::Mock::VerifyAndClearExpectations(download_file);
730 mock_delegate()->VerifyAndClearExpectations();
[all...]
/external/chromium/testing/gmock/src/
H A Dgmock-spec-builders.cc641 bool Mock::VerifyAndClearExpectations(void* mock_obj) { function in class:Mock
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dpreferences_browsertest.cc322 void PreferencesBrowserTest::VerifyAndClearExpectations() { function in class:PreferencesBrowserTest
323 Mock::VerifyAndClearExpectations(this);
371 VerifyAndClearExpectations();
393 VerifyAndClearExpectations();
413 VerifyAndClearExpectations();
420 VerifyAndClearExpectations();
435 VerifyAndClearExpectations();

Completed in 192 milliseconds