Searched refs:typeAttribute (Results 1 – 1 of 1) sorted by relevance
914 RefPtr<Attribute> typeAttribute = token.getAttributeItem(typeAttr); in processStartTagForInBody() local917 if (!typeAttribute || !equalIgnoringCase(typeAttribute->value(), "hidden")) in processStartTagForInBody()1107 Attribute* typeAttribute = token.getAttributeItem(typeAttr); in processStartTagForInTable() local1108 if (typeAttribute && equalIgnoringCase(typeAttribute->value(), "hidden")) { in processStartTagForInTable()