Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DSharedStyleFinder.cpp63 HTMLInputElement& thisInput = toHTMLInputElement(element()); in canShareStyleWithControl() local
65 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()