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

  /external/chromium_org/chrome/browser/ui/views/autofill/
expanding_textfield.cc 32 textfields_.push_back(
35 textfields_.push_back(
40 for (std::list<DecoratedTextfield*>::iterator iter = textfields_.begin();
41 iter != textfields_.end(); ++iter) {
52 textfields_.front()->SetText(text);
57 for (std::list<DecoratedTextfield*>::iterator iter = textfields_.begin();
58 iter != textfields_.end(); ++iter) {
63 textfields_.push_back(new DecoratedTextfield(
65 textfields_.front()->GetPlaceholderText(),
67 AddChildView(textfields_.back())
    [all...]
expanding_textfield.h 46 return textfields_.front()->invalid();
52 return textfields_.front()->editable();
79 std::list<DecoratedTextfield*> textfields_; member in class:autofill::ExpandingTextfield

Completed in 268 milliseconds