HomeSort by relevance Sort by last modified time
    Searched refs:update_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/renderer/
paint_aggregator.cc 91 return !update_.scroll_rect.IsEmpty() || !update_.paint_rects.empty();
95 update_ = PendingUpdate();
102 if (update_.scroll_rect.IsEmpty() && update_.paint_rects.size() > 1) {
105 for (size_t i = 0; i < update_.paint_rects.size(); ++i) {
106 paint_area += update_.paint_rects[i].size().GetArea();
107 union_rect.Union(update_.paint_rects[i]);
113 *update = update_;
119 for (size_t i = 0; i < update_.paint_rects.size(); ++i)
    [all...]
paint_aggregator.h 65 PendingUpdate update_; member in class:content::PaintAggregator
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.cc 85 return !update_.scroll_rect.IsEmpty() || !update_.paint_rects.empty();
89 update_ = InternalPaintUpdate();
96 ret.scroll_delta = update_.scroll_delta;
97 ret.scroll_rect = update_.scroll_rect;
100 ret.paint_rects.reserve(update_.paint_rects.size() + 1);
101 for (size_t i = 0; i < update_.paint_rects.size(); i++)
102 ret.paint_rects.push_back(update_.paint_rects[i]);
104 ret.paint_bounds = update_.GetPaintBounds();
108 PP_Rect scroll_damage = update_.GetScrollDamage()
    [all...]
paint_aggregator.h 155 InternalPaintUpdate update_; member in class:pp::PaintAggregator
  /external/chromium_org/chrome/browser/resources/file_manager/js/
butter_bar.js 118 this.butter_.classList.remove('visible'); // Will be shown in update_
119 this.update_(message, opt_options);
142 ButterBar.prototype.update_ = function(message, opt_options) {
270 this.update_(progressString, options);
362 this.update_(title);
  /external/chromium_org/chrome/browser/extensions/
extension_prefs.h 135 DictionaryPrefUpdate update_; member in class:extensions::ExtensionPrefs::ScopedUpdate
extension_prefs.cc 253 : update_(prefs->pref_service(), kExtensionsPref),
265 DictionaryValue* dict = update_.Get();
279 DictionaryValue* dict = update_.Get();
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job_unittest.cc 218 start_update_trigger_(CHECKING_EVENT), update_(NULL) {
234 if (event_id == start_update_trigger_ && update_) {
238 update_->StartUpdate(host,
313 update_ = update;
338 AppCacheUpdateJob* update_; member in class:appcache::MockFrontend
    [all...]
  /external/valgrind/main/callgrind/
sim.c 733 return update_##L##_use(&L, idx, \
773 miss1 = update_##L##_use(&L, idx, \
810 miss2 = update_##L##_use(&L, idx, \
    [all...]

Completed in 329 milliseconds