Searched refs:shouldAppearChecked (Results 1 – 6 of 6) sorted by relevance
67 if (candidateInput.shouldAppearChecked() != thisInput.shouldAppearChecked()) in canShareStyleWithControl()
131 bool shouldAppearChecked() const;
1660 bool HTMLInputElement::shouldAppearChecked() const in shouldAppearChecked() function in WebCore::HTMLInputElement
779 … if (inputElement.shouldAppearChecked() && !inputElement.shouldAppearIndeterminate()) in checkOne()
635 return toHTMLInputElement(node)->shouldAppearChecked(); in isChecked()
758 return toHTMLInputElement(o->node())->shouldAppearChecked(); in isChecked()