Searched defs:update_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/deep_memory_profiler/visualizer/static/
H A Ddropdown-view.js16 profiler.addListener('changed:selected', this.update_.bind(this));
50 DropdownView.prototype.update_ = function(id, pos) {
/external/chromium_org/pdf/
H A Dpaint_aggregator.h127 InternalPaintUpdate update_; member in class:PaintAggregator
/external/chromium_org/chromeos/accelerometer/
H A Daccelerometer_reader.h79 ui::AccelerometerUpdate update_; member in class:chromeos::AccelerometerReader
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_aggregator.h155 InternalPaintUpdate update_; member in class:pp::PaintAggregator
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dpref_service_hash_store_contents.cc30 DictionaryPrefUpdate update_; member in class:__anon4454::PrefServiceMutableDictionary
37 update_(pref_service,
44 if (!update_->GetDictionaryWithoutPathExpansion(key_, &dictionary)) {
46 update_->SetWithoutPathExpansion(key_, dictionary);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Ddate_widget.js105 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);
H A Dtime_widget.js70 this.update_(true);
117 cvox.ChromeVoxHTMLTimeWidget.prototype.update_ = function(shouldSpeakLabel) {
205 this.update_(shouldSpeakLabel);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_shared_settings_service.cc53 : update_(prefs, prefs::kSupervisedUserSharedSettings), su_id_(su_id) {
62 return FindOrCreateDictionary(update_.Get(), su_id_);
66 DictionaryPrefUpdate update_; member in class:__anon4745::ScopedSupervisedUserSharedSettingsUpdate
/external/chromium_org/extensions/browser/
H A Dextension_prefs.h117 DictionaryPrefUpdate update_; member in class:extensions::ExtensionPrefs::ScopedUpdate
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_metrics.cc195 : update_(pref_service->GetList(pref)) {
201 MaintainContentLengthPrefsWindow(update_, kNumDaysInHistory);
209 AddInt64ToListPref(kNumDaysInHistory - 1, content_length, update_);
213 return ListPrefInt64Value(*update_, index);
231 update_->Clear();
243 update_->AppendString(base::Int64ToString(0));
248 MaintainContentLengthPrefsWindow(update_, kNumDaysInHistory);
251 base::ListValue* update_; member in class:data_reduction_proxy::__anon6429::DailyContentLengthUpdate
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A 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() {
454 viewport.update_();
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job_unittest.cc219 start_update_trigger_(APPCACHE_CHECKING_EVENT), update_(NULL) {
235 if (event_id == start_update_trigger_ && update_) {
239 update_->StartUpdate(host,
316 update_ = update;
341 AppCacheUpdateJob* update_; member in class:content::MockFrontend

Completed in 1471 milliseconds