AttributeChange    78 Source/core/editing/markup.cpp     AttributeChange(PassRefPtr<Element> element, const QualifiedName& name, const String& value)
AttributeChange    96 Source/core/editing/markup.cpp     Vector<AttributeChange> changes;
AttributeChange   107 Source/core/editing/markup.cpp                 changes.append(AttributeChange(element, attribute.name(), KURL(parsedBaseURL, attribute.value()).string()));