Searched refs:Update (Results 226 - 250 of 566) sorted by relevance

1234567891011>>

/external/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp55 Update() function in class:DummySyntheticFrontEnd
175 if (m_synth_filter_ap->Update() == false)
/external/qemu/distrib/libsparse/
H A Dsources.mk3 # Update LOCAL_PATH after saving old value.
/external/ceres-solver/internal/ceres/
H A Dlow_rank_inverse_hessian.cc88 bool LowRankInverseHessian::Update(const Vector& delta_x, function in class:ceres::internal::LowRankInverseHessian
93 VLOG(2) << "Skipping L-BFGS Update, delta_x_dot_delta_gradient too "
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_share_tray_item.cc99 Update();
/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_confirmation_dialog.cc60 void LogoutConfirmationDialog::Update(base::TimeTicks logout_time) { function in class:ash::LogoutConfirmationDialog
/external/chromium_org/base/win/
H A Devent_trace_controller.h129 static HRESULT Update(const wchar_t* session_name,
/external/chromium_org/cc/layers/
H A Dpainted_scrollbar_layer.h40 virtual bool Update(ResourceUpdateQueue* queue,
/external/chromium_org/cc/resources/
H A Dbitmap_skpicture_content_layer_updater.cc21 void BitmapSkPictureContentLayerUpdater::Resource::Update( function in class:cc::BitmapSkPictureContentLayerUpdater::Resource
H A Dimage_layer_updater.cc17 void ImageLayerUpdater::Resource::Update(ResourceUpdateQueue* queue, function in class:cc::ImageLayerUpdater::Resource
/external/chromium_org/chrome/browser/background/
H A Dbackground_application_list_model.h145 void Update();
/external/chromium_org/chrome/browser/chromeos/power/
H A Didle_action_warning_dialog_view.cc90 void IdleActionWarningDialogView::Update(base::TimeTicks idle_action_time) { function in class:chromeos::IdleActionWarningDialogView
/external/chromium_org/chrome/browser/drive/
H A Ddrive_app_registry.h98 void Update();
107 // Part of Update(). Runs upon the completion of fetching the Drive apps
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.h81 scoped_ptr<api::notifications::Update::Params> params_;
/external/chromium_org/chrome/browser/history/android/
H A Dbookmark_model_sql_handler_unittest.cc126 // Update the added row as bookmark.
138 ASSERT_TRUE(handler.Update(row, id_rows));
158 ASSERT_TRUE(handler.Update(row, id_rows));
164 // Update with the parent id.
167 ASSERT_TRUE(handler.Update(row, id_rows));
189 ASSERT_TRUE(handler.Update(update_title, id_rows));
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.h47 void Update(content::WebContents* web_contents);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dwebsite_settings_handler.h49 // Update the page with all origins for a given content setting.
53 // Update the page with all origins given a filter string.
57 // Update the single site edit view with the permission values for a given
67 // Update the page with all origins that are using local storage.
121 void Update();
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker_infobar_delegate.cc36 void GoogleURLTrackerInfoBarDelegate::Update(const GURL& search_url) { function in class:GoogleURLTrackerInfoBarDelegate
/external/chromium_org/content/browser/android/
H A Dedge_effect.cc97 void Update(const gfx::Size& size, function in class:content::EdgeEffect::EffectLayer
255 bool EdgeEffect::Update(base::TimeTicks current_time) { function in class:content::EdgeEffect
347 glow_->Update(glow_size, transform, glow_alpha_);
353 edge_->Update(edge_size, transform, edge_alpha_);
/external/chromium_org/content/browser/download/
H A Dsave_item.cc53 void SaveItem::Update(int64 bytes_so_far) { function in class:content::SaveItem
/external/chromium_org/crypto/
H A Dsignature_creator_openssl.cc89 bool SignatureCreator::Update(const uint8* data_part, int data_part_len) { function in class:crypto::SignatureCreator
/external/chromium_org/remoting/host/
H A Dconfig_file_watcher_unittest.cc117 TEST_F(ConfigFileWatcherTest, Update) {
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.h82 void Update(int incr);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.h82 void Update(int incr);
/external/chromium_org/third_party/webrtc/base/
H A Dmessagedigest.h34 virtual void Update(const void* buf, size_t len) = 0;
H A Dopenssldigest.cc40 void OpenSSLDigest::Update(const void* buf, size_t len) { function in class:rtc::OpenSSLDigest
53 EVP_DigestInit_ex(&ctx_, md_, NULL); // prepare for future Update()s

Completed in 561 milliseconds

1234567891011>>