Searched refs:UpdateProgress (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
H A Dsession_state.cc288 UpdateProgress::UpdateProgress() {} function in class:browser_sync::sessions::UpdateProgress
290 UpdateProgress::~UpdateProgress() {}
292 void UpdateProgress::AddVerifyResult(const VerifyResult& verify_result,
297 void UpdateProgress::AddAppliedUpdate(const UpdateAttemptResponse& response,
302 std::vector<AppliedUpdate>::iterator UpdateProgress::AppliedUpdatesBegin() {
307 UpdateProgress::VerifiedUpdatesBegin() const {
312 UpdateProgress::AppliedUpdatesEnd() const {
317 UpdateProgress
[all...]
H A Dsession_state.h39 class UpdateProgress;
188 class UpdateProgress { class in namespace:browser_sync::sessions
190 UpdateProgress();
191 ~UpdateProgress();
299 UpdateProgress update_progress;
H A Dstatus_controller.h63 const UpdateProgress& update_progress() {
67 UpdateProgress* mutable_update_progress() {
73 UpdateProgress* GetUnrestrictedUpdateProgress(ModelSafeGroup group) {
/external/chromium_org/chrome/browser/extensions/api/recovery_private/
H A Drecovery_operation.h52 void UpdateProgress();
H A Drecovery_operation.cc43 &RecoveryOperation::UpdateProgress);
61 void RecoveryOperation::UpdateProgress() { function in class:extensions::recovery::RecoveryOperation
/external/chromium/chrome/browser/sync/engine/
H A Dupdate_applicator.h26 class UpdateProgress;
56 sessions::UpdateProgress* update_progress);
H A Dprocess_updates_command.cc47 const sessions::UpdateProgress& progress(status->update_progress());
H A Dupdate_applicator.cc118 sessions::UpdateProgress* update_progress) {
H A Dbuild_and_process_conflict_sets_command.cc24 using sessions::UpdateProgress;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_loader_host.cc142 UpdateProgress();
149 UpdateProgress();
157 UpdateProgress();
166 UpdateProgress();
407 void PepperURLLoaderHost::UpdateProgress() { function in class:content::PepperURLLoaderHost
H A Dpepper_url_loader_host.h108 // Sends the UpdateProgress message (if necessary) to the plugin.
109 void UpdateProgress();
/external/chromium/chrome/browser/chromeos/cros/
H A Dupdate_library.h24 // TODO(seanparent): Should make the UpdateProgress type copyable.
38 explicit Status(const UpdateProgress& x) :
H A Dupdate_library.cc72 const UpdateProgress& status) {
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.cc557 base::Bind(&JobScheduler::UpdateProgress,
595 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress,
632 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress,
968 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress,
1001 void JobScheduler::UpdateProgress(JobID job_id, int64 progress, int64 total) { function in class:JobScheduler
H A Djob_scheduler.h319 void UpdateProgress(JobID job_id, int64 progress, int64 total);
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl_unittest.cc105 MOCK_METHOD3(UpdateProgress, void(int64, int64, const std::string&));

Completed in 697 milliseconds