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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dmarkup.cpp72 class AttributeChange { class in namespace:WebCore
74 AttributeChange() function in class:WebCore::AttributeChange
79 AttributeChange(PassRefPtr<Element> element, const QualifiedName& name, const String& value) function in class:WebCore::AttributeChange
97 Vector<AttributeChange> changes;
108 changes.append(AttributeChange(element, attribute->name(), KURL(parsedBaseURL, attribute->value()).string()));

Completed in 49 milliseconds