Searched refs:old_value_ (Results 1 – 12 of 12) sorted by relevance
367 while (index < old_value_.length() && in GetTextChangeFromIndex()369 old_value_[index] == new_value_[index]) { in GetTextChangeFromIndex()376 size_t old_len = old_value_.length(); in GetTextChangeAddedCount()381 old_value_[left] == new_value_[left]) { in GetTextChangeAddedCount()387 old_value_[old_len - right - 1] == new_value_[new_len - right - 1]) { in GetTextChangeAddedCount()394 size_t old_len = old_value_.length(); in GetTextChangeRemovedCount()399 old_value_[left] == new_value_[left]) { in GetTextChangeRemovedCount()405 old_value_[old_len - right - 1] == new_value_[new_len - right - 1]) { in GetTextChangeRemovedCount()412 return old_value_; in GetTextChangeBeforeText()573 old_value_ = new_value_; in PostInitialize()
94 base::string16 old_value_; variable
169 : variable_(variable), old_value_(*variable) { in ScopedSetValue()173 *variable_ = old_value_; in ~ScopedSetValue()178 T old_value_; member in ceres::internal::ScopedSetValue
43 return inner_->old_value_.get(); in old_value()53 : key_(key), old_value_(old_value), new_value_(new_value) {} in Inner()
49 const scoped_ptr<base::Value> old_value_; variable
50 BoolRestorer(bool* var) : var_(var), old_value_(*var) { in BoolRestorer()53 *var_ = old_value_; in ~BoolRestorer()57 bool old_value_; member in ppapi::proxy::__anon889a2cc70111::BoolRestorer
587 : old_value_(value_), in ScopedCustomUrlRequestTestHttpHost()594 value_ = old_value_; in ~ScopedCustomUrlRequestTestHttpHost()
342 const std::string old_value_; variable
97 old_value_(assembler->root_array_available_) { in NoRootArrayScope()101 *variable_ = old_value_; in ~NoRootArrayScope()105 bool old_value_; variable
101 old_value_(assembler->root_array_available_) { in NoRootArrayScope()105 *variable_ = old_value_; in ~NoRootArrayScope()109 bool old_value_; variable
170 old_value_(assembler->predictable_code_size()) { in PredictableCodeSizeScope()180 assembler_->set_predictable_code_size(old_value_); in ~PredictableCodeSizeScope()
117 bool old_value_; variable