Lines Matching refs:ProgressControl
16 const double ProgressControl::kCompleted = 100.0;
35 ProgressControl::ProgressControl() in ProgressControl() function in chrome_pdf::ProgressControl
40 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()
201 void ProgressControl::AdjustBackground() { in AdjustBackground()