HomeSort by relevance Sort by last modified time
    Searched refs:update_ (Results 1 - 13 of 13) 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/net/
chrome_network_data_saving_metrics.cc 206 : update_(pref_service, pref) {
212 MaintainContentLengthPrefsWindow(update_.Get(), kNumDaysInHistory);
220 AddInt64ToListPref(kNumDaysInHistory - 1, content_length, update_.Get());
224 return ListPrefInt64Value(*update_, index);
242 update_->Clear();
254 update_->AppendString(base::Int64ToString(0));
259 MaintainContentLengthPrefsWindow(update_.Get(), kNumDaysInHistory);
262 ListPrefUpdate update_; member in class:__anon7981::DailyContentLengthUpdate
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
dropdown-view.js 16 profiler.addListener('changed:selected', this.update_.bind(this));
50 DropdownView.prototype.update_ = function(id, pos) {
  /external/chromium_org/chrome/browser/extensions/
extension_prefs.h 116 DictionaryPrefUpdate update_; member in class:extensions::ExtensionPrefs::ScopedUpdate
extension_prefs.cc 245 : update_(prefs->pref_service(), prefs::kExtensionsPref),
257 DictionaryValue* dict = update_.Get();
271 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...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 452 milliseconds