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

  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate_unittest.cc 135 void VerifyAndClearExpectations();
192 void ChromeDownloadManagerDelegateTest::VerifyAndClearExpectations() {
193 ::testing::Mock::VerifyAndClearExpectations(delegate_.get());
343 VerifyAndClearExpectations();
356 VerifyAndClearExpectations();
366 VerifyAndClearExpectations();
379 VerifyAndClearExpectations();
download_status_updater_unittest.cc 61 VerifyAndClearExpectations();
159 void VerifyAndClearExpectations() {
162 Mock::VerifyAndClearExpectations(*it);
166 Mock::VerifyAndClearExpectations(*sit);
203 VerifyAndClearExpectations();
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_unittest.cc 232 void VerifyAndClearExpectations() {
233 Mock::VerifyAndClearExpectations(mock_manager_client_);
234 Mock::VerifyAndClearExpectations(mock_profile_client_);
431 VerifyAndClearExpectations();
570 VerifyAndClearExpectations();
639 VerifyAndClearExpectations();
790 VerifyAndClearExpectations();
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 69 void VerifyAndClearExpectations() {
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/chrome/browser/ui/webui/options/
preferences_browsertest.cc 319 void PreferencesBrowserTest::VerifyAndClearExpectations() {
320 Mock::VerifyAndClearExpectations(this);
369 VerifyAndClearExpectations();
391 VerifyAndClearExpectations();
411 VerifyAndClearExpectations();
418 VerifyAndClearExpectations();
433 VerifyAndClearExpectations();
    [all...]

Completed in 700 milliseconds