Home
last modified time | relevance | path

Searched refs:progress_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Doperation.cc44 progress_(0) { in Operation()
62 return progress_; in GetProgress()
168 progress_, in Start()
185 if (progress <= progress_) { in Start()
193 progress_ = progress; in Start()
201 progress_)); in Start()
220 progress_ = 0; in Start()
229 progress_)); in Start()
Doperation.h205 int progress_; variable
/external/chromium_org/pdf/
Dprogress_control.cc36 : progress_(0.0), in ProgressControl()
52 progress_ = progress; in CreateProgressControl()
135 return static_cast<size_t>((progress_ / 100.0) * images_.size()); in GetImageIngex()
172 progress_ = progress; in SetProgress()
174 if (progress_ >= kCompleted) { in SetProgress()
175 progress_ = kCompleted; in SetProgress()
Dprogress_control.h60 double progress_; variable
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dcontent_setting_decoration.mm84 double progress_; // Counter, [0..1], with aninmation progress. field
110 @synthesize progress = progress_;
139 if (progress_ <= 0.0 || progress_ >= 1.0)
141 if (progress_ <= kInMotionInterval)
143 if (progress_ >= 1.0 - kInMotionInterval)
150 progress_ += kAnimationInterval / kAnimationDuration;
151 progress_ = std::min(progress_, 1.0);
154 if (progress_ >= 1.0)
/external/chromium_org/chrome/browser/download/
Ddownload_status_updater_mac.mm102 progress_.reset(progress);
105 [progress_.get() unpublish];
108 NSProgress* progress() const { return progress_.get(); }
113 base::scoped_nsobject<NSProgress> progress_;
/external/chromium_org/chrome/browser/ui/cocoa/
Ddock_icon.mm33 float progress_; field
52 @synthesize progress = progress_;
115 if (progress_ >= 1.0) {
118 CGFloat endAngle = 90.0 - 360.0 * progress_;
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_overscroll_animator_slider_mac.mm38 // The expected duration of an animation from progress_ to |progress|
120 progress_ = kMinProgress;
148 fabs(progress_ - progress) / (kMaxProgress - kMinProgress);
195 progress_ = progress;
Dweb_contents_view_overscroll_animator_slider_mac.h51 CGFloat progress_; variable
/external/chromium_org/v8/src/
Dheap-snapshot-generator.h452 SnapshottingProgressReportingInterface* progress_; variable
509 SnapshottingProgressReportingInterface* progress_; variable
Dheap-snapshot-generator.cc789 progress_(progress), in V8HeapExplorer()
1877 return progress_->ProgressReport(true); in IterateAndExtractReferences()
1889 obj = iterator.next(), progress_->ProgressStep()) { in IterateAndExtractSinglePass()
1903 if (!progress_->ProgressReport(false)) interrupted = true; in IterateAndExtractSinglePass()
2300 progress_(progress), in NativeObjectsExplorer()