Searched refs:otherInputElement (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/css/
H A DCSSStyleSelector.cpp993 InputElement* otherInputElement = toInputElement(m_element); local
994 if (thisInputElement && otherInputElement) {
995 if ((thisInputElement->isAutofilled() != otherInputElement->isAutofilled()) ||
996 (thisInputElement->isChecked() != otherInputElement->isChecked()) ||
997 (thisInputElement->isIndeterminate() != otherInputElement->isIndeterminate()))

Completed in 28 milliseconds