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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderProgress.cpp73 bool RenderProgress::isDeterminate() const function in class:blink::RenderProgress
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLProgressElement.cpp129 if (!isDeterminate())
134 bool HTMLProgressElement::isDeterminate() const function in class:blink::HTMLProgressElement
143 bool wasDeterminate = render->isDeterminate();
145 if (wasDeterminate != isDeterminate())
171 return !isDeterminate();

Completed in 185 milliseconds