Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dmarkup.cpp71 class AttributeChange { class
73 AttributeChange() in AttributeChange() function in WebCore::AttributeChange
78 AttributeChange(PassRefPtr<Element> element, const QualifiedName& name, const String& value) in AttributeChange() function in WebCore::AttributeChange
646 Vector<AttributeChange> changes; in completeURLs()
659 … changes.append(AttributeChange(e, attr->name(), KURL(parsedBaseURL, attr->value()).string())); in completeURLs()
/external/webkit/WebCore/
DChangeLog-2007-10-1414682 * editing/markup.cpp: Added AttributeChange class.