Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/
DSVGForeignObjectElement.cpp103 bool needToParse = element->mapToEntry(mappedAttr->name(), entry); in addCSSPropertyAndNotifyAttributeMap() local
105 ASSERT(needToParse); in addCSSPropertyAndNotifyAttributeMap()
108 if (!needToParse || entry != eNone) in addCSSPropertyAndNotifyAttributeMap()
/external/webkit/WebCore/dom/
DStyledElement.cpp168 bool needToParse = mapToEntry(attr->name(), entry); in attributeChanged() local
186 needToParse = true; in attributeChanged()
194 if (needToParse) in attributeChanged()