HomeSort by relevance Sort by last modified time
    Searched defs:VerifyAndClearExpectations (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate_unittest.cc 142 void VerifyAndClearExpectations();
199 void ChromeDownloadManagerDelegateTest::VerifyAndClearExpectations() {
200 ::testing::Mock::VerifyAndClearExpectations(delegate_.get());
333 VerifyAndClearExpectations();
346 VerifyAndClearExpectations();
356 VerifyAndClearExpectations();
369 VerifyAndClearExpectations();
download_status_updater_unittest.cc 65 VerifyAndClearExpectations();
165 void VerifyAndClearExpectations() {
168 Mock::VerifyAndClearExpectations(*it);
172 Mock::VerifyAndClearExpectations(*sit);
209 VerifyAndClearExpectations();
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_unittest.cc 202 void VerifyAndClearExpectations() {
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/
download_item_impl_unittest.cc 74 void VerifyAndClearExpectations() {
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/
gmock-spec-builders.cc 641 bool Mock::VerifyAndClearExpectations(void* mock_obj) {
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.cc 322 void PreferencesBrowserTest::VerifyAndClearExpectations() {
323 Mock::VerifyAndClearExpectations(this);
371 VerifyAndClearExpectations();
393 VerifyAndClearExpectations();
413 VerifyAndClearExpectations();
420 VerifyAndClearExpectations();
435 VerifyAndClearExpectations();
    [all...]

Completed in 284 milliseconds