Searched defs:HandleKeyEvent (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_controller.cc12 bool TextfieldController::HandleKeyEvent(Textfield* sender, function in class:views::TextfieldController
/external/chromium_org/ui/views/examples/
H A Dtextfield_example.cc94 bool TextfieldExample::HandleKeyEvent(Textfield* sender, function in class:views::examples::TextfieldExample
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dexpanding_textfield.cc126 bool ExpandingTextfield::HandleKeyEvent(views::Textfield* sender, function in class:autofill::ExpandingTextfield
128 return controller_->HandleKeyEvent(sender, key_event);
H A Dautofill_dialog_views.cc1663 bool AutofillDialogViews::HandleKeyEvent(views::Textfield* sender, function in class:autofill::AutofillDialogViews
/external/chromium_org/chrome/browser/ui/views/
H A Dcrypto_module_password_dialog_view.cc74 bool CryptoModulePasswordDialogView::HandleKeyEvent( function in class:chrome::CryptoModulePasswordDialogView
H A Dedit_search_engine_dialog.cc118 bool EditSearchEngineDialog::HandleKeyEvent( function in class:EditSearchEngineDialog
H A Dfind_bar_view.cc400 bool FindBarView::HandleKeyEvent(views::Textfield* sender, function in class:FindBarView
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_controller.cc89 bool StickyKeysController::HandleKeyEvent(const ui::KeyEvent& event, function in class:ash::StickyKeysController
93 return shift_sticky_key_->HandleKeyEvent(
95 alt_sticky_key_->HandleKeyEvent(
97 altgr_sticky_key_->HandleKeyEvent(
99 ctrl_sticky_key_->HandleKeyEvent(
101 mod3_sticky_key_->HandleKeyEvent(
143 bool consumed = HandleKeyEvent(event, key_code, &mod_down_flags, &released);
226 bool StickyKeysHandler::HandleKeyEvent(const ui::KeyEvent& event, function in class:ash::StickyKeysHandler
H A Dsticky_keys_unittest.cc170 handler->HandleKeyEvent(*ev.get(), key_code, &down_flags, &released);
172 handler->HandleKeyEvent(*ev.get(), key_code, &down_flags, &released);
175 bool HandleKeyEvent(const ui::KeyEvent& key_event, function in class:ash::StickyKeysTest
179 return handler->HandleKeyEvent(key_event, key_event.key_code(), down, up);
186 handler->HandleKeyEvent(key_event, key_event.key_code(), &down, &released);
217 HandleKeyEvent(*ev.get(), &sticky_key, &mod_down_flags, &released);
226 HandleKeyEvent(*ev.get(), &sticky_key, &mod_down_flags, &released);
/external/chromium_org/chrome/browser/chromeos/options/
H A Dwimax_config_view.cc120 bool WimaxConfigView::HandleKeyEvent(views::Textfield* sender, function in class:chromeos::WimaxConfigView
H A Dvpn_config_view.cc328 bool VPNConfigView::HandleKeyEvent(views::Textfield* sender, function in class:chromeos::VPNConfigView
H A Dwifi_config_view.cc608 bool WifiConfigView::HandleKeyEvent(views::Textfield* sender, function in class:chromeos::WifiConfigView
/external/chromium_org/ui/app_list/views/
H A Dsearch_box_view.cc194 bool SearchBoxView::HandleKeyEvent(views::Textfield* sender, function in class:app_list::SearchBoxView
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector.cc357 bool WindowSelector::HandleKeyEvent(views::Textfield* sender, function in class:ash::WindowSelector
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc165 bool BookmarkEditorView::HandleKeyEvent(views::Textfield* sender, function in class:BookmarkEditorView
/external/chromium_org/ui/views/color_chooser/
H A Dcolor_chooser_view.cc475 bool ColorChooserView::HandleKeyEvent(Textfield* sender, function in class:views::ColorChooserView
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc898 bool OmniboxViewViews::HandleKeyEvent(views::Textfield* textfield, function in class:OmniboxViewViews
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.cc488 bool TreeView::HandleKeyEvent(Textfield* sender, function in class:views::TreeView
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc857 bool ProfileChooserView::HandleKeyEvent(views::Textfield* sender, function in class:ProfileChooserView
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc842 bool DesktopWindowTreeHostWin::HandleKeyEvent(const ui::KeyEvent& event) { function in class:views::DesktopWindowTreeHostWin

Completed in 1908 milliseconds