Searched refs:IsCancelingKeyEvent (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ash/test/
H A Dtest_overlay_delegate.cc24 bool TestOverlayDelegate::IsCancelingKeyEvent(ui::KeyEvent* event) { function in class:ash::test::TestOverlayDelegate
H A Dtest_overlay_delegate.h23 virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE;
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_view.h45 virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE;
H A Dkeyboard_overlay_view.cc52 bool KeyboardOverlayView::IsCancelingKeyEvent(ui::KeyEvent* event) { function in class:ash::KeyboardOverlayView
H A Dkeyboard_overlay_view_unittest.cc41 EXPECT_TRUE(view.IsCancelingKeyEvent(&open_key));
/external/chromium_org/ash/wm/
H A Doverlay_event_filter.cc34 if (delegate_ && delegate_->IsCancelingKeyEvent(event))
H A Doverlay_event_filter.h32 virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) = 0;
H A Dpartial_screenshot_view.cc53 virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE {
/external/chromium_org/ash/first_run/
H A Dfirst_run_helper_impl.h38 virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE;
H A Dfirst_run_helper_impl.cc81 bool FirstRunHelperImpl::IsCancelingKeyEvent(ui::KeyEvent* event) { function in class:ash::FirstRunHelperImpl

Completed in 249 milliseconds