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

  /external/chromium_org/ui/views/controls/textfield/
textfield_model.cc 282 current_edit_(edit_history_.end()) {
437 return edit_history_.size() && current_edit_ != edit_history_.end();
441 if (!edit_history_.size())
445 return iter == edit_history_.end() || // at the top.
446 ++iter != edit_history_.end();
461 if (current_edit_ == edit_history_.begin())
462 current_edit_ = edit_history_.end();
475 if (current_edit_ == edit_history_.end())
476 current_edit_ = edit_history_.begin()
    [all...]
textfield_model.h 271 EditHistory edit_history_; member in class:views::TextfieldModel

Completed in 2600 milliseconds