update_            53 chrome/browser/managed_mode/managed_user_shared_settings_service.cc       : update_(prefs, prefs::kManagedUserSharedSettings), mu_id_(mu_id) {
update_            62 chrome/browser/managed_mode/managed_user_shared_settings_service.cc     return FindOrCreateDictionary(update_.Get(), mu_id_);
update_            66 chrome/browser/managed_mode/managed_user_shared_settings_service.cc   DictionaryPrefUpdate update_;
update_           206 chrome/browser/net/spdyproxy/data_saving_metrics.cc       : update_(pref_service, pref) {
update_           212 chrome/browser/net/spdyproxy/data_saving_metrics.cc     MaintainContentLengthPrefsWindow(update_.Get(), kNumDaysInHistory);
update_           220 chrome/browser/net/spdyproxy/data_saving_metrics.cc     AddInt64ToListPref(kNumDaysInHistory - 1, content_length, update_.Get());
update_           224 chrome/browser/net/spdyproxy/data_saving_metrics.cc     return ListPrefInt64Value(*update_, index);
update_           242 chrome/browser/net/spdyproxy/data_saving_metrics.cc       update_->Clear();
update_           254 chrome/browser/net/spdyproxy/data_saving_metrics.cc       update_->AppendString(base::Int64ToString(0));
update_           259 chrome/browser/net/spdyproxy/data_saving_metrics.cc     MaintainContentLengthPrefsWindow(update_.Get(), kNumDaysInHistory);
update_           262 chrome/browser/net/spdyproxy/data_saving_metrics.cc   ListPrefUpdate update_;
update_            31 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc   DictionaryPrefUpdate update_;
update_            43 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc   if (!update_->GetDictionaryWithoutPathExpansion(key_, &dictionary)) {
update_            45 chrome/browser/prefs/tracked/pref_service_hash_store_contents.cc     update_->SetWithoutPathExpansion(key_, dictionary);
update_            91 content/renderer/paint_aggregator.cc   return !update_.scroll_rect.IsEmpty() || !update_.paint_rects.empty();
update_            95 content/renderer/paint_aggregator.cc   update_ = PendingUpdate();
update_           102 content/renderer/paint_aggregator.cc   if (update_.scroll_rect.IsEmpty() && update_.paint_rects.size() > 1) {
update_           105 content/renderer/paint_aggregator.cc     for (size_t i = 0; i < update_.paint_rects.size(); ++i) {
update_           106 content/renderer/paint_aggregator.cc       paint_area += update_.paint_rects[i].size().GetArea();
update_           107 content/renderer/paint_aggregator.cc       union_rect.Union(update_.paint_rects[i]);
update_           113 content/renderer/paint_aggregator.cc   *update = update_;
update_           119 content/renderer/paint_aggregator.cc   for (size_t i = 0; i < update_.paint_rects.size(); ++i) {
update_           120 content/renderer/paint_aggregator.cc     const gfx::Rect& existing_rect = update_.paint_rects[i];
update_           126 content/renderer/paint_aggregator.cc       update_.paint_rects.erase(update_.paint_rects.begin() + i);
update_           133 content/renderer/paint_aggregator.cc   update_.paint_rects.push_back(rect);
update_           138 content/renderer/paint_aggregator.cc   if (!update_.scroll_rect.IsEmpty()) {
update_           141 content/renderer/paint_aggregator.cc     } else if (update_.scroll_rect.Contains(rect)) {
update_           142 content/renderer/paint_aggregator.cc       update_.paint_rects[update_.paint_rects.size() - 1] =
update_           143 content/renderer/paint_aggregator.cc           gfx::SubtractRects(rect, update_.GetScrollDamage());
update_           144 content/renderer/paint_aggregator.cc       if (update_.paint_rects[update_.paint_rects.size() - 1].IsEmpty())
update_           145 content/renderer/paint_aggregator.cc         update_.paint_rects.erase(update_.paint_rects.end() - 1);
update_           149 content/renderer/paint_aggregator.cc   if (update_.paint_rects.size() > kMaxPaintRects)
update_           158 content/renderer/paint_aggregator.cc                        update_.paint_rects.size());
update_           170 content/renderer/paint_aggregator.cc   if (!update_.scroll_rect.IsEmpty() && update_.scroll_rect != clip_rect) {
update_           177 content/renderer/paint_aggregator.cc   if ((delta.x() && update_.scroll_delta.y()) ||
update_           178 content/renderer/paint_aggregator.cc       (delta.y() && update_.scroll_delta.x())) {
update_           185 content/renderer/paint_aggregator.cc   update_.scroll_rect = clip_rect;
update_           186 content/renderer/paint_aggregator.cc   update_.scroll_delta += delta;
update_           189 content/renderer/paint_aggregator.cc   if (update_.scroll_delta.IsZero()) {
update_           190 content/renderer/paint_aggregator.cc     update_.scroll_rect = gfx::Rect();
update_           195 content/renderer/paint_aggregator.cc   for (size_t i = 0; i < update_.paint_rects.size(); ++i) {
update_           196 content/renderer/paint_aggregator.cc     if (update_.scroll_rect.Contains(update_.paint_rects[i])) {
update_           197 content/renderer/paint_aggregator.cc       update_.paint_rects[i] = ScrollPaintRect(update_.paint_rects[i], delta);
update_           199 content/renderer/paint_aggregator.cc       if (update_.paint_rects[i].IsEmpty()) {
update_           200 content/renderer/paint_aggregator.cc         update_.paint_rects.erase(update_.paint_rects.begin() + i);
update_           203 content/renderer/paint_aggregator.cc     } else if (update_.scroll_rect.Intersects(update_.paint_rects[i])) {
update_           218 content/renderer/paint_aggregator.cc   result.Intersect(update_.scroll_rect);
update_           221 content/renderer/paint_aggregator.cc   result.Subtract(update_.GetScrollDamage());
update_           227 content/renderer/paint_aggregator.cc     if (!update_.scroll_rect.Intersects(rect))
update_           230 content/renderer/paint_aggregator.cc     if (!update_.scroll_rect.Contains(rect))
update_           239 content/renderer/paint_aggregator.cc   for (size_t i = 0; i < update_.paint_rects.size(); ++i) {
update_           240 content/renderer/paint_aggregator.cc     const gfx::Rect& existing_rect = update_.paint_rects[i];
update_           241 content/renderer/paint_aggregator.cc     if (update_.scroll_rect.Contains(existing_rect))
update_           244 content/renderer/paint_aggregator.cc   int scroll_area = update_.scroll_rect.size().GetArea();
update_           252 content/renderer/paint_aggregator.cc   gfx::Rect scroll_rect = update_.scroll_rect;
update_           253 content/renderer/paint_aggregator.cc   update_.scroll_rect = gfx::Rect();
update_           254 content/renderer/paint_aggregator.cc   update_.scroll_delta = gfx::Vector2d();
update_           268 content/renderer/paint_aggregator.cc   if (update_.scroll_rect.IsEmpty()) {
update_           269 content/renderer/paint_aggregator.cc     gfx::Rect bounds = update_.GetPaintBounds();
update_           270 content/renderer/paint_aggregator.cc     update_.paint_rects.clear();
update_           271 content/renderer/paint_aggregator.cc     update_.paint_rects.push_back(bounds);
update_           274 content/renderer/paint_aggregator.cc     for (size_t i = 0; i < update_.paint_rects.size(); ++i) {
update_           275 content/renderer/paint_aggregator.cc       const gfx::Rect& existing_rect = update_.paint_rects[i];
update_           276 content/renderer/paint_aggregator.cc       if (update_.scroll_rect.Contains(existing_rect)) {
update_           282 content/renderer/paint_aggregator.cc     update_.paint_rects.clear();
update_           283 content/renderer/paint_aggregator.cc     update_.paint_rects.push_back(inner);
update_           284 content/renderer/paint_aggregator.cc     update_.paint_rects.push_back(outer);
update_            65 content/renderer/paint_aggregator.h   PendingUpdate update_;
update_           285 extensions/browser/extension_prefs.cc     : update_(prefs->pref_service(), pref_names::kExtensions),
update_           297 extensions/browser/extension_prefs.cc   base::DictionaryValue* dict = update_.Get();
update_           311 extensions/browser/extension_prefs.cc   base::DictionaryValue* dict = update_.Get();
update_           117 extensions/browser/extension_prefs.h     DictionaryPrefUpdate update_;
update_            85 ppapi/utility/graphics/paint_aggregator.cc   return !update_.scroll_rect.IsEmpty() || !update_.paint_rects.empty();
update_            89 ppapi/utility/graphics/paint_aggregator.cc   update_ = InternalPaintUpdate();
update_            96 ppapi/utility/graphics/paint_aggregator.cc   ret.scroll_delta = update_.scroll_delta;
update_            97 ppapi/utility/graphics/paint_aggregator.cc   ret.scroll_rect = update_.scroll_rect;
update_           100 ppapi/utility/graphics/paint_aggregator.cc   ret.paint_rects.reserve(update_.paint_rects.size() + 1);
update_           101 ppapi/utility/graphics/paint_aggregator.cc   for (size_t i = 0; i < update_.paint_rects.size(); i++)
update_           102 ppapi/utility/graphics/paint_aggregator.cc     ret.paint_rects.push_back(update_.paint_rects[i]);
update_           104 ppapi/utility/graphics/paint_aggregator.cc   ret.paint_bounds = update_.GetPaintBounds();
update_           108 ppapi/utility/graphics/paint_aggregator.cc     PP_Rect scroll_damage = update_.GetScrollDamage();
update_           118 ppapi/utility/graphics/paint_aggregator.cc   for (size_t i = 0; i < update_.paint_rects.size(); ++i) {
update_           119 ppapi/utility/graphics/paint_aggregator.cc     const Rect& existing_rect = update_.paint_rects[i];
update_           125 ppapi/utility/graphics/paint_aggregator.cc       update_.paint_rects.erase(update_.paint_rects.begin() + i);
update_           132 ppapi/utility/graphics/paint_aggregator.cc   update_.paint_rects.push_back(rect);
update_           137 ppapi/utility/graphics/paint_aggregator.cc   if (!update_.scroll_rect.IsEmpty()) {
update_           140 ppapi/utility/graphics/paint_aggregator.cc     } else if (update_.scroll_rect.Contains(rect)) {
update_           141 ppapi/utility/graphics/paint_aggregator.cc       update_.paint_rects[update_.paint_rects.size() - 1] =
update_           142 ppapi/utility/graphics/paint_aggregator.cc           rect.Subtract(update_.GetScrollDamage());
update_           143 ppapi/utility/graphics/paint_aggregator.cc       if (update_.paint_rects[update_.paint_rects.size() - 1].IsEmpty())
update_           144 ppapi/utility/graphics/paint_aggregator.cc         update_.paint_rects.erase(update_.paint_rects.end() - 1);
update_           148 ppapi/utility/graphics/paint_aggregator.cc   if (update_.paint_rects.size() > max_paint_rects_)
update_           160 ppapi/utility/graphics/paint_aggregator.cc   if (!update_.scroll_rect.IsEmpty() && update_.scroll_rect != clip_rect) {
update_           167 ppapi/utility/graphics/paint_aggregator.cc   if ((amount.x() && update_.scroll_delta.y()) ||
update_           168 ppapi/utility/graphics/paint_aggregator.cc       (amount.y() && update_.scroll_delta.x())) {
update_           175 ppapi/utility/graphics/paint_aggregator.cc   update_.scroll_rect = clip_rect;
update_           176 ppapi/utility/graphics/paint_aggregator.cc   update_.scroll_delta += amount;
update_           179 ppapi/utility/graphics/paint_aggregator.cc   if (update_.scroll_delta == Point()) {
update_           180 ppapi/utility/graphics/paint_aggregator.cc     update_.scroll_rect = Rect();
update_           185 ppapi/utility/graphics/paint_aggregator.cc   for (size_t i = 0; i < update_.paint_rects.size(); ++i) {
update_           186 ppapi/utility/graphics/paint_aggregator.cc     if (update_.scroll_rect.Contains(update_.paint_rects[i])) {
update_           187 ppapi/utility/graphics/paint_aggregator.cc       update_.paint_rects[i] = ScrollPaintRect(update_.paint_rects[i], amount);
update_           189 ppapi/utility/graphics/paint_aggregator.cc       if (update_.paint_rects[i].IsEmpty()) {
update_           190 ppapi/utility/graphics/paint_aggregator.cc         update_.paint_rects.erase(update_.paint_rects.begin() + i);
update_           193 ppapi/utility/graphics/paint_aggregator.cc     } else if (update_.scroll_rect.Intersects(update_.paint_rects[i])) {
update_           210 ppapi/utility/graphics/paint_aggregator.cc   result = update_.scroll_rect.Intersect(result);
update_           213 ppapi/utility/graphics/paint_aggregator.cc   return result.Subtract(update_.GetScrollDamage());
update_           218 ppapi/utility/graphics/paint_aggregator.cc     if (!update_.scroll_rect.Intersects(rect))
update_           221 ppapi/utility/graphics/paint_aggregator.cc     if (!update_.scroll_rect.Contains(rect))
update_           230 ppapi/utility/graphics/paint_aggregator.cc   for (size_t i = 0; i < update_.paint_rects.size(); ++i) {
update_           231 ppapi/utility/graphics/paint_aggregator.cc     const Rect& existing_rect = update_.paint_rects[i];
update_           232 ppapi/utility/graphics/paint_aggregator.cc     if (update_.scroll_rect.Contains(existing_rect))
update_           235 ppapi/utility/graphics/paint_aggregator.cc   int scroll_area = update_.scroll_rect.size().GetArea();
update_           243 ppapi/utility/graphics/paint_aggregator.cc   Rect scroll_rect = update_.scroll_rect;
update_           244 ppapi/utility/graphics/paint_aggregator.cc   update_.scroll_rect = Rect();
update_           245 ppapi/utility/graphics/paint_aggregator.cc   update_.scroll_delta = Point();
update_           259 ppapi/utility/graphics/paint_aggregator.cc   if (update_.scroll_rect.IsEmpty()) {
update_           260 ppapi/utility/graphics/paint_aggregator.cc     Rect bounds = update_.GetPaintBounds();
update_           261 ppapi/utility/graphics/paint_aggregator.cc     update_.paint_rects.clear();
update_           262 ppapi/utility/graphics/paint_aggregator.cc     update_.paint_rects.push_back(bounds);
update_           265 ppapi/utility/graphics/paint_aggregator.cc     for (size_t i = 0; i < update_.paint_rects.size(); ++i) {
update_           266 ppapi/utility/graphics/paint_aggregator.cc       const Rect& existing_rect = update_.paint_rects[i];
update_           267 ppapi/utility/graphics/paint_aggregator.cc       if (update_.scroll_rect.Contains(existing_rect)) {
update_           273 ppapi/utility/graphics/paint_aggregator.cc     update_.paint_rects.clear();
update_           274 ppapi/utility/graphics/paint_aggregator.cc     update_.paint_rects.push_back(inner);
update_           275 ppapi/utility/graphics/paint_aggregator.cc     update_.paint_rects.push_back(outer);
update_           155 ppapi/utility/graphics/paint_aggregator.h   InternalPaintUpdate update_;
update_           234 webkit/browser/appcache/appcache_update_job_unittest.cc     if (event_id == start_update_trigger_ && update_) {
update_           238 webkit/browser/appcache/appcache_update_job_unittest.cc         update_->StartUpdate(host,
update_           314 webkit/browser/appcache/appcache_update_job_unittest.cc     update_ = update;
update_           339 webkit/browser/appcache/appcache_update_job_unittest.cc   AppCacheUpdateJob* update_;