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

<<11121314151617181920>>

  /external/chromium_org/cc/resources/
bitmap_skpicture_content_layer_updater.cc 21 void BitmapSkPictureContentLayerUpdater::Resource::Update(
image_layer_updater.cc 17 void ImageLayerUpdater::Resource::Update(ResourceUpdateQueue* queue,
  /external/chromium_org/chrome/browser/background/
background_application_list_model.h 140 void Update();
  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.cc 90 void IdleActionWarningDialogView::Update(base::TimeTicks idle_action_time) {
  /external/chromium_org/chrome/browser/drive/
drive_app_registry.h 98 void Update();
107 // Part of Update(). Runs upon the completion of fetching the Drive apps
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler_unittest.cc 126 // Update the added row as bookmark.
138 ASSERT_TRUE(handler.Update(row, id_rows));
158 ASSERT_TRUE(handler.Update(row, id_rows));
164 // Update with the parent id.
167 ASSERT_TRUE(handler.Update(row, id_rows));
184 // Only update the title.
189 ASSERT_TRUE(handler.Update(update_title, id_rows));
  /external/chromium_org/chrome/browser/notifications/
notification_test_util.h 92 virtual bool Update(const Notification& notification,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
remote_sync_operation_resolver_unittest.cc 41 list.Update(FileChange(FileChange::FILE_CHANGE_ADD_OR_UPDATE,
48 list.Update(FileChange(FileChange::FILE_CHANGE_ADD_OR_UPDATE,
55 list.Update(FileChange(FileChange::FILE_CHANGE_DELETE,
62 list.Update(FileChange(FileChange::FILE_CHANGE_DELETE,
  /external/chromium_org/chrome/browser/ui/
gesture_prefs_observer_factory_aura.cc 115 void Update();
192 base::Closure callback = base::Bind(&GesturePrefsObserver::Update,
210 Update();
219 void GesturePrefsObserver::Update() {
  /external/chromium_org/components/google/core/browser/
google_url_tracker_infobar_delegate.cc 36 void GoogleURLTrackerInfoBarDelegate::Update(const GURL& search_url) {
  /external/chromium_org/content/browser/download/
save_item.cc 53 void SaveItem::Update(int64 bytes_so_far) {
  /external/chromium_org/crypto/
signature_creator_nss.cc 69 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) {
  /external/chromium_org/extensions/browser/api/sockets_tcp_server/
sockets_tcp_server_api.h 49 DECLARE_EXTENSION_FUNCTION("sockets.tcpServer.update",
62 scoped_ptr<sockets_tcp_server::Update::Params> params_;
  /external/chromium_org/remoting/host/
config_file_watcher_unittest.cc 116 // Verifies that an update notification is sent when the file is changed.
117 TEST_F(ConfigFileWatcherTest, Update) {
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h 82 void update(Uint8Array* response, ExceptionState&);
101 Update,
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagedigest.h 51 virtual void Update(const void* buf, size_t len) = 0;
openssldigest.cc 57 void OpenSSLDigest::Update(const void* buf, size_t len) {
70 EVP_DigestInit_ex(&ctx_, md_, NULL); // prepare for future Update()s
  /external/chromium_org/third_party/webrtc/base/
messagedigest.h 34 virtual void Update(const void* buf, size_t len) = 0;
openssldigest.cc 40 void OpenSSLDigest::Update(const void* buf, size_t len) {
53 EVP_DigestInit_ex(&ctx_, md_, NULL); // prepare for future Update()s
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
background_noise.h 41 void Update(const AudioMultiVector& sync_buffer,
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_unittests.cc 67 checksum.Update(out, num_samples * sizeof(out[0]));
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
dropdown-view.js 45 * Update dropdown view when new model is selected in menu view.
80 // Update data of subs tree.
  /external/chromium_org/ui/app_list/views/
search_result_list_view.h 71 void Update();
73 // Schedules an Update call using |update_factory_|. Do nothing if there is a
107 // The factory that consolidates multiple Update calls into one.
  /external/lldb/include/lldb/Target/
ThreadList.h 138 Update (ThreadList &rhs);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTaskController.java 37 public final static int UPDATE = 2;
46 } else if (msg.arg1 == UPDATE) {
47 task.onUpdate((ProcessingTask.Update) msg.obj);

Completed in 603 milliseconds

<<11121314151617181920>>