Searched refs:isDeterminate (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderProgress.h39 bool isDeterminate() const;
H A DRenderProgress.cpp66 bool RenderProgress::isDeterminate() const function in class:WebCore::RenderProgress
H A DRenderThemeChromiumSkia.cpp469 return renderProgress->isDeterminate() ? determinateProgressValueRectFor(renderProgress, rect) : indeterminateProgressValueRectFor(renderProgress, rect);
H A DRenderThemeChromiumDefault.cpp512 extraParams.progressBar.determinate = renderProgress->isDeterminate();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLProgressElement.cpp128 if (!isDeterminate())
133 bool HTMLProgressElement::isDeterminate() const function in class:WebCore::HTMLProgressElement
142 bool wasDeterminate = render->isDeterminate();
144 if (wasDeterminate != isDeterminate())
170 return !isDeterminate();
H A DHTMLProgressElement.h68 bool isDeterminate() const;

Completed in 143 milliseconds