Home
last modified time | relevance | path

Searched refs:RenderProgress (Results 1 – 25 of 32) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderProgress.cpp39 RenderProgress::RenderProgress(HTMLProgressElement* element) in RenderProgress() function in WebCore::RenderProgress
46 , m_animationTimer(this, &RenderProgress::animationTimerFired) in RenderProgress()
50 RenderProgress::~RenderProgress() in ~RenderProgress()
54 void RenderProgress::updateFromElement() in updateFromElement()
65 double RenderProgress::animationProgress() const in animationProgress()
70 bool RenderProgress::isDeterminate() const in isDeterminate()
76 void RenderProgress::animationTimerFired(Timer<RenderProgress>*) in animationTimerFired() argument
83 void RenderProgress::updateAnimationState() in updateAnimationState()
100 HTMLProgressElement* RenderProgress::progressElement() const in progressElement()
H A DRenderProgress.h31 class RenderProgress : public RenderBlock {
33 RenderProgress(HTMLProgressElement*);
34 virtual ~RenderProgress();
51 void animationTimerFired(Timer<RenderProgress>*);
59 Timer<RenderProgress> m_animationTimer;
62 inline RenderProgress* toRenderProgress(RenderObject* object) in toRenderProgress()
65 return static_cast<RenderProgress*>(object); in toRenderProgress()
69 void toRenderProgress(const RenderProgress*);
H A DRenderThemeChromiumSkia.h35 class RenderProgress; variable
114 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
115 virtual double animationDurationForProgressBar(RenderProgress*) const;
149 IntRect determinateProgressValueRectFor(RenderProgress*, const IntRect&) const;
150 IntRect indeterminateProgressValueRectFor(RenderProgress*, const IntRect&) const;
151 IntRect progressValueRectFor(RenderProgress*, const IntRect&) const;
H A DRenderThemeChromiumWin.h93 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
94 virtual double animationDurationForProgressBar(RenderProgress*) const;
H A DRenderThemeChromiumSkia.cpp552 IntRect RenderThemeChromiumSkia::determinateProgressValueRectFor(RenderProgress* renderProgress, co… in determinateProgressValueRectFor()
560 IntRect RenderThemeChromiumSkia::indeterminateProgressValueRectFor(RenderProgress* renderProgress, … in indeterminateProgressValueRectFor()
574 double RenderThemeChromiumSkia::animationRepeatIntervalForProgressBar(RenderProgress*) const in animationRepeatIntervalForProgressBar()
579 double RenderThemeChromiumSkia::animationDurationForProgressBar(RenderProgress* renderProgress) con… in animationDurationForProgressBar()
584 IntRect RenderThemeChromiumSkia::progressValueRectFor(RenderProgress* renderProgress, const IntRect… in progressValueRectFor()
H A DRenderThemeMac.h30 class RenderProgress; variable
91 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
93 virtual double animationDurationForProgressBar(RenderProgress*) const;
H A DRenderTheme.h45 class RenderProgress; variable
177 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
179 virtual double animationDurationForProgressBar(RenderProgress*) const;
H A DRenderThemeChromiumWin.cpp756 double RenderThemeChromiumWin::animationRepeatIntervalForProgressBar(RenderProgress*) const in animationRepeatIntervalForProgressBar()
761 double RenderThemeChromiumWin::animationDurationForProgressBar(RenderProgress* renderProgress) const in animationDurationForProgressBar()
777 RenderProgress* renderProgress = toRenderProgress(o); in paintProgressBar()
H A DRenderThemeChromiumLinux.cpp330 RenderProgress* renderProgress = toRenderProgress(o); in paintProgressBar()
H A DRenderTheme.cpp953 double RenderTheme::animationRepeatIntervalForProgressBar(RenderProgress*) const in animationRepeatIntervalForProgressBar()
958 double RenderTheme::animationDurationForProgressBar(RenderProgress*) const in animationDurationForProgressBar()
/dports/devel/etl/synfig-1.2.2/synfig-core/src/tool/
H A Drenderprogress.cpp26 RenderProgress::RenderProgress() in RenderProgress() function in RenderProgress
31 bool RenderProgress::task(const std::string& taskname) in task()
37 bool RenderProgress::error(const std::string& task) in error()
43 bool RenderProgress::warning(const std::string& task) in warning()
49 bool RenderProgress::amount_complete(int current_frame, int frames_count) in amount_complete()
109 void RenderProgress::printRemainingTime(std::ostream& os, in printRemainingTime()
131 void RenderProgress::printRemainingTime(std::ostream& os, in printRemainingTime()
160 std::string RenderProgress::extendLineToClearRest(std::string line, in extendLineToClearRest()
H A Drenderprogress.h36 class RenderProgress : public synfig::ProgressCallback
40 RenderProgress();
H A Djoblistprocessor.cpp222 RenderProgress p; in process_job()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/tool/
H A Drenderprogress.cpp26 RenderProgress::RenderProgress() in RenderProgress() function in RenderProgress
31 bool RenderProgress::task(const std::string& taskname) in task()
37 bool RenderProgress::error(const std::string& task) in error()
43 bool RenderProgress::warning(const std::string& task) in warning()
49 bool RenderProgress::amount_complete(int current_frame, int frames_count) in amount_complete()
109 void RenderProgress::printRemainingTime(std::ostream& os, in printRemainingTime()
131 void RenderProgress::printRemainingTime(std::ostream& os, in printRemainingTime()
160 std::string RenderProgress::extendLineToClearRest(std::string line, in extendLineToClearRest()
H A Drenderprogress.h36 class RenderProgress : public synfig::ProgressCallback
40 RenderProgress();
H A Djoblistprocessor.cpp222 RenderProgress p; in process_job()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/tool/
H A Drenderprogress.cpp26 RenderProgress::RenderProgress() in RenderProgress() function in RenderProgress
31 bool RenderProgress::task(const std::string& taskname) in task()
37 bool RenderProgress::error(const std::string& task) in error()
43 bool RenderProgress::warning(const std::string& task) in warning()
49 bool RenderProgress::amount_complete(int current_frame, int frames_count) in amount_complete()
109 void RenderProgress::printRemainingTime(std::ostream& os, in printRemainingTime()
131 void RenderProgress::printRemainingTime(std::ostream& os, in printRemainingTime()
160 std::string RenderProgress::extendLineToClearRest(std::string line, in extendLineToClearRest()
H A Drenderprogress.h36 class RenderProgress : public synfig::ProgressCallback
40 RenderProgress();
H A Djoblistprocessor.cpp222 RenderProgress p; in process_job()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/accessibility/
H A DAccessibilityProgressIndicator.h31 class RenderProgress; variable
35 static PassRefPtr<AccessibilityProgressIndicator> create(RenderProgress*);
46 AccessibilityProgressIndicator(RenderProgress*);
H A DAccessibilityProgressIndicator.cpp37 AccessibilityProgressIndicator::AccessibilityProgressIndicator(RenderProgress* renderer) in AccessibilityProgressIndicator()
42 PassRefPtr<AccessibilityProgressIndicator> AccessibilityProgressIndicator::create(RenderProgress* r… in create()
/dports/cad/leocad/leocad-21.06/qt/
H A Dlc_renderdialog.cpp209 ui->RenderProgress->setValue(ui->RenderProgress->minimum()); in on_RenderButton_clicked()
229 ui->RenderProgress->setMaximum(RegexPovRayProgress.cap(2).toInt()); in ReadStdErr()
230 ui->RenderProgress->setValue(RegexPovRayProgress.cap(1).toInt()); in ReadStdErr()
301 ui->RenderProgress->setMaximum(mImage.width() * mImage.height()); in Update()
302 ui->RenderProgress->setValue(int(Header->PixelsRead)); in Update()
311 ui->RenderProgress->setValue(ui->RenderProgress->maximum()); in ShowResult()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.h38 class RenderProgress; variable
143 virtual double animationRepeatIntervalForProgressBar(RenderProgress* renderProgress) const;
145 virtual double animationDurationForProgressBar(RenderProgress* renderProgress) const;
H A DRenderThemeQt.cpp844 double RenderThemeQt::animationRepeatIntervalForProgressBar(RenderProgress* renderProgress) const in animationRepeatIntervalForProgressBar()
854 double RenderThemeQt::animationDurationForProgressBar(RenderProgress* renderProgress) const in animationDurationForProgressBar()
884 RenderProgress* renderProgress = toRenderProgress(o); in paintProgressBar()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLProgressElement.cpp64 return new (arena) RenderProgress(this); in createRenderer()

12