Home
last modified time | relevance | path

Searched refs:MutationObserverInterestGroup (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMutationObserverInterestGroup.cpp39 PassOwnPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node& targe… in createIfNeeded()
47 return adoptPtr(new MutationObserverInterestGroup(observers, oldValueFlag)); in createIfNeeded()
50 MutationObserverInterestGroup::MutationObserverInterestGroup(HashMap<MutationObserver*, MutationRec… in MutationObserverInterestGroup() function in WebCore::MutationObserverInterestGroup
57 bool MutationObserverInterestGroup::isOldValueRequested() in isOldValueRequested()
66 void MutationObserverInterestGroup::enqueueMutationRecord(PassRefPtr<MutationRecord> prpMutation) in enqueueMutationRecord()
DMutationObserverInterestGroup.h43 class MutationObserverInterestGroup {
45 static PassOwnPtr<MutationObserverInterestGroup> createForChildListMutation(Node& target) in createForChildListMutation()
54 static PassOwnPtr<MutationObserverInterestGroup> createForCharacterDataMutation(Node& target) in createForCharacterDataMutation()
62 …static PassOwnPtr<MutationObserverInterestGroup> createForAttributesMutation(Node& target, const Q… in createForAttributesMutation()
74 …static PassOwnPtr<MutationObserverInterestGroup> createIfNeeded(Node& target, MutationObserver::Mu…
75MutationObserverInterestGroup(HashMap<MutationObserver*, MutationRecordDeliveryOptions>& observers…
DChildListMutationScope.h43 class MutationObserverInterestGroup; variable
57 ChildListMutationAccumulator(PassRefPtr<Node>, PassOwnPtr<MutationObserverInterestGroup>);
72 OwnPtr<MutationObserverInterestGroup> m_observers;
DChildListMutationScope.cpp49 …ldListMutationAccumulator(PassRefPtr<Node> target, PassOwnPtr<MutationObserverInterestGroup> obser… in ChildListMutationAccumulator()
70 …ef(new ChildListMutationAccumulator(PassRefPtr<Node>(target), MutationObserverInterestGroup::creat… in getOrCreate()
DCharacterData.cpp190 …if (OwnPtr<MutationObserverInterestGroup> mutationRecipients = MutationObserverInterestGroup::crea… in didModifyData()
DElement.cpp3138 …if (OwnPtr<MutationObserverInterestGroup> recipients = MutationObserverInterestGroup::createForAtt… in willModifyAttribute()
/external/chromium_org/third_party/WebKit/Source/core/css/
DPropertySetCSSStyleDeclaration.cpp63 …m_mutationRecipients = MutationObserverInterestGroup::createForAttributesMutation(*s_currentDecl->… in StyleAttributeMutationScope()
117 OwnPtr<MutationObserverInterestGroup> m_mutationRecipients;
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.linux-x86.mk88 third_party/WebKit/Source/core/dom/MutationObserverInterestGroup.cpp \
Dwebcore_dom.target.darwin-x86.mk88 third_party/WebKit/Source/core/dom/MutationObserverInterestGroup.cpp \
Dwebcore_dom.target.linux-mips.mk88 third_party/WebKit/Source/core/dom/MutationObserverInterestGroup.cpp \
Dwebcore_dom.target.darwin-mips.mk88 third_party/WebKit/Source/core/dom/MutationObserverInterestGroup.cpp \
Dwebcore_dom.target.darwin-arm.mk88 third_party/WebKit/Source/core/dom/MutationObserverInterestGroup.cpp \
Dwebcore_dom.target.linux-arm.mk88 third_party/WebKit/Source/core/dom/MutationObserverInterestGroup.cpp \
Dcore.gypi1940 'dom/MutationObserverInterestGroup.cpp',
1941 'dom/MutationObserverInterestGroup.h',