Home
last modified time | relevance | path

Searched defs:shouldAppearIndeterminate (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLProgressElement.cpp168 bool HTMLProgressElement::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in WebCore::HTMLProgressElement
DHTMLInputElement.cpp1703 bool HTMLInputElement::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in WebCore::HTMLInputElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h427 virtual bool shouldAppearIndeterminate() const { return false; } in shouldAppearIndeterminate() function