/external/chromium_org/chrome/browser/profile_resetter/ |
automatic_profile_resetter_unittest.cc | 586 mock_delegate().ExpectCallsToDependenciesSetUpMethods(); 587 mock_delegate().ExpectCallsToGetterMethods(); 588 mock_delegate().ExpectCallToShowPrompt(); 595 testing::Mock::VerifyAndClearExpectations(&mock_delegate()); 603 testing::Mock::VerifyAndClearExpectations(&mock_delegate()); 624 MockProfileResetterDelegate& mock_delegate() { return *mock_delegate_; } function in class:__anon5458::AutomaticProfileResetterTestBase 689 mock_delegate().ExpectCallsToDependenciesSetUpMethods(); 690 mock_delegate().ExpectCallsToGetterMethods(); 705 mock_delegate().ExpectCallsToDependenciesSetUpMethods(); 706 mock_delegate().ExpectCallsToGetterMethods() [all...] |
/external/chromium_org/chrome/browser/download/ |
download_test_file_activity_observer.cc | 72 scoped_ptr<MockDownloadManagerDelegate> mock_delegate( 74 test_delegate_ = mock_delegate->GetWeakPtr(); 77 mock_delegate.PassAs<ChromeDownloadManagerDelegate>());
|
/external/chromium_org/ash/wm/ |
sticky_keys_unittest.cc | 278 MockStickyKeysHandlerDelegate* mock_delegate = local 280 StickyKeysHandler sticky_key(ui::EF_SHIFT_DOWN, mock_delegate); 299 ASSERT_EQ(2U, mock_delegate->GetEventCount()); 300 EXPECT_EQ(ui::ET_KEY_PRESSED, mock_delegate->GetEvent(0)->type()); 302 static_cast<const ui::KeyEvent*>(mock_delegate->GetEvent(0)) 304 EXPECT_EQ(ui::ET_KEY_RELEASED, mock_delegate->GetEvent(1)->type()); 306 static_cast<const ui::KeyEvent*>(mock_delegate->GetEvent(1)) 321 MockStickyKeysHandlerDelegate* mock_delegate = local 323 StickyKeysHandler sticky_key(ui::EF_SHIFT_DOWN, mock_delegate); 364 MockStickyKeysHandlerDelegate* mock_delegate local 407 MockStickyKeysHandlerDelegate* mock_delegate = local 431 MockStickyKeysHandlerDelegate* mock_delegate = local 456 MockStickyKeysHandlerDelegate* mock_delegate = local 480 MockStickyKeysHandlerDelegate* mock_delegate = local 521 MockStickyKeysHandlerDelegate* mock_delegate = local 575 MockStickyKeysHandlerDelegate* mock_delegate = local 628 MockStickyKeysHandlerDelegate* mock_delegate = local 666 MockStickyKeysHandlerDelegate* mock_delegate = local 698 MockStickyKeysHandlerDelegate* mock_delegate = local 719 MockStickyKeysHandlerDelegate* mock_delegate = local [all...] |
/external/chromium_org/chrome/browser/ui/search/ |
search_ipc_router_unittest.cc | 136 search_tab_helper->ipc_router().set_delegate(mock_delegate()); 162 MockSearchIPCRouterDelegate* mock_delegate() { return &delegate_; } function in class:SearchIPCRouterTest 194 EXPECT_CALL(*mock_delegate(), OnSetVoiceSearchSupport(true)).Times(1); 209 EXPECT_CALL(*mock_delegate(), OnSetVoiceSearchSupport(true)).Times(0); 228 EXPECT_CALL(*mock_delegate(), FocusOmnibox(OMNIBOX_FOCUS_VISIBLE)).Times(1); 247 EXPECT_CALL(*mock_delegate(), FocusOmnibox(OMNIBOX_FOCUS_VISIBLE)).Times(0); 286 EXPECT_CALL(*mock_delegate(), NavigateToURL(destination_url, CURRENT_TAB, 307 EXPECT_CALL(*mock_delegate(), NavigateToURL(destination_url, CURRENT_TAB, 328 EXPECT_CALL(*mock_delegate(), OnLogEvent(NTP_MOUSEOVER)).Times(1); 344 EXPECT_CALL(*mock_delegate(), OnLogEvent(NTP_MOUSEOVER)).Times(0) [all...] |
search_tab_helper_unittest.cc | 86 MockSearchIPCRouterDelegate* mock_delegate() { return &delegate_; } function in class:SearchTabHelperTest 94 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(0); 99 search_tab_helper->ipc_router().set_delegate(mock_delegate()); 106 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(true)).Times(1); 111 search_tab_helper->ipc_router().set_delegate(mock_delegate()); 129 EXPECT_CALL(*mock_delegate(), OnInstantSupportDetermined(false)).Times(0); 134 search_tab_helper->ipc_router().set_delegate(mock_delegate());
|
/external/chromium_org/content/browser/download/ |
download_item_impl_unittest.cc | 245 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _)) 249 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _)); 259 mock_delegate()->VerifyAndClearExpectations(); 260 EXPECT_CALL(*mock_delegate(), AssertStateConsistent(_)) 262 EXPECT_CALL(*mock_delegate(), ShouldOpenFileBasedOnExtension(_)) 264 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(_, _)) 316 MockDelegate* mock_delegate() { function in class:content::DownloadItemTest 395 EXPECT_CALL(*mock_delegate(), MockResumeInterruptedDownload(_,_)) 476 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _)) 530 EXPECT_CALL(*mock_delegate(), DownloadRemoved(_)) [all...] |
/external/chromium_org/chrome/browser/local_discovery/ |
privet_device_lister_unittest.cc | 32 ServiceDiscoveryMockDelegate* mock_delegate) 34 mock_delegate_(mock_delegate) { 71 ServiceDiscoveryMockDelegate* mock_delegate) 73 callback_(callback), mock_delegate_(mock_delegate) { 105 ServiceDiscoveryMockDelegate* mock_delegate) 106 : mock_delegate_(mock_delegate) {
|
/external/chromium/chrome/browser/chromeos/login/ |
existing_user_controller_browsertest.cc | 156 MockLoginPerformerDelegate* mock_delegate = local 158 existing_user_controller()->set_login_performer_delegate(mock_delegate);
|
/external/chromium_org/chrome/browser/apps/ |
web_view_browsertest.cc | 1684 MockDownloadWebContentsDelegate* mock_delegate = local [all...] |