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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
rate_statistics.h 28 void Update(uint32_t count, int64_t now_ms);
  /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;
  /external/chromium_org/chrome/browser/ui/app_list/
recommended_apps.cc 46 base::Bind(&RecommendedApps::Update,
49 Update();
63 void RecommendedApps::Update() {
103 Update();
109 Update();
116 Update();
122 Update();
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 29 Update();
35 void ScreenTrayView::Update() {
53 Update();
105 void ScreenStatusView::Update() {
148 void ScreenTrayItem::Update() {
150 tray_view_->Update();
152 default_view_->Update();
166 tray_view_->Update();
169 default_view_->Update();
179 Update();
    [all...]
  /external/chromium_org/cc/layers/
contents_scaling_layer.cc 39 bool ContentsScalingLayer::Update(ResourceUpdateQueue* queue,
41 bool updated = Layer::Update(queue, occlusion);
io_surface_layer.cc 43 bool IOSurfaceLayer::Update(ResourceUpdateQueue* queue,
45 bool updated = Layer::Update(queue, occlusion);
47 // This layer doesn't update any resources from the main thread side,
contents_scaling_layer.h 26 virtual bool Update(ResourceUpdateQueue* queue,
ui_resource_layer_unittest.cc 63 test_layer->Update(&queue, &occlusion_tracker);
72 test_layer->Update(&queue, &occlusion_tracker);
91 test_layer->Update(&queue, &occlusion_tracker);
99 test_layer->Update(&queue, &occlusion_tracker);
video_layer.h 27 virtual bool Update(ResourceUpdateQueue* queue,
  /external/chromium_org/cc/test/
fake_painted_scrollbar_layer.cc 37 bool FakePaintedScrollbarLayer::Update(
40 bool updated = PaintedScrollbarLayer::Update(queue, occlusion);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
generated_credit_card_view.cc 14 Update();
19 void GeneratedCreditCardView::Update() {
  /external/lzma/Java/SevenZip/
CRC.java 30 public void Update(byte[] data, int offset, int size)
36 public void Update(byte[] data)
  /art/runtime/base/
bit_field_test.cc 34 ASSERT_EQ(2U, TestBitFields::Update(1, 16));
  /development/ndk/sources/android/ndk_helper/
perfMonitor.h 49 bool Update( float &fFPS );
  /external/chromium_org/chrome/browser/history/android/
favicon_sql_handler.h 21 virtual bool Update(const HistoryAndBookmarkRow& row,
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
generated_credit_card_decoration.h 27 // Called when this decoration should update its visible status.
28 void Update();
  /external/chromium_org/chrome/installer/test/
resource_updater.h 34 bool Update(const std::wstring& name, const std::wstring& type,
  /external/chromium_org/media/cast/base/
clock_drift_smoother.h 19 // ~62.6%. Interpretation: If the value passed to several Update() calls is
31 // Update the current offset, which was measured |now|. The weighting that
36 void Update(base::TimeTicks now, base::TimeDelta measured_offset);
  /external/chromium_org/net/quic/congestion_control/
leaky_bucket.h 38 void Update(QuicTime now);
  /external/chromium_org/ppapi/examples/compositor/
spinning_cube.h 31 void Update();
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
spinning_cube.h 31 void Update();
  /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
sha1-digest-function.h 29 virtual void Update(const string& s) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
md5digest.h 46 virtual void Update(const void* buf, size_t len) {
sha1digest.h 46 virtual void Update(const void* buf, size_t len) {
  /external/chromium_org/third_party/webrtc/base/
md5digest.h 29 virtual void Update(const void* buf, size_t len) {

Completed in 724 milliseconds

12 3 4 5 6 7 8 91011>>