Home
last modified time | relevance | path

Searched refs:new_value_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_android.cc412 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 …]
Dbrowser_accessibility_android.h98 base::string16 new_value_; variable
/external/chromium_org/extensions/browser/value_store/
Dvalue_store_change.cc48 return inner_->new_value_.get(); in new_value()
53 : key_(key), old_value_(old_value), new_value_(new_value) {} in Inner()
Dvalue_store_change.h50 const scoped_ptr<base::Value> new_value_; variable
/external/chromium_org/v8/test/mjsunit/
Ddebug-set-variable-value.js104 this.new_value_ = new_value;
115 th.new_value_, th.new_result_, fun);
124 th.new_value_, th.new_result_, fun);
/external/chromium_org/net/url_request/
Durl_request_test_util.cc621 new_value_(new_value) { in ScopedCustomUrlRequestTestHttpHost()
622 value_ = new_value_; in ScopedCustomUrlRequestTestHttpHost()
626 DCHECK_EQ(value_, new_value_); in ~ScopedCustomUrlRequestTestHttpHost()
Durl_request_test_util.h397 const std::string new_value_; variable
/external/chromium_org/ash/accelerators/
Daccelerator_controller.cc750 : 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