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

  /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/pdf/
paint_aggregator.cc 79 return !update_.scroll_rect.IsEmpty() || !update_.paint_rects.empty();
83 update_ = InternalPaintUpdate();
90 ret.scroll_delta = update_.scroll_delta;
91 ret.scroll_rect = update_.scroll_rect;
97 if (ret.has_scroll && !update_.synthesized_scroll_damage_rect_) {
98 update_.synthesized_scroll_damage_rect_ = true;
99 pp::Rect scroll_damage = update_.GetScrollDamage();
103 ret.paint_rects.reserve(update_.paint_rects.size() + 1);
104 for (size_t i = 0; i < update_.paint_rects.size(); i++
    [all...]
paint_aggregator.h 127 InternalPaintUpdate update_; member in class:PaintAggregator
  /external/chromium_org/chrome/browser/prefs/tracked/
pref_service_hash_store_contents.cc 30 DictionaryPrefUpdate update_; member in class:__anon9014::PrefServiceMutableDictionary
37 update_(pref_service,
44 if (!update_->GetDictionaryWithoutPathExpansion(key_, &dictionary)) {
46 update_->SetWithoutPathExpansion(key_, dictionary);
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_metrics.cc 196 : update_(pref_service, pref) {
202 MaintainContentLengthPrefsWindow(update_.Get(), kNumDaysInHistory);
210 AddInt64ToListPref(kNumDaysInHistory - 1, content_length, update_.Get());
214 return ListPrefInt64Value(*update_, index);
232 update_->Clear();
244 update_->AppendString(base::Int64ToString(0));
249 MaintainContentLengthPrefsWindow(update_.Get(), kNumDaysInHistory);
252 ListPrefUpdate update_; member in class:data_reduction_proxy::__anon10901::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/resources/chromeos/chromevox/common/
time_widget.js 70 this.update_(true);
117 cvox.ChromeVoxHTMLTimeWidget.prototype.update_ = function(shouldSpeakLabel) {
205 this.update_(shouldSpeakLabel);
date_widget.js 105 this.update_(true);
202 cvox.ChromeVoxHTMLDateWidget.prototype.update_ = function(shouldSpeakLabel) {
316 // For all other cases, fall through and let update_ decide if there are any
319 this.update_(shouldSpeakLabel);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_shared_settings_service.cc 53 : update_(prefs, prefs::kSupervisedUserSharedSettings), su_id_(su_id) {
62 return FindOrCreateDictionary(update_.Get(), su_id_);
66 DictionaryPrefUpdate update_; member in class:__anon9300::ScopedSupervisedUserSharedSettingsUpdate
  /external/chromium_org/extensions/browser/
extension_prefs.h 117 DictionaryPrefUpdate update_; member in class:extensions::ExtensionPrefs::ScopedUpdate
extension_prefs.cc 285 : update_(prefs->pref_service(), pref_names::kExtensions),
297 base::DictionaryValue* dict = update_.Get();
311 base::DictionaryValue* dict = update_.Get();
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_update_job_unittest.cc 243 start_update_trigger_(APPCACHE_CHECKING_EVENT), update_(NULL) {
259 if (event_id == start_update_trigger_ && update_) {
263 update_->StartUpdate(host,
340 update_ = update;
365 AppCacheUpdateJob* update_; member in class:content::MockFrontend
    [all...]
  /external/valgrind/main/callgrind/
sim.c 745 return update_##L##_use(&L, idx, \
785 miss1 = update_##L##_use(&L, idx, \
822 miss2 = update_##L##_use(&L, idx, \
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]

Completed in 1045 milliseconds