Home
last modified time | relevance | path

Searched refs:update_ (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/ppapi/utility/graphics/
Dpaint_aggregator.cc85 return !update_.scroll_rect.IsEmpty() || !update_.paint_rects.empty(); in HasPendingUpdate()
89 update_ = InternalPaintUpdate(); in ClearPendingUpdate()
96 ret.scroll_delta = update_.scroll_delta; in GetPendingUpdate()
97 ret.scroll_rect = update_.scroll_rect; in GetPendingUpdate()
100 ret.paint_rects.reserve(update_.paint_rects.size() + 1); in GetPendingUpdate()
101 for (size_t i = 0; i < update_.paint_rects.size(); i++) in GetPendingUpdate()
102 ret.paint_rects.push_back(update_.paint_rects[i]); in GetPendingUpdate()
104 ret.paint_bounds = update_.GetPaintBounds(); in GetPendingUpdate()
108 PP_Rect scroll_damage = update_.GetScrollDamage(); in GetPendingUpdate()
118 for (size_t i = 0; i < update_.paint_rects.size(); ++i) { in InvalidateRect()
[all …]
Dpaint_aggregator.h155 InternalPaintUpdate update_; variable
/external/chromium_org/pdf/
Dpaint_aggregator.cc79 return !update_.scroll_rect.IsEmpty() || !update_.paint_rects.empty(); in HasPendingUpdate()
83 update_ = InternalPaintUpdate(); in ClearPendingUpdate()
90 ret.scroll_delta = update_.scroll_delta; in GetPendingUpdate()
91 ret.scroll_rect = update_.scroll_rect; in GetPendingUpdate()
97 if (ret.has_scroll && !update_.synthesized_scroll_damage_rect_) { in GetPendingUpdate()
98 update_.synthesized_scroll_damage_rect_ = true; in GetPendingUpdate()
99 pp::Rect scroll_damage = update_.GetScrollDamage(); in GetPendingUpdate()
103 ret.paint_rects.reserve(update_.paint_rects.size() + 1); in GetPendingUpdate()
104 for (size_t i = 0; i < update_.paint_rects.size(); i++) in GetPendingUpdate()
105 ret.paint_rects.push_back(update_.paint_rects[i]); in GetPendingUpdate()
[all …]
Dpaint_aggregator.h127 InternalPaintUpdate update_; variable
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dviewport.js92 this.update_();
110 this.update_();
119 this.update_();
131 this.update_();
182 this.update_();
231 this.update_();
383 this.update_();
390 Viewport.prototype.update_ = function() { method in Viewport
454 viewport.update_();
/external/chromium_org/components/data_reduction_proxy/browser/
Ddata_reduction_proxy_metrics.cc195 : update_(pref_service->GetList(pref)) { in DailyContentLengthUpdate()
201 MaintainContentLengthPrefsWindow(update_, kNumDaysInHistory); in UpdateForDataChange()
209 AddInt64ToListPref(kNumDaysInHistory - 1, content_length, update_); in Add()
213 return ListPrefInt64Value(*update_, index); in GetListPrefValue()
231 update_->Clear(); in MaintainContentLengthPrefForDateChange()
243 update_->AppendString(base::Int64ToString(0)); in MaintainContentLengthPrefForDateChange()
248 MaintainContentLengthPrefsWindow(update_, kNumDaysInHistory); in MaintainContentLengthPrefForDateChange()
251 base::ListValue* update_; member in data_reduction_proxy::__anon01db00b10111::DailyContentLengthUpdate
/external/chromium_org/chrome/browser/prefs/tracked/
Dpref_service_hash_store_contents.cc30 DictionaryPrefUpdate update_; member in __anona399778b0111::PrefServiceMutableDictionary
37 update_(pref_service, in PrefServiceMutableDictionary()
44 if (!update_->GetDictionaryWithoutPathExpansion(key_, &dictionary)) { in operator ->()
46 update_->SetWithoutPathExpansion(key_, dictionary); in operator ->()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dtime_widget.js70 this.update_(true);
117 cvox.ChromeVoxHTMLTimeWidget.prototype.update_ = function(shouldSpeakLabel) { method in cvox.ChromeVoxHTMLTimeWidget
205 this.update_(shouldSpeakLabel);
Ddate_widget.js105 this.update_(true);
202 cvox.ChromeVoxHTMLDateWidget.prototype.update_ = function(shouldSpeakLabel) { method in cvox.ChromeVoxHTMLDateWidget
319 this.update_(shouldSpeakLabel);
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
Ddropdown-view.js16 profiler.addListener('changed:selected', this.update_.bind(this));
50 DropdownView.prototype.update_ = function(id, pos) { method in DropdownView
/external/chromium_org/chromeos/accelerometer/
Daccelerometer_reader.h79 ui::AccelerometerUpdate update_; variable
Daccelerometer_reader.cc236 update_.Set(static_cast<ui::AccelerometerSource>(i), in OnDataRead()
244 delegate_->HandleAccelerometerUpdate(update_); in OnDataRead()
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_shared_settings_service.cc53 : update_(prefs, prefs::kSupervisedUserSharedSettings), su_id_(su_id) { in ScopedSupervisedUserSharedSettingsUpdate()
62 return FindOrCreateDictionary(update_.Get(), su_id_); in Get()
66 DictionaryPrefUpdate update_; member in __anon385e1eeb0111::ScopedSupervisedUserSharedSettingsUpdate
/external/chromium_org/extensions/browser/
Dextension_prefs.h117 DictionaryPrefUpdate update_;
Dextension_prefs.cc287 : update_(prefs->pref_service(), pref_names::kExtensions), in ScopedUpdate()
299 base::DictionaryValue* dict = update_.Get(); in Get()
313 base::DictionaryValue* dict = update_.Get(); in Create()
/external/valgrind/main/callgrind/
Dsim.c745 return update_##L##_use(&L, idx, \
785 miss1 = update_##L##_use(&L, idx, \
822 miss2 = update_##L##_use(&L, idx, \
/external/chromium_org/content/browser/appcache/
Dappcache_update_job_unittest.cc219 start_update_trigger_(APPCACHE_CHECKING_EVENT), update_(NULL) { in MockFrontend()
235 if (event_id == start_update_trigger_ && update_) { in OnEventRaised()
239 update_->StartUpdate(host, in OnEventRaised()
316 update_ = update; in TriggerAdditionalUpdates()
341 AppCacheUpdateJob* update_; member in content::MockFrontend
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js1401 …s.keyListener_,!1);this.dateElem_.addEventListener("blur",this.blurListener_,!1);this.update_(!0)};
1405 cvox.ChromeVoxHTMLDateWidget.prototype.update_=function(a){var b=this.dateElem_.value.split("-");if… method in cvox
1408 …&a.shiftKey||37==a.keyCode)this.pos_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.ChromeVo…
1412 …s.keyListener_,!1);this.timeElem_.addEventListener("blur",this.blurListener_,!1);this.update_(!0)};
1415 cvox.ChromeVoxHTMLTimeWidget.prototype.update_=function(a){var b=this.timeElem_.value.split(":");if… method in cvox
1417 …&a.shiftKey||37==a.keyCode)this.pos_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.NodeBrea…
DchromeVoxChromeOptionsScript.js964 …s.keyListener_,!1);this.dateElem_.addEventListener("blur",this.blurListener_,!1);this.update_(!0)};
968 cvox.ChromeVoxHTMLDateWidget.prototype.update_=function(a){var b=this.dateElem_.value.split("-");if… method in cvox
971 …&a.shiftKey||37==a.keyCode)this.pos_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.BrailleT…
1010 …s.keyListener_,!1);this.timeElem_.addEventListener("blur",this.blurListener_,!1);this.update_(!0)};
1013 cvox.ChromeVoxHTMLTimeWidget.prototype.update_=function(a){var b=this.timeElem_.value.split(":");if… method in cvox
1015 …&a.shiftKey||37==a.keyCode)this.pos_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.ActiveIn…
DchromeVoxChromeBackgroundScript.js1214 …s.keyListener_,!1);this.dateElem_.addEventListener("blur",this.blurListener_,!1);this.update_(!0)};
1218 cvox.ChromeVoxHTMLDateWidget.prototype.update_=function(a){var b=this.dateElem_.value.split("-");if… method in cvox
1221 …&a.shiftKey||37==a.keyCode)this.pos_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.ChromeVo…
1225 …s.keyListener_,!1);this.timeElem_.addEventListener("blur",this.blurListener_,!1);this.update_(!0)};
1228 cvox.ChromeVoxHTMLTimeWidget.prototype.update_=function(a){var b=this.timeElem_.value.split(":");if… method in cvox
1230 …&a.shiftKey||37==a.keyCode)this.pos_--,this.handlePosChange_(),b=!0}this.update_(b)};cvox.ActiveIn…