Home
last modified time | relevance | path

Searched refs:OnKeyPressed (Results 1 – 25 of 85) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/views/passwords/
Dmanage_passwords_icon_view.cc60 bool ManagePasswordsIconView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in ManagePasswordsIconView
71 return BubbleIconView::OnKeyPressed(event); in OnKeyPressed()
Dmanage_passwords_icon_view.h28 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
/external/chromium_org/ui/views/controls/scrollbar/
Dnative_scroll_bar.cc71 bool NativeScrollBar::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in views::NativeScrollBar
74 return native_wrapper_->GetView()->OnKeyPressed(event); in OnKeyPressed()
Dnative_scroll_bar.h50 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
/external/chromium_org/ui/app_list/views/
Dapps_container_view.cc138 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()
Dsearch_box_view_unittest.cc32 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()
Dstart_page_view.cc191 bool StartPageView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in app_list::StartPageView
193 return results_view_->OnKeyPressed(event); in OnKeyPressed()
Dsearch_result_list_view.cc116 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()
Dapps_container_view.h63 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
/external/chromium_org/mojo/examples/keyboard/
Dkeyboard_delegate.h17 virtual void OnKeyPressed(int key_code, int event_flags) = 0;
/external/chromium_org/ui/views/controls/combobox/
Dcombobox_unittest.cc63 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/
Dnotifier_settings_view.cc136 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/
Dlocation_bar_decoration_view.h28 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
Dlocation_bar_decoration_view.cc33 bool LocationBarDecorationView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in LocationBarDecorationView
Dopen_pdf_in_reader_view.h37 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
Dzoom_view.h37 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
Dbubble_icon_view.h36 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
Dbubble_icon_view.cc58 bool BubbleIconView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in BubbleIconView
Dopen_pdf_in_reader_view.cc66 bool OpenPDFInReaderView::OnKeyPressed(const ui::KeyEvent& event) { in OnKeyPressed() function in OpenPDFInReaderView
/external/chromium_org/chrome/browser/extensions/
Dglobal_shortcut_listener.h27 virtual void OnKeyPressed(const ui::Accelerator& accelerator) = 0;
Dextension_commands_global_registry.h82 virtual void OnKeyPressed(const ui::Accelerator& accelerator) OVERRIDE;
/external/chromium_org/ui/app_list/views/test/
Dapps_grid_view_test_api.cc43 GetViewAtModelIndex(index)->OnKeyPressed( in PressItemAt()
/external/chromium_org/ash/system/tray/
Dactionable_view.h45 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
/external/chromium_org/ui/views/window/
Ddialog_delegate_unittest.cc171 ok_button->OnKeyPressed(return_key); in TEST_F()
173 cancel_button->OnKeyPressed(return_key); in TEST_F()
/external/chromium_org/athena/home/
Dathena_start_page_view.h73 virtual bool OnKeyPressed(const ui::KeyEvent& key_event) OVERRIDE;

1234