Searched refs:new_value_ (Results 1 – 8 of 8) sorted by relevance
412 index < new_value_.length() && in GetTextChangeFromIndex()413 old_value_[index] == new_value_[index]) { in GetTextChangeFromIndex()421 size_t new_len = new_value_.length(); in GetTextChangeAddedCount()425 old_value_[left] == new_value_[left]) { in GetTextChangeAddedCount()431 old_value_[old_len - right - 1] == new_value_[new_len - right - 1]) { in GetTextChangeAddedCount()439 size_t new_len = new_value_.length(); in GetTextChangeRemovedCount()443 old_value_[left] == new_value_[left]) { in GetTextChangeRemovedCount()449 old_value_[old_len - right - 1] == new_value_[new_len - right - 1]) { in GetTextChangeRemovedCount()616 if (base::UTF8ToUTF16(value()) != new_value_) { in OnDataChanged()617 old_value_ = new_value_; in OnDataChanged()[all …]
98 base::string16 new_value_; variable
48 return inner_->new_value_.get(); in new_value()53 : key_(key), old_value_(old_value), new_value_(new_value) {} in Inner()
50 const scoped_ptr<base::Value> new_value_; variable
104 this.new_value_ = new_value;115 th.new_value_, th.new_result_, fun);124 th.new_value_, th.new_result_, fun);
621 new_value_(new_value) { in ScopedCustomUrlRequestTestHttpHost()622 value_ = new_value_; in ScopedCustomUrlRequestTestHttpHost()626 DCHECK_EQ(value_, new_value_); in ~ScopedCustomUrlRequestTestHttpHost()
397 const std::string new_value_; variable
750 : scoped_(scoped), new_value_(new_value) {} in AutoSet()751 ~AutoSet() { *scoped_ = new_value_; } in ~AutoSet()755 const ui::Accelerator new_value_; member in ash::__anon6804fbb00111::AutoSet