Searched refs:AttributeChange (Results 1 – 2 of 2) sorted by relevance
71 class AttributeChange { class73 AttributeChange() in AttributeChange() function in WebCore::AttributeChange78 AttributeChange(PassRefPtr<Element> element, const QualifiedName& name, const String& value) in AttributeChange() function in WebCore::AttributeChange646 Vector<AttributeChange> changes; in completeURLs()659 … changes.append(AttributeChange(e, attr->name(), KURL(parsedBaseURL, attr->value()).string())); in completeURLs()
14682 * editing/markup.cpp: Added AttributeChange class.