Searched defs:Update (Results 1 - 25 of 231) sorted by relevance

12345678910

/external/chromium_org/ash/system/chromeos/audio/
H A Dtray_audio_chromeos.cc28 void TrayAudioChromeOs::Update() { function in class:ash::TrayAudioChromeOs
29 TrayAudio::Update();
32 audio_detail_view_->Update();
/external/chromium_org/media/tools/layout_tests/
H A Dtrend_graph.py33 def Update(self, datetime_string, data_map): member in class:TrendGraph
34 """Update trend graphs using |datetime_string| and |data_map|.
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
H A Dsha1-digest-function.h29 virtual void Update(const string& s) { function in class:invalidation::Sha1DigestFunction
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbuffer_level_filter.cc26 void BufferLevelFilter::Update(int buffer_size_packets, function in class:webrtc::BufferLevelFilter
H A Dpost_decode_vad.cc47 void PostDecodeVad::Update(int16_t* signal, int length, function in class:webrtc::PostDecodeVad
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_stream.py38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
H A Dtest_stream_hixie75.py38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
/external/chromium_org/cc/layers/
H A Dcontents_scaling_layer.cc35 bool ContentsScalingLayer::Update(ResourceUpdateQueue* queue, function in class:cc::ContentsScalingLayer
37 bool updated = Layer::Update(queue, occlusion);
H A Dvideo_layer.cc31 bool VideoLayer::Update(ResourceUpdateQueue* queue, function in class:cc::VideoLayer
33 bool updated = Layer::Update(queue, occlusion);
/external/chromium_org/cc/test/
H A Dfake_painted_scrollbar_layer.cc37 bool FakePaintedScrollbarLayer::Update( function in class:cc::FakePaintedScrollbarLayer
40 bool updated = PaintedScrollbarLayer::Update(queue, occlusion);
H A Dfake_picture_layer.cc28 bool FakePictureLayer::Update(ResourceUpdateQueue* queue, function in class:cc::FakePictureLayer
30 bool updated = PictureLayer::Update(queue, occlusion);
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_sql_handler.cc28 bool AndroidURLsSQLHandler::Update(const HistoryAndBookmarkRow& row, function in class:history::AndroidURLsSQLHandler
H A Dfavicon_sql_handler.cc32 bool FaviconSQLHandler::Update(const HistoryAndBookmarkRow& row, function in class:history::FaviconSQLHandler
H A Durls_sql_handler.cc93 bool UrlsSQLHandler::Update(const HistoryAndBookmarkRow& row, function in class:history::UrlsSQLHandler
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dgenerated_credit_card_view.cc14 Update();
19 void GeneratedCreditCardView::Update() { function in class:GeneratedCreditCardView
H A Dopen_pdf_in_reader_view.cc29 void OpenPDFInReaderView::Update(content::WebContents* web_contents) { function in class:OpenPDFInReaderView
/external/chromium_org/chrome/installer/test/
H A Dresource_updater.cc37 bool ResourceUpdater::Update(const std::wstring& name, function in class:upgrade_test::ResourceUpdater
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dforward_render_model.cc58 void ForwardRenderSimulator::Update() { function in class:ForwardRenderSimulator
/external/chromium_org/media/base/
H A Daudio_hash.cc23 void AudioHash::Update(const AudioBus* audio_bus, int frames) { function in class:media::AudioHash
/external/chromium_org/media/cast/common/
H A Dclock_drift_smoother.cc33 void ClockDriftSmoother::Update(base::TimeTicks now, function in class:media::cast::ClockDriftSmoother
/external/chromium_org/net/quic/congestion_control/
H A Dleaky_bucket.cc18 Update(now);
23 Update(now);
39 Update(now);
43 void LeakyBucket::Update(QuicTime now) { function in class:net::LeakyBucket
/external/chromium_org/net/quic/
H A Dquic_alarm.cc30 void QuicAlarm::Update(QuicTime deadline, QuicTime::Delta granularity) { function in class:net::QuicAlarm
/external/chromium_org/third_party/webrtc/base/
H A Dmd5digest.h29 virtual void Update(const void* buf, size_t len) { function in class:rtc::Md5Digest
H A Dratetracker.cc55 void RateTracker::Update(size_t units) { function in class:rtc::RateTracker
H A Dsha1digest.h29 virtual void Update(const void* buf, size_t len) { function in class:rtc::Sha1Digest

Completed in 445 milliseconds

12345678910