/external/chromium_org/chrome/browser/ui/views/passwords/ |
D | manage_passwords_icon_view.cc | 60 bool ManagePasswordsIconView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in ManagePasswordsIconView 71 return BubbleIconView::OnKeyPressed(event); in OnKeyPressed()
|
D | manage_passwords_icon_view.h | 28 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
/external/chromium_org/ui/views/controls/scrollbar/ |
D | native_scroll_bar.cc | 71 bool NativeScrollBar::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in views::NativeScrollBar 74 return native_wrapper_->GetView()->OnKeyPressed(event); in OnKeyPressed()
|
D | native_scroll_bar.h | 50 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
/external/chromium_org/ui/app_list/views/ |
D | apps_container_view.cc | 138 bool AppsContainerView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in app_list::AppsContainerView 140 return apps_grid_view_->OnKeyPressed(event); in OnKeyPressed() 142 return app_list_folder_view_->OnKeyPressed(event); in OnKeyPressed()
|
D | search_box_view_unittest.cc | 32 virtual bool OnKeyPressed(const ui::KeyEvent& key_event) OVERRIDE { in OnKeyPressed() function in app_list::test::KeyPressCounterView 88 view_->search_box()->OnKeyPressed(event); in KeyPress()
|
D | start_page_view.cc | 191 bool StartPageView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in app_list::StartPageView 193 return results_view_->OnKeyPressed(event); in OnKeyPressed()
|
D | search_result_list_view.cc | 116 bool SearchResultListView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in app_list::SearchResultListView 118 results_container_->child_at(selected_index_)->OnKeyPressed(event)) { in OnKeyPressed()
|
D | apps_container_view.h | 63 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
/external/chromium_org/mojo/examples/keyboard/ |
D | keyboard_delegate.h | 17 virtual void OnKeyPressed(int key_code, int event_flags) = 0;
|
/external/chromium_org/ui/views/controls/combobox/ |
D | combobox_unittest.cc | 63 virtual bool OnKeyPressed(const ui::KeyEvent& e) OVERRIDE { in OnKeyPressed() function in views::__anon97c220030111::TestCombobox 65 key_handled_ = Combobox::OnKeyPressed(e); in OnKeyPressed() 626 EXPECT_FALSE(combobox_->OnKeyPressed( in TEST_F() 628 EXPECT_FALSE(combobox_->OnKeyPressed( in TEST_F() 634 EXPECT_TRUE(combobox_->OnKeyPressed( in TEST_F() 636 EXPECT_TRUE(combobox_->OnKeyPressed( in TEST_F()
|
/external/chromium_org/ui/message_center/views/ |
D | notifier_settings_view.cc | 136 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE; 182 bool EntryView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in message_center::__anondb2d15de0111::EntryView 183 return child_at(0)->OnKeyPressed(event); in OnKeyPressed() 654 bool NotifierSettingsView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in message_center::NotifierSettingsView 660 return scroller_->OnKeyPressed(event); in OnKeyPressed()
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | location_bar_decoration_view.h | 28 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
D | location_bar_decoration_view.cc | 33 bool LocationBarDecorationView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in LocationBarDecorationView
|
D | open_pdf_in_reader_view.h | 37 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
D | zoom_view.h | 37 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
D | bubble_icon_view.h | 36 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
D | bubble_icon_view.cc | 58 bool BubbleIconView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in BubbleIconView
|
D | open_pdf_in_reader_view.cc | 66 bool OpenPDFInReaderView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in OpenPDFInReaderView
|
/external/chromium_org/chrome/browser/extensions/ |
D | global_shortcut_listener.h | 27 virtual void OnKeyPressed(const ui::Accelerator& accelerator) = 0;
|
D | extension_commands_global_registry.h | 82 virtual void OnKeyPressed(const ui::Accelerator& accelerator) OVERRIDE;
|
/external/chromium_org/ui/app_list/views/test/ |
D | apps_grid_view_test_api.cc | 43 GetViewAtModelIndex(index)->OnKeyPressed( in PressItemAt()
|
/external/chromium_org/ash/system/tray/ |
D | actionable_view.h | 45 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
/external/chromium_org/ui/views/window/ |
D | dialog_delegate_unittest.cc | 171 ok_button->OnKeyPressed(return_key); in TEST_F() 173 cancel_button->OnKeyPressed(return_key); in TEST_F()
|
/external/chromium_org/athena/home/ |
D | athena_start_page_view.h | 73 virtual bool OnKeyPressed(const ui::KeyEvent& key_event) OVERRIDE;
|