Home
last modified time | relevance | path

Searched refs:createAttributes (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMutationRecord.h48 …static PassRefPtr<MutationRecord> createAttributes(PassRefPtr<Node> target, const QualifiedName&, …
DMutationRecord.cpp174 PassRefPtr<MutationRecord> MutationRecord::createAttributes(PassRefPtr<Node> target, const Qualifie… in createAttributes() function in WebCore::MutationRecord
DElement.cpp3139 recipients->enqueueMutationRecord(MutationRecord::createAttributes(this, name, oldValue)); in willModifyAttribute()
/external/chromium_org/third_party/WebKit/Source/core/css/
DPropertySetCSSStyleDeclaration.cpp73 …m_mutation = MutationRecord::createAttributes(s_currentDecl->parentElement(), HTMLNames::styleAttr… in StyleAttributeMutationScope()