HomeSort by relevance Sort by last modified time
    Searched refs:Update (Results 176 - 200 of 643) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 44 // Update the decoration from the shown WebContents.
45 void Update(content::WebContents* web_contents);
open_pdf_in_reader_view.cc 33 void OpenPDFInReaderView::Update(content::WebContents* web_contents) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
dragged_tab_view.h 38 // Notifies the DraggedTabView that it should update itself.
39 void Update();
  /external/chromium_org/chrome/installer/test/
resource_updater.cc 20 // An update wasn't committed, so discard it.
37 bool ResourceUpdater::Update(const std::wstring& name,
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_sd_server.h 45 void Update();
  /external/chromium_org/content/browser/android/
edge_effect.h 40 bool Update(base::TimeTicks current_time);
  /external/chromium_org/content/browser/download/
save_item.h 38 void Update(int64 bytes_so_far);
50 // Update path for SaveItem, the actual file is renamed on the file thread.
  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.h 57 virtual void Update() OVERRIDE;
  /external/chromium_org/crypto/
secure_hash_default.cc 31 virtual void Update(const void* input, size_t len) OVERRIDE {
secure_hash_openssl.cc 33 virtual void Update(const void* input, size_t len) OVERRIDE {
signature_creator_openssl.cc 57 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) {
  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager_in_process_android.h 45 virtual void Update() OVERRIDE;
  /external/chromium_org/gpu/tools/compositor_model_bench/
forward_render_model.cc 58 void ForwardRenderSimulator::Update() {
  /external/chromium_org/media/audio/
null_audio_sink.cc 79 audio_hash_->Update(audio_bus, frames_received);
  /external/chromium_org/media/base/
audio_hash.cc 24 void AudioHash::Update(const AudioBus* audio_bus, int frames) {
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.cc 47 void HybridSlowStart::Update(QuicTime::Delta rtt, QuicTime::Delta delay_min) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
openssldigest.cc 56 void OpenSSLDigest::Update(const void* buf, size_t len) {
69 EVP_DigestInit_ex(&ctx_, md_, NULL); // prepare for future Update()s
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamonitor.cc 92 Update();
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.h 82 void Update(int incr);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elf_mem_image.h 82 void Update(int incr);
  /external/chromium_org/ui/app_list/views/
search_result_list_view.h 43 void Update();
45 // Schedules an Update call using |update_factory_|. Do nothing if there is a
70 // The factory that consolidates multiple Update calls into one.
  /external/clang/test/SemaCXX/
warn-unused-result.cpp 50 inline void Update(const Status& new_status) {
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.h 72 HRESULT Update(
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImageSavingTask.java 44 static class UpdateBitmap implements Update {
48 static class UpdateProgress implements Update {
53 static class UpdatePreviewSaved implements Update {
132 public void onUpdate(Update message) {
  /external/chromium_org/chrome/browser/background/
background_application_list_model.cc 189 Update();
210 Update();
315 Update();
339 Update();
364 Update();
380 Update();
393 // Update queries the extensions service of the profile with which the model was
397 void BackgroundApplicationListModel::Update() {

Completed in 435 milliseconds

1 2 3 4 5 6 78 91011>>