HomeSort by relevance Sort by last modified time
    Searched defs:UpdateProgress (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/recovery_private/
recovery_operation.cc 43 &RecoveryOperation::UpdateProgress);
61 void RecoveryOperation::UpdateProgress() {
  /external/chromium/chrome/browser/sync/sessions/
session_state.cc 288 UpdateProgress::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::VerifiedUpdatesEnd() const
    [all...]
session_state.h 39 class UpdateProgress;
188 class UpdateProgress {
190 UpdateProgress();
191 ~UpdateProgress();
299 UpdateProgress update_progress;
  /external/chromium_org/content/renderer/pepper/
pepper_url_loader_host.cc 142 UpdateProgress();
149 UpdateProgress();
157 UpdateProgress();
166 UpdateProgress();
407 void PepperURLLoaderHost::UpdateProgress() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImageSavingTask.java 48 static class UpdateProgress implements Update {
111 UpdateProgress updateProgress = new UpdateProgress();
112 updateProgress.max = max;
113 updateProgress.current = current;
114 postUpdate(updateProgress);
142 if (message instanceof UpdateProgress) {
143 UpdateProgress progress = (UpdateProgress) message
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 557 base::Bind(&JobScheduler::UpdateProgress,
595 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress,
632 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress,
    [all...]

Completed in 158 milliseconds