Home
last modified time | relevance | path

Searched refs:shouldAppearIndeterminate (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp69 if (candidateInput.shouldAppearIndeterminate() != thisInput.shouldAppearIndeterminate()) in canShareStyleWithControl()
153 if (element().shouldAppearIndeterminate() != candidate.shouldAppearIndeterminate()) in sharingCandidateHasIdenticalStyleAffectingAttributes()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLProgressElement.h54 virtual bool shouldAppearIndeterminate() const OVERRIDE;
DHTMLProgressElement.cpp168 bool HTMLProgressElement::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in WebCore::HTMLProgressElement
DHTMLInputElement.h132 virtual bool shouldAppearIndeterminate() const OVERRIDE;
DHTMLInputElement.cpp1703 bool HTMLInputElement::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in WebCore::HTMLInputElement
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp779 … if (inputElement.shouldAppearChecked() && !inputElement.shouldAppearIndeterminate()) in checkOne()
786 return element.shouldAppearIndeterminate(); in checkOne()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h427 virtual bool shouldAppearIndeterminate() const { return false; } in shouldAppearIndeterminate() function
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXNodeObject.cpp681 return toHTMLInputElement(node)->shouldAppearIndeterminate(); in isIndeterminate()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.cpp765 return toHTMLInputElement(o->node())->shouldAppearIndeterminate(); in isIndeterminate()