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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/service/
stream_texture.h 21 virtual void Update() = 0;
stream_texture_mock.h 19 MOCK_METHOD0(Update, void());
  /external/chromium_org/net/quic/congestion_control/
leaky_bucket.cc 18 Update(now);
23 Update(now);
28 Update(now);
35 Update(now);
39 void LeakyBucket::Update(QuicTime now) {
  /external/chromium_org/third_party/leveldatabase/src/table/
iterator_wrapper.h 31 Update();
42 void Next() { assert(iter_); iter_->Next(); Update(); }
43 void Prev() { assert(iter_); iter_->Prev(); Update(); }
44 void Seek(const Slice& k) { assert(iter_); iter_->Seek(k); Update(); }
45 void SeekToFirst() { assert(iter_); iter_->SeekToFirst(); Update(); }
46 void SeekToLast() { assert(iter_); iter_->SeekToLast(); Update(); }
49 void Update() {
  /external/chromium_org/crypto/
secure_hash_unittest.cc 29 ctx->Update(input3.data(), input3.size());
30 ctx->Update(input3.data(), input3.size());
55 ctx1->Update(input1.data(), input1.size());
56 ctx1->Update(input2.data(), input2.size());
57 ctx1->Update(input3.data(), input3.size());
60 ctx1->Update(input4.data(), input4.size());
61 ctx1->Update(input5.data(), input5.size());
67 ctx2->Update(input4.data(), input4.size());
68 ctx2->Update(input5.data(), input5.size());
secure_hash.h 27 virtual void Update(const void* input, size_t len) = 0;
  /external/chromium_org/media/base/
audio_hash_unittest.cc 54 hash_one.Update(bus_one_.get(), bus_one_->frames());
57 hash_two.Update(bus_one_.get(), bus_one_->frames());
65 original_hash.Update(bus_one_.get(), bus_one_->frames());
71 swapped_hash.Update(bus_one_.get(), bus_one_->frames());
79 original_hash.Update(bus_one_.get(), bus_one_->frames());
89 swapped_hash.Update(swapped_ch_bus.get(), swapped_ch_bus->frames());
97 original_hash.Update(bus_one_.get(), bus_one_->frames());
98 original_hash.Update(bus_two_.get(), bus_two_->frames());
101 reordered_hash.Update(bus_two_.get(), bus_two_->frames());
102 reordered_hash.Update(bus_one_.get(), bus_one_->frames())
    [all...]
audio_hash.h 37 // Update current hash with the contents of the provided AudioBus.
38 void Update(const AudioBus* audio_bus, int frames);
  /external/chromium/chrome/browser/download/
download_status_updater.cc 20 Update();
26 Update();
29 void DownloadStatusUpdater::Update() {
  /external/chromium_org/cc/layers/
video_layer.cc 25 bool VideoLayer::Update(ResourceUpdateQueue* queue,
27 bool updated = Layer::Update(queue, occlusion);
29 // Video layer doesn't update any resources from the main thread side,
  /external/chromium_org/cc/test/
fake_picture_layer.cc 28 bool FakePictureLayer::Update(ResourceUpdateQueue* queue,
30 bool updated = PictureLayer::Update(queue, occlusion);
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_view_bridge.h 26 virtual void Update();
  /external/chromium/crypto/
secure_hash.h 24 virtual void Update(const void* input, size_t len) = 0;
  /external/chromium/third_party/libjingle/source/talk/base/
ratetracker.h 44 void Update(size_t units);
  /external/chromium_org/chrome/browser/history/android/
android_urls_sql_handler.h 20 virtual bool Update(const HistoryAndBookmarkRow& row,
urls_sql_handler.h 22 virtual bool Update(const HistoryAndBookmarkRow& row,
  /external/chromium_org/chrome/browser/notifications/
fake_balloon_view.cc 17 void FakeBalloonView::Update() {
fake_balloon_view.h 22 virtual void Update() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
balloon_view_bridge.h 25 virtual void Update() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
generated_credit_card_view.h 36 void Update();
  /external/chromium_org/gpu/tools/compositor_model_bench/
forward_render_model.h 23 virtual void Update() OVERRIDE;
render_models.h 25 virtual void Update() = 0;
  /external/chromium_org/third_party/libjingle/source/talk/base/
ratetracker.h 44 void Update(size_t units);
  /external/chromium_org/ui/views/controls/scrollbar/
native_scroll_bar_wrapper.h 27 virtual void Update(int viewport_size, int content_size, int current_pos) = 0;
  /sdk/emulator/qtools/
parse_options.cpp 65 excluded_procedures.Update(optarg, 1);
72 excluded_procedures.Update(optarg, 1);
84 included_procedures.Update(optarg, 1);
91 included_procedures.Update(optarg, 1);

Completed in 216 milliseconds

1 2 3 4 5 6 7 8 91011>>