Searched defs:Update (Results 76 - 100 of 231) sorted by relevance

12345678910

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dbitrate.cc35 void Bitrate::Update(const int32_t bytes) { function in class:webrtc::Bitrate
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc63 TimestampExtrapolator::Update(int64_t tMs, uint32_t ts90khz) function in class:webrtc::TimestampExtrapolator
/external/chromium_org/ui/views/controls/scrollbar/
H A Dnative_scroll_bar.cc91 void NativeScrollBar::Update(int viewport_size, function in class:views::NativeScrollBar
94 ScrollBar::Update(viewport_size, content_size, current_pos);
97 native_wrapper_->Update(viewport_size, content_size, current_pos);
/external/clang/test/SemaCXX/
H A Dwarn-unused-result.cpp50 inline void Update(const Status& new_status) { function in struct:warn_unused_CXX11::Status
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOperationCode.java33 * Update [RFC2136]
35 Update("Update", 5); enum constant in enum:DNSOperationCode
/external/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp37 bool Update = false; local
47 Update = true;
52 if (Update || CSR != CalleeSaved) {
60 Update = true;
67 Update = true;
72 if (Update)
/external/openfst/src/include/fst/
H A Dcompat.h90 void Update(void const *data, int size) { function in class:fst::CheckSummer
96 void Update(string const &data) { function in class:fst::CheckSummer
/external/skia/tools/
H A Dsvn.py98 def Update(self, path, revision='HEAD'): member in class:Svn
99 """Update the working copy.
/external/smack/src/org/xbill/DNS/
H A DUpdate.java14 public class Update extends Message { class in inherits:Message
25 Update(Name zone, int dclass) { method in class:Update
42 Update(Name zone) { method in class:Update
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dtest_dispatch.py39 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
H A Dtest_handshake.py38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
H A Dtest_handshake_draft75.py38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
H A Dtest_handshake_hybi00.py38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
H A Dtest_handshake_hybi08.py38 import set_sys_path # Update sys.path to locate mod_pywebsocket module. namespace
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_vpn.cc38 Update();
54 void Update() { function in class:ash::tray::VpnDefaultView
71 Update();
171 default_->Update();
/external/chromium_org/ash/system/chromeos/
H A Dtray_caps_lock.cc67 void Update(bool caps_lock_enabled) { function in class:ash::CapsLockDefaultView
157 default_->Update(caps_lock_enabled_);
181 default_->Update(caps_lock_enabled_);
/external/chromium_org/base/
H A Dsha1_portable.cc24 // sha.Update(moredata, size of data);
41 void Update(const void* data, size_t nbytes);
123 void SecureHashAlgorithm::Update(const void* data, size_t nbytes) { function in class:base::SecureHashAlgorithm
210 sha.Update(data, len);
/external/chromium_org/base/win/
H A Devent_trace_controller.cc148 HRESULT EtwTraceController::Update(const wchar_t* session_name, function in class:base::win::EtwTraceController
/external/chromium_org/cc/layers/
H A Dcontent_layer.cc71 // Update the tile data before creating all the layer's tiles.
77 bool ContentLayer::Update(ResourceUpdateQueue* queue, function in class:cc::ContentLayer
87 bool updated = TiledLayer::Update(queue, occlusion);
H A Dpicture_layer.cc40 // Update may not get called for an empty layer, so resize here instead.
81 bool PictureLayer::Update(ResourceUpdateQueue* queue, function in class:cc::PictureLayer
84 bool updated = Layer::Update(queue, occlusion);
102 TRACE_EVENT1("cc", "PictureLayer::Update",
/external/chromium_org/cc/resources/
H A Dbitmap_content_layer_updater.cc24 void BitmapContentLayerUpdater::Resource::Update( function in class:cc::BitmapContentLayerUpdater::Resource
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.h30 virtual void Update(ResourceUpdateQueue* queue,
65 // Number of times Update() has been invoked on a texture.
68 void Update() { update_count_++; } function in class:cc::FakeLayerUpdater
/external/chromium_org/chrome/browser/chromeos/system/
H A Dinput_device_settings.h55 bool Update(const Optional& update) { function in class:chromeos::system::internal::Optional
106 bool Update(const TouchpadSettings& settings, std::vector<std::string>* argv);
137 bool Update(const MouseSettings& update, std::vector<std::string>* argv);
/external/chromium_org/chrome/browser/profiles/
H A Dgaia_info_update_service.cc23 // Update the user's GAIA info every 24 hours.
48 void GAIAInfoUpdateService::Update() { function in class:GAIAInfoUpdateService
171 // Update the new user's GAIA info.
172 Update();
203 timer_.Start(FROM_HERE, delta, this, &GAIAInfoUpdateService::Update);
/external/chromium_org/chrome/browser/ui/app_list/
H A Drecommended_apps.cc46 base::Bind(&RecommendedApps::Update,
49 Update();
63 void RecommendedApps::Update() { function in class:app_list::RecommendedApps
103 Update();
109 Update();
116 Update();
123 Update();

Completed in 1167 milliseconds

12345678910