Searched refs:ProgressControl (Results 1 – 3 of 3) sorted by relevance
16 const double ProgressControl::kCompleted = 100.0;35 ProgressControl::ProgressControl() in ProgressControl() function in chrome_pdf::ProgressControl40 ProgressControl::~ProgressControl() { in ~ProgressControl()43 bool ProgressControl::CreateProgressControl( in CreateProgressControl()60 void ProgressControl::Reconfigure(const pp::ImageData& background, in Reconfigure()76 void ProgressControl::CalculateLayout(pp::Instance* instance, in CalculateLayout()134 size_t ProgressControl::GetImageIngex() const { in GetImageIngex()138 void ProgressControl::Paint(pp::ImageData* image_data, const pp::Rect& rc) { in Paint()170 void ProgressControl::SetProgress(double progress) { in SetProgress()182 void ProgressControl::PrepareBackground() { in PrepareBackground()[all …]
17 class ProgressControl : public FadingControl {25 ProgressControl();26 virtual ~ProgressControl();
451 ProgressControl progress_bar_;