Home
last modified time | relevance | path

Searched refs:GetCommandForKeyEvent (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
Dtextfield.cc79 int GetCommandForKeyEvent(const ui::KeyEvent& event, bool has_selection) { in GetCommandForKeyEvent() function
669 const int command = GetCommandForKeyEvent(event, HasSelection()); in OnKeyPressed()