HomeSort by relevance Sort by last modified time
    Searched defs:Update (Results 151 - 175 of 261) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium_org/ash/system/ime/
tray_ime.cc 105 Update(list, property_list);
110 void Update(const IMEInfoList& list,
305 detailed_->Update(list, property_list);
  /external/chromium_org/athena/system/
network_selector.cc 207 Update(network);
212 void Update(const ui::NetworkInfo& network) {
408 static_cast<NetworkRow*>(view)->Update(info);
status_icon_container_view.cc 130 void Update() {
149 Update();
154 Update();
159 Update();
  /external/chromium_org/cc/layers/
painted_scrollbar_layer.cc 205 bool PaintedScrollbarLayer::Update(ResourceUpdateQueue* queue,
234 ContentsScalingLayer::Update(queue, occlusion);
texture_layer.cc 209 bool TextureLayer::Update(ResourceUpdateQueue* queue,
211 bool updated = Layer::Update(queue, occlusion);
  /external/chromium_org/chrome/browser/background/
background_application_list_model.cc 200 Update();
223 Update();
358 Update();
383 Update();
408 Update();
424 Update();
437 // Update queries the extensions service of the profile with which the model was
441 void BackgroundApplicationListModel::Update() {
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 324 Update(ui_data);
329 void ControlledSettingIndicatorView::Update(
  /external/chromium_org/chrome/browser/chromeos/system/
input_device_settings.cc 154 virtual void UpdateMouseSettings(const MouseSettings& update) OVERRIDE;
178 if (current_touchpad_settings_.Update(settings, &argv))
219 void InputDeviceSettingsImpl::UpdateMouseSettings(const MouseSettings& update) {
221 if (current_mouse_settings_.Update(update, &argv))
329 bool TouchpadSettings::Update(const TouchpadSettings& settings,
334 if (sensitivity_.Update(settings.sensitivity_)) {
339 if (tap_to_click_.Update(settings.tap_to_click_)) {
344 if (three_finger_click_.Update(settings.three_finger_click_)) {
351 if (tap_dragging_.Update(settings.tap_dragging_))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring_controller.cc 55 Update();
58 void AccessibilityFocusRingController::Update() {
287 Update();
  /external/chromium_org/chrome/browser/extensions/api/notification_provider/
notification_provider_api.cc 49 Update(notification_provider_id, sender_id, notification_id, options);
74 void NotificationProviderEventRouter::Update(
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 114 if (Update(notification, profile))
120 // WARNING: You MUST update the message center via the notification within a
144 bool MessageCenterNotificationManager::Update(const Notification& notification,
163 // the immediate update allowed in the message center.
167 // Add/remove notification in the local list but just update the same
178 // WARNING: You MUST use AddProfileNotification or update the message
  /external/chromium_org/content/browser/android/
edge_effect.cc 97 void Update(const gfx::Size& size,
255 bool EdgeEffect::Update(base::TimeTicks current_time) {
347 glow_->Update(glow_size, transform, glow_alpha_);
353 edge_->Update(edge_size, transform, edge_alpha_);
edge_effect_l.cc 177 bool EdgeEffectL::Update(base::TimeTicks current_time) {
  /external/chromium_org/device/bluetooth/
bluetooth_device_win.cc 40 Update(device_state);
46 void BluetoothDeviceWin::Update(
  /external/chromium_org/gpu/command_buffer/client/
program_info_manager.cc 198 void Update(GLES2Implementation* gl, GLuint program);
318 void CachedProgramInfoManager::Program::Update(
392 info->Update(gl, program);
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
graphics_2d.cc 135 void Update() {
224 // Using Graphics2D::ReplaceContents is the fastest way to update the
253 Update();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotCommon.js 32 Update: "ProgressUpdate"
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.cpp 77 Update,
90 ASSERT(m_type == GenerateRequest || m_type == Update);
111 return new PendingAction(Update, result, String(), data);
359 ScriptPromise MediaKeySession::update(ScriptState* scriptState, ArrayBuffer* response) function in class:blink::MediaKeySession
365 ScriptPromise MediaKeySession::update(ScriptState* scriptState, ArrayBufferView* response) function in class:blink::MediaKeySession
373 WTF_LOG(Media, "MediaKeySession(%p)::update", this);
376 // From <https://dvcs.w3.org/hg/html-media/raw-file/default/encrypted-media/encrypted-media.html#dom-update>:
377 // The update(response) method provides messages, including licenses, to the
474 case PendingAction::Update:
475 WTF_LOG(Media, "MediaKeySession(%p)::actionTimerFired: Update", this)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_filter.c 165 /* Update the damper state for the new sample. */
202 /* Subtract from input and update buffer. */
214 /* Update filter parameters based on the pitch-gains and pitch-lags. */
215 static void Update(PitchFilterParam* parameters) {
327 * some parameters of filter need to be update. */
330 /* Update parameters according to new lag value. */
331 Update(&filter_parameters);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
utility.cc 165 void CircularBuffer::Update(const double newVal) {
183 // Update
186 // for the average we have to update
192 // to calculate variance we have to update
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
overuse_detector.cc 49 void OveruseDetector::Update(uint16_t packet_size,
61 // This is the first incoming packet. We don't have enough data to update
149 // Assume that a diff this big must be due to reordering. Don't update
168 // Update the Kalman filter
204 // Update state
248 // Only update the noise estimate if we're not over-using
250 // the previous update.
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 330 public void Update() {
stats_viewer.cs 102 // Update an existing counter.
105 counter_item.Update(counter, filter_pid_);
121 /// Sample the data and update the UI
135 stats_counters_.Update();
384 /// Update the ListViewItem given a new counter value.
388 public virtual void Update(IStatsCounter counter, int filter_pid) { }
424 // we introduce flicker if we unnecessarily update the
450 Update(ctr, filter_pid);
453 public override void Update(IStatsCounter counter, int filter_pid)
487 Update(ctr, filter_pid);
    [all...]
  /external/chromium_org/ui/gfx/android/
view_configuration.cc 44 Update(
62 Update(scaled_maximum_fling_velocity,
106 void Update(int scaled_maximum_fling_velocity,
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.cc 394 void BaseScrollBar::Update(int viewport_size,
397 ScrollBar::Update(viewport_size, content_size, contents_scroll_offset);

Completed in 646 milliseconds

1 2 3 4 5 67 8 91011