HomeSort by relevance Sort by last modified time
    Searched refs:Update (Results 76 - 100 of 696) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_observer.cc 28 warning_dialog_->Update(idle_action_time);
  /external/chromium_org/chrome/browser/chromeos/ui/
focus_ring_layer.h 33 // Create the layer and update its bounds and position in the hierarchy.
34 void Update();
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api.cc 33 namespace Update = api::context_menus::Update;
63 scoped_ptr<Update::Params> params(Update::Params::Create(*args_));
  /external/chromium_org/chrome/browser/history/android/
sql_handler.h 12 // This is a wrapper of information needed for Insert/Update/Delete
28 // table or BookmarkModel in its Insert/Update/Delete method.
31 // are inserted or updated, the corresponding Insert() or Update() method will
34 // The HistoryAndBookmarkRow given in Insert() or Update() provide the data for
35 // insert or update. No all the data in HistoryAndBookmarkRow maybe valid, using
46 // value stored in |row|. Return true if the update succeeds.
47 virtual bool Update(const HistoryAndBookmarkRow& row,
visit_sql_handler.h 25 virtual bool Update(const HistoryAndBookmarkRow& row,
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager.h 33 virtual bool Update(const Notification& notification, Profile* profile) = 0;
notification_ui_manager_android.h 19 virtual bool Update(const Notification& notification,
  /external/chromium_org/chrome/browser/ui/views/location_bar/
open_pdf_in_reader_view.h 25 void Update(content::WebContents* web_contents);
zoom_view.h 28 void Update(ZoomController* zoom_controller);
  /external/chromium_org/crypto/
sha2.cc 15 ctx->Update(str.data(), str.length());
signature_creator.h 44 // Update the signature with more data.
45 bool Update(const uint8* data_part, int data_part_len);
  /external/chromium_org/mojo/examples/sample_app/
spinning_cube.h 37 void Update();
  /external/chromium_org/third_party/libjingle/source/talk/base/
openssldigest.h 46 virtual void Update(const void* buf, size_t len);
  /external/chromium_org/third_party/webrtc/base/
openssldigest.h 29 virtual void Update(const void* buf, size_t len);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
audio_checksum.h 37 checksum_.Update(audio, num_samples * sizeof(*audio));
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
rtt_filter.h 29 void Update(uint32_t rttMs);
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
timestamp_extrapolator.h 25 void Update(int64_t tMs, uint32_t ts90khz);
  /external/chromium_org/ui/views/controls/scrollbar/
scroll_bar.cc 22 void ScrollBar::Update(int viewport_size, int content_size, int current_pos) {
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 33 * Update [RFC2136]
35 Update("Update", 5);
  /external/lzma/CS/7zip/Common/
CRC.cs 34 public void Update(byte[] data, uint offset, uint size)
46 crc.Update(data, offset, size);
  /system/keymaster/
operation.h 44 virtual keymaster_error_t Update(const Buffer& input, Buffer* output) = 0;
  /external/chromium_org/net/quic/
quic_fec_group_test.cc 65 // Update the FEC state for each non-lost packet.
78 ASSERT_TRUE(group.Update(ENCRYPTION_FORWARD_SECURE, header,
84 // Update the FEC state for each non-lost packet.
93 ASSERT_TRUE(group.Update(ENCRYPTION_FORWARD_SECURE, header,
156 group.Update(ENCRYPTION_FORWARD_SECURE, header, data1);
171 ASSERT_TRUE(group.Update(ENCRYPTION_FORWARD_SECURE, header, kData[0]));
186 ASSERT_TRUE(group.Update(ENCRYPTION_FORWARD_SECURE, header, kData[0]));
189 ASSERT_TRUE(group.Update(ENCRYPTION_FORWARD_SECURE, header, kData[0]));
192 ASSERT_TRUE(group.Update(ENCRYPTION_FORWARD_SECURE, header, kData[0]));
228 ASSERT_TRUE(group.Update(ENCRYPTION_INITIAL, header, kData[0]))
    [all...]
  /hardware/intel/common/libva/
libva.spec 117 - Update to version 0.31.0
119 - Update to version 0.30.4
121 - Update to version 0.30.20090618_Alpha2.3
123 - Update to version 0.30.20090608
127 - Update to latest snapshot 20090514
129 - Update to 20090428 snpashot
131 - Update libva.pc with new includedir
133 - Update to latest snapshot 20090423
135 - Update to latest snapshot: 20090423
137 - Update to 0.30~2009032
    [all...]
  /external/chromium_org/ash/system/audio/
volume_view.cc 51 Update();
56 void Update() {
101 Update();
105 void Update() {
168 Update();
174 void VolumeView::Update() {
175 icon_->Update();
176 slider_->Update();
194 // trigger an update. So explicitly trigger an update
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
tray_sms.cc 63 Update();
68 void Update() {
120 owner_->Update(false);
185 Update();
196 void Update() {
256 void Update(size_t message_index,
371 Update(true);
394 void TraySms::Update(bool notify) {
404 default_->Update();
407 detailed_->Update();
    [all...]

Completed in 930 milliseconds

1 2 34 5 6 7 8 91011>>