Home | History | Annotate | Download | only in autofill

Lines Matching refs:textfield

25 #include "ui/views/controls/textfield/textfield_controller.h"
132 virtual void ContentsChanged(views::Textfield* sender,
134 virtual bool HandleKeyEvent(views::Textfield* sender,
136 virtual bool HandleMouseEvent(views::Textfield* sender,
394 ExpandingTextfield* textfield() { return textfield_; }
411 // Shows an auxiliary textfield to the right of the suggestion icon and
566 // Gets the textfield view that is shown for the given |type| or NULL.
569 // Returns the associated ServerFieldType for |textfield|.
570 ServerFieldType TypeForTextfield(const views::View* textfield);
671 // Map from input view (textfield or combobox) to error string.