HomeSort by relevance Sort by last modified time
    Searched refs:ExpandingTextfield (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/autofill/
expanding_textfield.cc 24 const char ExpandingTextfield::kViewClassName[] = "autofill/ExpandingTextfield";
26 ExpandingTextfield::ExpandingTextfield(
49 ExpandingTextfield::~ExpandingTextfield() {}
51 void ExpandingTextfield::SetText(const base::string16& text) {
72 base::string16 ExpandingTextfield::GetText() {
82 void ExpandingTextfield::SetInvalid(bool invalid) {
86 void ExpandingTextfield::SetDefaultWidthInCharacters(int chars)
    [all...]
expanding_textfield.h 22 class ExpandingTextfield : public views::View,
29 ExpandingTextfield(const base::string16& default_value,
33 virtual ~ExpandingTextfield();
83 DISALLOW_COPY_AND_ASSIGN(ExpandingTextfield);
autofill_dialog_view_tester_views.cc 41 ExpandingTextfield* textfield = view_->TextfieldForType(type);
56 ExpandingTextfield* textfield = view_->TextfieldForType(type);
autofill_dialog_views.h 59 class ExpandingTextfield;
292 typedef std::map<ServerFieldType, ExpandingTextfield*> TextfieldMap;
398 ExpandingTextfield* textfield() { return textfield_; }
437 ExpandingTextfield* textfield_;
571 ExpandingTextfield* TextfieldForType(ServerFieldType type);
autofill_dialog_views.cc 446 // Gets either the Combobox or ExpandingTextfield that is an ancestor (including
452 return view->GetAncestorWithClassName(ExpandingTextfield::kViewClassName);
949 handler->GetAncestorWithClassName(ExpandingTextfield::kViewClassName)) {
    [all...]

Completed in 436 milliseconds