Searched refs:OnHostKeyEvent (Results 1 – 21 of 21) sorted by relevance
32 dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&event); in SendProcessKeyEvent()95 dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&press_event); in MoveCursor()97 dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&release_event); in MoveCursor()103 dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&press_event); in MoveCursor()105 dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&release_event); in MoveCursor()158 dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&event); in SendKeyEvent()
66 return target_dispatcher_->AsRootWindowHostDelegate()->OnHostKeyEvent( in DispatchKeyEventPostIME()76 return target_dispatcher_->AsRootWindowHostDelegate()->OnHostKeyEvent( in DispatchFabricatedKeyEventPostIME()
68 dispatcher()->AsRootWindowHostDelegate()->OnHostKeyEvent(&key); in TEST_F()90 dispatcher()->AsRootWindowHostDelegate()->OnHostKeyEvent(&key); in TEST_F()
104 return root_->AsRootWindowHostDelegate()->OnHostKeyEvent( in DispatchKeyEventPostIME()113 return root_->AsRootWindowHostDelegate()->OnHostKeyEvent( in DispatchFabricatedKeyEventPostIME()
190 dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&keyev); in TEST_F()202 dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&keyev); in TEST_F()239 EXPECT_FALSE(dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&keyev)); in TEST_F()253 EXPECT_FALSE(dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&keyev)); in TEST_F()658 dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&key_event); in TEST_F()677 dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&key_event); in TEST_F()695 dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent(&key_event); in TEST_F()
257 delegate->OnHostKeyEvent(ev.get()); in SendActivateStickyKeyPattern()259 delegate->OnHostKeyEvent(ev.get()); in SendActivateStickyKeyPattern()770 delegate->OnHostKeyEvent(ev.get()); in TEST_F()782 delegate->OnHostKeyEvent(ev.get()); in TEST_F()
61 target->GetDispatcher()->AsRootWindowHostDelegate()->OnHostKeyEvent(event); in DispatchKeyEvent()
33 virtual bool OnHostKeyEvent(ui::KeyEvent* event) = 0;
44 delegate_->OnHostKeyEvent(keyev); in Dispatch()
244 SetMsgHandled(delegate_->OnHostKeyEvent(&keyev)); in OnKeyEvent()
299 virtual bool OnHostKeyEvent(ui::KeyEvent* event) OVERRIDE;
29 virtual bool OnHostKeyEvent(ui::KeyEvent* event) OVERRIDE { in OnHostKeyEvent() function in __anon005e6fde0111::TestRootWindowHostDelegate
339 EXPECT_FALSE(dispatcher()->AsRootWindowHostDelegate()->OnHostKeyEvent( in TEST_F()344 EXPECT_TRUE(dispatcher()->AsRootWindowHostDelegate()->OnHostKeyEvent( in TEST_F()357 EXPECT_TRUE(dispatcher()->AsRootWindowHostDelegate()->OnHostKeyEvent( in TEST_F()
430 delegate_->OnHostKeyEvent(&keydown_event); in Dispatch()435 delegate_->OnHostKeyEvent(&keyup_event); in Dispatch()
721 delegate_->OnHostKeyEvent(&event); in DispatchKeyboardMessage()
759 bool RootWindow::OnHostKeyEvent(ui::KeyEvent* event) { in OnHostKeyEvent() function in aura::RootWindow
657 EXPECT_TRUE(dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent( in TEST_F()662 EXPECT_FALSE(dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent( in TEST_F()667 EXPECT_FALSE(dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent( in TEST_F()673 EXPECT_TRUE(dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent( in TEST_F()677 EXPECT_FALSE(dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent( in TEST_F()682 EXPECT_FALSE(dispatcher->AsRootWindowHostDelegate()->OnHostKeyEvent( in TEST_F()
29 delegate->OnHostKeyEvent(static_cast<ui::KeyEvent*>(event)); in DispatchEventDuringScrollCallback()
1217 delegate_->OnHostKeyEvent(&keydown_event); in Dispatch()1222 delegate_->OnHostKeyEvent(&keyup_event); in Dispatch()
850 return delegate_->OnHostKeyEvent(&duplicate_event); in HandleUntranslatedKeyEvent()
591 root_window_host_delegate->OnHostKeyEvent( in DoDispatchEvent()