/external/chromium_org/ppapi/utility/graphics/ |
D | paint_aggregator.cc | 85 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 …]
|
D | paint_aggregator.h | 155 InternalPaintUpdate update_; variable
|
/external/chromium_org/pdf/ |
D | paint_aggregator.cc | 79 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 …]
|
D | paint_aggregator.h | 127 InternalPaintUpdate update_; variable
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
D | viewport.js | 92 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/ |
D | data_reduction_proxy_metrics.cc | 195 : 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/ |
D | pref_service_hash_store_contents.cc | 30 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/ |
D | time_widget.js | 70 this.update_(true); 117 cvox.ChromeVoxHTMLTimeWidget.prototype.update_ = function(shouldSpeakLabel) { method in cvox.ChromeVoxHTMLTimeWidget 205 this.update_(shouldSpeakLabel);
|
D | date_widget.js | 105 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/ |
D | dropdown-view.js | 16 profiler.addListener('changed:selected', this.update_.bind(this)); 50 DropdownView.prototype.update_ = function(id, pos) { method in DropdownView
|
/external/chromium_org/chromeos/accelerometer/ |
D | accelerometer_reader.h | 79 ui::AccelerometerUpdate update_; variable
|
D | accelerometer_reader.cc | 236 update_.Set(static_cast<ui::AccelerometerSource>(i), in OnDataRead() 244 delegate_->HandleAccelerometerUpdate(update_); in OnDataRead()
|
/external/chromium_org/chrome/browser/supervised_user/ |
D | supervised_user_shared_settings_service.cc | 53 : 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/ |
D | extension_prefs.h | 117 DictionaryPrefUpdate update_;
|
D | extension_prefs.cc | 287 : 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/ |
D | sim.c | 745 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/ |
D | appcache_update_job_unittest.cc | 219 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/ |
D | chromeVoxChromePageScript.js | 1401 …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…
|
D | chromeVoxChromeOptionsScript.js | 964 …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…
|
D | chromeVoxChromeBackgroundScript.js | 1214 …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…
|