HomeSort by relevance Sort by last modified time
    Searched refs:current_edit_ (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();
444 EditHistory::iterator iter = current_edit_;
458 (*current_edit_)->Commit();
459 (*current_edit_)->Undo(this);
461 if (current_edit_ == edit_history_.begin())
462 current_edit_ = edit_history_.end();
464 current_edit_--;
475 if (current_edit_ == edit_history_.end())
476 current_edit_ = edit_history_.begin()
    [all...]
textfield_model.h 285 EditHistory::iterator current_edit_; member in class:views::TextfieldModel

Completed in 186 milliseconds