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

123

/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dupdate.py34 class Update(AbstractStep): class in inherits:AbstractStep
H A Dsteps_unittest.py34 from webkitpy.tool.steps.update import Update namespace
62 OutputCapture().assert_outputs(self, self._run_step, [Update, tool, options], expected_stderr=expected_stderr)
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_drop_info.cc28 void BookmarkDropInfo::Update(const views::DropTargetEvent& event) { function in class:BookmarkDropInfo
/external/chromium/chrome/browser/chromeos/
H A Dsetting_level_bubble_view.cc41 Update(level_percent);
52 void SettingLevelBubbleView::Update(int level_percent) { function in class:chromeos::SettingLevelBubbleView
/external/chromium/chrome/browser/download/
H A Ddownload_status_updater.cc20 Update();
26 Update();
29 void DownloadStatusUpdater::Update() { function in class:DownloadStatusUpdater
H A Dsave_item.cc52 void SaveItem::Update(int64 bytes_so_far) { function in class:SaveItem
/external/chromium/crypto/
H A Dsecure_hash_default.cc24 virtual void Update(const void* input, size_t len) { function in class:crypto::__anon2325::SecureHashSHA256NSS
H A Dsecure_hash_openssl.cc27 virtual void Update(const void* input, size_t len) { function in class:crypto::__anon2326::SecureHashSHA256OpenSSL
H A Dsignature_creator_mac.cc52 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) { function in class:crypto::SignatureCreator
H A Dsignature_creator_nss.cc45 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) { function in class:crypto::SignatureCreator
H A Dsignature_creator_openssl.cc34 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) { function in class:crypto::SignatureCreator
H A Dsignature_creator_win.cc30 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) { function in class:crypto::SignatureCreator
/external/chromium/third_party/libjingle/source/talk/base/
H A Dratetracker.cc72 void RateTracker::Update(size_t units) { function in class:talk_base::RateTracker
/external/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp35 bool Update = false; local
42 Update = true;
47 if (Update || CSR != CalleeSaved) {
56 Update = true;
63 Update = true;
67 if (Update)
/external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
H A DDrawingAreaProxyMessageKinds.h36 Update, enumerator in enum:DrawingAreaProxyLegacyMessage::Kind
/external/chromium/chrome/browser/notifications/
H A Dballoon.cc46 void Balloon::Update(const Notification& notification) { function in class:Balloon
51 balloon_view_->Update();
H A Dnotification_test_util.h83 virtual void Update() {} function in class:MockBalloonView
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediamonitor.h55 virtual void Update() = 0;
80 virtual void Update() { function in class:cricket::MediaMonitorT
/external/webrtc/src/system_wrappers/source/
H A Dcpu_mac.cc88 if(Update(timeDiffMS) != 0)
100 WebRtc_Word32 CpuWrapperMac::Update(WebRtc_Word64 timeDiffMS) function in class:webrtc::CpuWrapperMac
/external/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs64 /// <remarks>All the other <c>Update</c> methods are implmeneted in terms of this one.
66 public abstract void Update(byte[] data, int offset, int count); method in class:DotZLib.ChecksumGeneratorBase
72 public void Update(byte[] data) method in class:DotZLib.ChecksumGeneratorBase
74 Update(data, 0, data.Length);
82 public void Update(string data) method in class:DotZLib.ChecksumGeneratorBase
84 Update(Encoding.UTF8.GetBytes(data));
92 public void Update(string data, Encoding encoding) method in class:DotZLib.ChecksumGeneratorBase
94 Update(encoding.GetBytes(data));
133 public override void Update(byte[] data, int offset, int count) method in class:DotZLib.CRC32Checksum
184 public override void Update(byt method in class:DotZLib.AdlerChecksum
[all...]
/external/chromium/chrome/browser/search_engines/
H A Dsearch_host_to_urls_map.cc63 void SearchHostToURLsMap::Update(const TemplateURL* existing_turl, function in class:SearchHostToURLsMap
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOperationCode.java33 * Update [RFC2136]
35 Update("Update", 5); enum constant in enum:DNSOperationCode
/external/openfst/src/include/fst/
H A Dcompat.h93 void Update(void const *data, int size) { function in class:fst::CheckSummer
99 void Update(string const &data) { function in class:fst::CheckSummer
/external/chromium/base/
H A Dsha1_portable.cc24 // sha.Update(moredata, size of data);
41 void Update(const void* data, size_t nbytes);
126 void SecureHashAlgorithm::Update(const void* data, size_t nbytes) { function in class:base::SecureHashAlgorithm
209 sha.Update(data, len);
/external/chromium/base/win/
H A Devent_trace_controller.cc148 HRESULT EtwTraceController::Update(const wchar_t* session_name, function in class:base::win::EtwTraceController

Completed in 369 milliseconds

123