OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VerifyAndClearExpectations
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate_unittest.cc
136
void
VerifyAndClearExpectations
();
193
void ChromeDownloadManagerDelegateTest::
VerifyAndClearExpectations
() {
194
::testing::Mock::
VerifyAndClearExpectations
(delegate_.get());
344
VerifyAndClearExpectations
();
357
VerifyAndClearExpectations
();
367
VerifyAndClearExpectations
();
380
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
200
void
VerifyAndClearExpectations
() {
201
Mock::
VerifyAndClearExpectations
(mock_manager_client_);
202
Mock::
VerifyAndClearExpectations
(mock_profile_client_);
367
VerifyAndClearExpectations
();
513
VerifyAndClearExpectations
();
629
VerifyAndClearExpectations
();
/external/chromium_org/content/browser/download/
download_item_impl_unittest.cc
69
void
VerifyAndClearExpectations
() {
70
::testing::Mock::
VerifyAndClearExpectations
(this);
259
mock_delegate()->
VerifyAndClearExpectations
();
520
::testing::Mock::
VerifyAndClearExpectations
(mock_download_file);
686
::testing::Mock::
VerifyAndClearExpectations
(download_file);
687
mock_delegate()->
VerifyAndClearExpectations
();
699
::testing::Mock::
VerifyAndClearExpectations
(download_file);
700
mock_delegate()->
VerifyAndClearExpectations
();
724
::testing::Mock::
VerifyAndClearExpectations
(download_file);
725
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 4112 milliseconds