Searched refs:createAttributes (Results 1 – 4 of 4) sorted by relevance
48 …static PassRefPtr<MutationRecord> createAttributes(PassRefPtr<Node> target, const QualifiedName&, …
174 PassRefPtr<MutationRecord> MutationRecord::createAttributes(PassRefPtr<Node> target, const Qualifie… in createAttributes() function in WebCore::MutationRecord
3139 recipients->enqueueMutationRecord(MutationRecord::createAttributes(this, name, oldValue)); in willModifyAttribute()
73 …m_mutation = MutationRecord::createAttributes(s_currentDecl->parentElement(), HTMLNames::styleAttr… in StyleAttributeMutationScope()