HomeSort by relevance Sort by last modified time
    Searched refs:OnKeyPressed (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry.cc 116 void ExtensionCommandsGlobalRegistry::OnKeyPressed(
global_shortcut_listener.cc 119 iter->second->OnKeyPressed(accelerator);
  /external/chromium_org/ui/app_list/views/
app_list_folder_view.h 66 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
contents_view.h 110 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
search_result_list_view.h 57 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
search_result_view.h 72 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
apps_container_view.cc 138 bool AppsContainerView::OnKeyPressed(const ui::KeyEvent& event) {
140 return apps_grid_view_->OnKeyPressed(event);
142 return app_list_folder_view_->OnKeyPressed(event);
app_list_item_view.h 125 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
app_list_folder_view.cc 125 bool AppListFolderView::OnKeyPressed(const ui::KeyEvent& event) {
126 return items_grid_view_->OnKeyPressed(event);
contents_view.cc 301 bool ContentsView::OnKeyPressed(const ui::KeyEvent& event) {
302 return view_model_->view_at(GetActivePageIndex())->OnKeyPressed(event);
search_result_list_view.cc 116 bool SearchResultListView::OnKeyPressed(const ui::KeyEvent& event) {
118 results_container_->child_at(selected_index_)->OnKeyPressed(event)) {
start_page_view.cc 191 bool StartPageView::OnKeyPressed(const ui::KeyEvent& event) {
193 return results_view_->OnKeyPressed(event);
  /external/chromium_org/ui/views/controls/button/
menu_button.h 77 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
custom_button.h 79 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
  /external/chromium_org/ui/views/controls/combobox/
combobox_unittest.cc 54 // A wrapper of Combobox to intercept the result of OnKeyPressed() and
63 virtual bool OnKeyPressed(const ui::KeyEvent& e) OVERRIDE {
65 key_handled_ = Combobox::OnKeyPressed(e);
626 EXPECT_FALSE(combobox_->OnKeyPressed(
628 EXPECT_FALSE(combobox_->OnKeyPressed(
634 EXPECT_TRUE(combobox_->OnKeyPressed(
636 EXPECT_TRUE(combobox_->OnKeyPressed(
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 73 bool PageActionImageView::OnKeyPressed(const ui::KeyEvent& event) {
  /external/chromium_org/mojo/examples/keyboard/
keyboard.cc 115 virtual void OnKeyPressed(int key_code, int event_flags) OVERRIDE {
  /external/chromium_org/ui/message_center/views/
message_view.h 79 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
notifier_settings_view.h 102 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
notifier_settings_view.cc 136 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
182 bool EntryView::OnKeyPressed(const ui::KeyEvent& event) {
183 return child_at(0)->OnKeyPressed(event);
654 bool NotifierSettingsView::OnKeyPressed(const ui::KeyEvent& event) {
660 return scroller_->OnKeyPressed(event);
  /external/chromium_org/ui/views/controls/
scroll_view.h 81 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
slider.h 102 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.h 74 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
  /external/chromium_org/ui/views/window/
dialog_delegate_unittest.cc 171 ok_button->OnKeyPressed(return_key);
173 cancel_button->OnKeyPressed(return_key);
  /external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views.h 44 virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;

Completed in 761 milliseconds

12 3 4