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

  /external/chromium_org/ash/wm/
sticky_keys_unittest.cc 98 MockStickyKeysHandlerDelegate* mock_delegate = local
100 StickyKeysHandler sticky_key(ui::EF_SHIFT_DOWN, mock_delegate);
123 ASSERT_EQ(2U, mock_delegate->GetKeyEventCount());
124 EXPECT_EQ(ui::VKEY_A, mock_delegate->GetKeyEvent(0)->key_code());
125 EXPECT_EQ(ui::ET_KEY_PRESSED, mock_delegate->GetKeyEvent(0)->type());
126 EXPECT_EQ(ui::VKEY_SHIFT, mock_delegate->GetKeyEvent(1)->key_code());
127 EXPECT_EQ(ui::ET_KEY_RELEASED, mock_delegate->GetKeyEvent(1)->type());
141 MockStickyKeysHandlerDelegate* mock_delegate = local
143 StickyKeysHandler sticky_key(ui::EF_SHIFT_DOWN, mock_delegate);
198 MockStickyKeysHandlerDelegate* mock_delegate local
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 250 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _))
254 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _));
264 mock_delegate()->VerifyAndClearExpectations();
265 EXPECT_CALL(*mock_delegate(), AssertStateConsistent(_))
267 EXPECT_CALL(*mock_delegate(), ShouldOpenFileBasedOnExtension(_))
269 EXPECT_CALL(*mock_delegate(), ShouldOpenDownload(_, _))
321 MockDelegate* mock_delegate() { function in class:content::DownloadItemTest
400 EXPECT_CALL(*mock_delegate(), MockResumeInterruptedDownload(_,_))
481 EXPECT_CALL(*mock_delegate(), DetermineDownloadTarget(item, _))
535 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/extensions/
web_view_browsertest.cc 1352 MockDownloadWebContentsDelegate* mock_delegate = local
    [all...]

Completed in 402 milliseconds