Searched refs:shouldAppearIndeterminate (Results 1 – 9 of 9) sorted by relevance
69 if (candidateInput.shouldAppearIndeterminate() != thisInput.shouldAppearIndeterminate()) in canShareStyleWithControl()153 if (element().shouldAppearIndeterminate() != candidate.shouldAppearIndeterminate()) in sharingCandidateHasIdenticalStyleAffectingAttributes()
54 virtual bool shouldAppearIndeterminate() const OVERRIDE;
168 bool HTMLProgressElement::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in WebCore::HTMLProgressElement
132 virtual bool shouldAppearIndeterminate() const OVERRIDE;
1703 bool HTMLInputElement::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in WebCore::HTMLInputElement
779 … if (inputElement.shouldAppearChecked() && !inputElement.shouldAppearIndeterminate()) in checkOne()786 return element.shouldAppearIndeterminate(); in checkOne()
427 virtual bool shouldAppearIndeterminate() const { return false; } in shouldAppearIndeterminate() function
681 return toHTMLInputElement(node)->shouldAppearIndeterminate(); in isIndeterminate()
765 return toHTMLInputElement(o->node())->shouldAppearIndeterminate(); in isIndeterminate()