Searched defs:ProgressControl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/pdf/
H A Dprogress_control.h17 class ProgressControl : public FadingControl { class in namespace:chrome_pdf
25 ProgressControl();
26 virtual ~ProgressControl();
51 // ProgressControl interface
H A Dprogress_control.cc16 const double ProgressControl::kCompleted = 100.0;
35 ProgressControl::ProgressControl() function in class:chrome_pdf::ProgressControl
40 ProgressControl::~ProgressControl() {
43 bool ProgressControl::CreateProgressControl(
60 void ProgressControl::Reconfigure(const pp::ImageData& background,
76 void ProgressControl::CalculateLayout(pp::Instance* instance,
134 size_t ProgressControl::GetImageIngex() const {
138 void ProgressControl
[all...]

Completed in 78 milliseconds