HomeSort by relevance Sort by last modified time
    Searched refs:Update (Results 251 - 275 of 691) sorted by null

<<11121314151617181920>>

  /external/chromium_org/cc/trees/
damage_tracker.cc 125 // the damage will be for this frame, because we need to update the damage
273 // 2. Repaint/update: If a region of the layer that was repainted/updated,
276 // Property changes take priority over update rects.
290 data.Update(rect_in_target_space, mailboxId_);
302 // only affected by the layer's update area, which could be empty.
337 data.Update(surface_rect_in_target_space, mailboxId_);
382 data.Update(replica_mask_layer_rect, mailboxId_);
  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.cc 79 if (Update(notification, profile)) {
90 bool BalloonNotificationUIManager::Update(const Notification& notification,
240 (*iter)->Update(notification);
message_center_notifications_browsertest.cc 47 log_ += "update-" + id;
290 // 'update-n' should happen since SetVisibility updates is_read status of n.
291 // TODO(mukai): fix event handling to happen update-n just once.
324 // Add a non-progress notification and update it while the message center
332 manager()->Update(notification, profile());
334 // Expect that the notification update is not done.
338 EXPECT_EQ("update-n", observer.log());
374 manager()->Update(notification, profile());
376 // Expect that the notification update is not done.
380 EXPECT_EQ("update-n", observer.log())
    [all...]
  /external/chromium_org/crypto/
ghash.cc 82 Update(data, length);
99 Update(data, length);
232 void GaloisHash::Update(const uint8* data, size_t length) {
  /external/openfst/src/lib/
symbol-table.cc 97 check_sum.Update(symbols_[i], strlen(symbols_[i]) + 1);
105 labeled_check_sum.Update(line.str().data(), line.str().size());
114 labeled_check_sum.Update(line.str().data(), line.str().size());
  /external/smack/src/org/xbill/DNS/
Update.java 9 * A helper class for constructing dynamic DNS (DDNS) update messages.
14 public class Update extends Message {
20 * Creates an update message.
25 Update(Name zone, int dclass) {
30 getHeader().setOpcode(Opcode.UPDATE);
38 * Creates an update message. The class is assumed to be IN.
42 Update(Name zone) {
53 addRecord(rec, Section.UPDATE);
78 * and type in the update message must be identical to the set of all records
91 * and type in the update message must be identical to the set of all record
    [all...]
  /external/chromium_org/tools/stats_viewer/
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/ash/system/ime/
tray_ime.cc 86 Update(list, property_list);
91 void Update(const IMEInfoList& list,
314 detailed_->Update(list, property_list);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 239 base::Bind(&LocationBarView::Update,
434 Update(NULL);
586 open_pdf_in_reader_view_->Update(
593 generated_credit_card_view_->Update();
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.cc 378 this->Update(1);
384 it.Update(0);
392 void ElfMemImage::SymbolIterator::Update(int increment) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elf_mem_image.cc 378 this->Update(1);
384 it.Update(0);
392 void ElfMemImage::SymbolIterator::Update(int increment) {
  /external/chromium_org/v8/src/
spaces-inl.h 281 SkipList::Update(object->address(), size_in_bytes);
293 SkipList::Update(object->address(), size_in_bytes);
301 SkipList::Update(object->address(), size_in_bytes);
  /external/lzma/Java/SevenZip/
LzmaBench.java 128 CRC.Update(b);
132 CRC.Update(b, off, len);
323 crc.Update(rg.Buffer, 0, rg.BufferSize);
  /external/v8/src/
spaces-inl.h 267 SkipList::Update(object->address(), size_in_bytes);
275 SkipList::Update(object->address(), size_in_bytes);
283 SkipList::Update(object->address(), size_in_bytes);
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_CHAIN.S 35 @ Update "thread" values for the new method
  /external/ceres-solver/internal/ceres/
iterative_schur_complement_solver.cc 149 preconditioner_->Update(*A, per_solve_options.D);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac.h 42 virtual void Update(const TabContents* tab_for_state_restoring);
149 // Update the field with |display_text| and highlight the host and scheme (if
157 // Update the field with |display_text| and set the selection.
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 93 virtual bool Update(Balloon* balloon);
126 // Update the Panel Size according to its state.
132 // Update the container's bounds so that it can show all notifications.
135 // Update the notification's control view state.
  /external/chromium/chrome/browser/instant/
instant_controller.h 82 void Update(TabContentsWrapper* tab_contents,
100 // Returns true if we're showing the last URL passed to |Update|. If this is
101 // false a commit does not result in committing the last url passed to update.
141 // Returns true if |Update| has been invoked without a corresponding call to
149 // Returns the transition type of the last AutocompleteMatch passed to Update.
160 // passed to |Update|. The value of this may change if it turns the provider
166 // around). For example, if |Update| is passed www.foo.com, followed by a
200 // Returns true if we should update immediately.
203 // Schedules a delayed update to load the specified url.
218 // internally from Update
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 101 void Update(const TabContents* tab, bool should_restore_state);
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h 61 virtual void Update() OVERRIDE;
  /external/chromium/chrome/browser/ui/views/
tab_icon_view.cc 60 void TabIconView::Update() {
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 35 // end of the |list|; otherwise, keep it at the same place, but update the data
111 Update();
119 void Update() {
123 // Update UI.
459 detailed_->Update();
465 detailed_->Update();
  /external/chromium_org/cc/layers/
texture_layer.h 139 virtual bool Update(ResourceUpdateQueue* queue,
tiled_layer.h 37 virtual bool Update(ResourceUpdateQueue* queue,
59 // Set invalidations to be potentially repainted during Update().
65 // After preparing an update, returns true if more painting is needed.

Completed in 479 milliseconds

<<11121314151617181920>>