Searched refs:thisInput (Results 1 – 1 of 1) sorted by relevance
63 HTMLInputElement& thisInput = toHTMLInputElement(element()); in canShareStyleWithControl() local65 if (candidateInput.isAutofilled() != thisInput.isAutofilled()) in canShareStyleWithControl()67 if (candidateInput.shouldAppearChecked() != thisInput.shouldAppearChecked()) in canShareStyleWithControl()69 if (candidateInput.shouldAppearIndeterminate() != thisInput.shouldAppearIndeterminate()) in canShareStyleWithControl()71 if (candidateInput.isRequired() != thisInput.isRequired()) in canShareStyleWithControl()