Searched refs:shouldAppearIndeterminate (Results 1 – 15 of 15) sorted by relevance
70 if (candidateInput.shouldAppearIndeterminate() != thisInput.shouldAppearIndeterminate()) in canShareStyleWithControl()154 if (element().shouldAppearIndeterminate() != candidate.shouldAppearIndeterminate()) in sharingCandidateHasIdenticalStyleAffectingAttributes()
50 virtual bool shouldAppearIndeterminate() const OVERRIDE;
54 virtual bool shouldAppearIndeterminate() const OVERRIDE;
100 bool CheckboxInputType::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in blink::CheckboxInputType
193 bool RadioInputType::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in blink::RadioInputType
191 virtual bool shouldAppearIndeterminate() const;
688 bool InputType::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in blink::InputType
57 virtual bool shouldAppearIndeterminate() const OVERRIDE;
169 bool HTMLProgressElement::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in blink::HTMLProgressElement
102 virtual bool shouldAppearIndeterminate() const OVERRIDE;
1613 bool HTMLInputElement::shouldAppearIndeterminate() const in shouldAppearIndeterminate() function in blink::HTMLInputElement1615 return m_inputType->shouldAppearIndeterminate(); in shouldAppearIndeterminate()
825 … if (inputElement.shouldAppearChecked() && !inputElement.shouldAppearIndeterminate()) in checkOne()832 return element.shouldAppearIndeterminate(); in checkOne()
413 virtual bool shouldAppearIndeterminate() const { return false; } in shouldAppearIndeterminate() function
687 return toHTMLInputElement(o->node())->shouldAppearIndeterminate(); in isIndeterminate()
687 return toHTMLInputElement(node)->shouldAppearIndeterminate(); in isIndeterminate()