HomeSort by relevance Sort by last modified time
    Searched refs:IndeterminatePosition (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLProgressElement.h 34 static const double IndeterminatePosition;
HTMLProgressElement.cpp 39 const double HTMLProgressElement::IndeterminatePosition = -1;
129 return HTMLProgressElement::IndeterminatePosition;
159 m_value->setWidthPercentage(HTMLProgressElement::IndeterminatePosition * 100);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderProgress.cpp 73 return (HTMLProgressElement::IndeterminatePosition != position()

Completed in 55 milliseconds