Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:textfield

29 #include "views/controls/textfield/textfield.h"
34 // Textfield for autocomplete that intercepts events that are necessary
36 class AutocompleteTextfield : public views::Textfield {
40 : views::Textfield(views::Textfield::STYLE_DEFAULT),
48 views::Textfield::OnFocus();
53 views::Textfield::OnBlur();
58 bool handled = views::Textfield::OnKeyPressed(event);
68 // Bypass Textfield::IsFocusable. The omnibox in popup window requires
178 // We can handle the Escape key if textfield did not handle it.
436 // In views-implementation, the focus is on textfield rather than
565 void AutocompleteEditViewViews::ContentsChanged(views::Textfield* sender,
570 views::Textfield* textfield,
578 // If there is selection, let textfield handle the backspace.
581 // If not at the begining of the text, let textfield handle the backspace.
597 void AutocompleteEditViewViews::OnBeforeUserAction(views::Textfield* sender) {
601 void AutocompleteEditViewViews::OnAfterUserAction(views::Textfield* sender) {