Searched defs:Update (Results 126 - 150 of 231) sorted by relevance

12345678910

/external/chromium_org/ash/system/chromeos/network/
H A Dtray_network.cc84 // Update accessibility.
149 Update();
156 void Update() { function in class:ash::tray::NetworkDefaultView
174 Update();
199 Update();
215 Update();
219 Update();
236 void Update() { function in class:ash::tray::NetworkWifiDetailedView
364 default_->Update();
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc29 Update();
35 void ScreenTrayView::Update() { function in class:ash::tray::ScreenTrayView
53 Update();
105 void ScreenStatusView::Update() { function in class:ash::tray::ScreenStatusView
148 void ScreenTrayItem::Update() { function in class:ash::ScreenTrayItem
150 tray_view_->Update();
152 default_view_->Update();
166 tray_view_->Update();
169 default_view_->Update();
179 Update();
[all...]
/external/chromium_org/ash/system/chromeos/
H A Dtray_display.cc154 Update();
159 void Update() { function in class:ash::DisplayView
421 default_->Update();
/external/chromium_org/ash/system/ime/
H A Dtray_ime.cc105 Update(list, property_list);
110 void Update(const IMEInfoList& list, function in class:ash::tray::IMEDetailedView
305 detailed_->Update(list, property_list);
/external/chromium_org/athena/system/
H A Dnetwork_selector.cc207 Update(network);
212 void Update(const ui::NetworkInfo& network) { function in class:__anon2150::NetworkRow
408 static_cast<NetworkRow*>(view)->Update(info);
H A Dstatus_icon_container_view.cc130 void Update() { function in class:athena::StatusIconContainerView::NetworkStatus
149 Update();
154 Update();
159 Update();
/external/chromium_org/cc/layers/
H A Dpainted_scrollbar_layer.cc205 bool PaintedScrollbarLayer::Update(ResourceUpdateQueue* queue, function in class:cc::PaintedScrollbarLayer
234 ContentsScalingLayer::Update(queue, occlusion);
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc17 void FakeLayerUpdater::Resource::Update(ResourceUpdateQueue* queue, function in class:cc::FakeLayerUpdater::Resource
29 layer_->Update();
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_config_view.cc324 Update(ui_data);
329 void ControlledSettingIndicatorView::Update( function in class:chromeos::ControlledSettingIndicatorView
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring_controller.cc55 Update();
58 void AccessibilityFocusRingController::Update() { function in class:chromeos::AccessibilityFocusRingController
287 Update();
/external/chromium_org/chrome/browser/drive/
H A Ddrive_app_registry.cc125 void DriveAppRegistry::Update() { function in class:drive::DriveAppRegistry
/external/chromium_org/chrome/browser/extensions/api/notification_provider/
H A Dnotification_provider_api.cc49 Update(notification_provider_id, sender_id, notification_id, options);
74 void NotificationProviderEventRouter::Update( function in class:extensions::NotificationProviderEventRouter
/external/chromium_org/content/browser/android/
H A Dedge_effect_l.cc177 bool EdgeEffectL::Update(base::TimeTicks current_time) { function in class:content::EdgeEffectL
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_win.cc40 Update(device_state);
46 void BluetoothDeviceWin::Update( function in class:device::BluetoothDeviceWin
/external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
H A Dgraphics_2d.cc135 void Update() { function in class:Graphics2DInstance
253 Update();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DHeapSnapshotCommon.js32 Update: "ProgressUpdate"
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc378 this->Update(1);
384 it.Update(0);
392 void ElfMemImage::SymbolIterator::Update(int increment) { function in class:base::ElfMemImage::SymbolIterator
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc378 this->Update(1);
384 it.Update(0);
392 void ElfMemImage::SymbolIterator::Update(int increment) { function in class:base::ElfMemImage::SymbolIterator
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_filter.c165 /* Update the damper state for the new sample. */
214 /* Update filter parameters based on the pitch-gains and pitch-lags. */
215 static void Update(PitchFilterParam* parameters) { function
330 /* Update parameters according to new lag value. */
331 Update(&filter_parameters);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Dutility.cc165 void CircularBuffer::Update(const double newVal) { function in class:webrtc::CircularBuffer
183 // Update
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_detector.cc49 void OveruseDetector::Update(uint16_t packet_size, function in class:webrtc::OveruseDetector
168 // Update the Kalman filter
204 // Update state
H A Dremote_rate_control.cc98 RateControlRegion RemoteRateControl::Update(const RateControlInput* input, function in class:webrtc::RemoteRateControl
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs330 public void Update() { method in class:StatsViewer.StatsTableCounters
H A Dstats_viewer.cs102 // Update an existing counter.
105 counter_item.Update(counter, filter_pid_);
135 stats_counters_.Update();
384 /// Update the ListViewItem given a new counter value.
388 public virtual void Update(IStatsCounter counter, int filter_pid) { } method in class:StatsViewer.StatsCounterListViewItem
450 Update(ctr, filter_pid);
453 public override void Update(IStatsCounter counter, int filter_pid) method in class:StatsViewer.RateListViewItem
487 Update(ctr, filter_pid);
490 public override void Update(IStatsCounter counter, int filter_pid) { method in class:StatsViewer.CounterListViewItem
/external/chromium_org/ui/app_list/views/
H A Dfolder_header_view.cc103 Update();
108 Update();
116 void FolderHeaderView::Update() { function in class:app_list::FolderHeaderView
236 Update();

Completed in 699 milliseconds

12345678910