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

1 2 3 4 5 6 7 8 910

  /external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
DrawingAreaProxyMessageKinds.h 36 Update,
  /external/chromium/chrome/browser/download/
download_status_updater.cc 20 Update();
26 Update();
29 void DownloadStatusUpdater::Update() {
download_status_updater.h 27 void Update();
  /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;
secure_hash_unittest.cc 28 ctx->Update(input3.data(), input3.size());
29 ctx->Update(input3.data(), input3.size());
secure_hash_default.cc 24 virtual void Update(const void* input, size_t len) {
secure_hash_openssl.cc 27 virtual void Update(const void* input, size_t len) {
sha2.cc 15 ctx->Update(str.data(), str.length());
signature_creator.h 42 // Update the signature with more data.
43 bool Update(const uint8* data_part, int data_part_len);
  /external/chromium/third_party/libjingle/source/talk/base/
ratetracker.h 44 void Update(size_t units);
  /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);
  /external/ceres-solver/internal/ceres/
block_jacobi_preconditioner.h 51 // update the matrix by running Update(A, D). The values of the matrix A are
60 // Update the preconditioner with the values found in A. The sparsity pattern
64 void Update(const LinearOperator& A, const double* D);
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble_view.h 34 void Update(int level_percent);
google_update_chromeos.cc 58 if (chromeos::Update) {
59 success = chromeos::Update(&result);
setting_level_bubble_view.cc 41 Update(level_percent);
52 void SettingLevelBubbleView::Update(int level_percent) {
  /external/webrtc/src/system_wrappers/source/
cpu_mac.h 38 WebRtc_Word32 Update(WebRtc_Word64 timeDiffMS);
  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 36 bool Update = false;
43 Update = true;
48 if (Update || CSR != CalleeSaved) {
56 Update = true;
63 Update = true;
68 if (Update)
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
download.py 56 class Update(AbstractSequencedCommand):
57 name = "update"
58 help_text = "Update working copy (used internally)"
61 steps.Update,
67 help_text = "Update working copy and build"
70 steps.Update,
80 help_text = "Update working copy, build, and run the tests"
83 steps.Update,
106 If a bug id is provided, or one can be found in the ChangeLog land will update the bug after committing."""
195 steps.Update,
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_drop_info.h 29 void Update(const views::DropTargetEvent& event);
35 // Value of event.GetSourceOperations when Update was last invoked.
38 // Whether the control key was down last time Update was invoked.
41 // Y position of the event last passed to Update.
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 89 balloon->Update(notification);
90 notification_ui_->Update(balloon);
99 balloon->Update(notification);
100 bool updated = notification_ui_->Update(balloon);
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 33 * Update [RFC2136]
35 Update("Update", 5);
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
update.py 34 class Update(AbstractStep):
38 Options.update,
43 if not self._options.update:
  /external/chromium/chrome/browser/notifications/
balloon.cc 46 void Balloon::Update(const Notification& notification) {
51 balloon_view_->Update();
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediamonitor.h 55 virtual void Update() = 0;
80 virtual void Update() {

Completed in 505 milliseconds

1 2 3 4 5 6 7 8 910