Home
last modified time | relevance | path

Searched refs:MutationRecordDeliveryOptions (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMutationObserverInterestGroup.h51 MutationRecordDeliveryOptions oldValueFlag = 0; in createForChildListMutation()
77 … createIfNeeded(Node& target, MutationObserver::MutationType, MutationRecordDeliveryOptions oldVal…
78 …p<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>& observers, MutationRecordD…
80 bool hasOldValue(MutationRecordDeliveryOptions options) { return options & m_oldValueFlag; } in hasOldValue()
82 …WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions> m_observers;
83 MutationRecordDeliveryOptions m_oldValueFlag;
DMutationObserverInterestGroup.cpp39 …teIfNeeded(Node& target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldVal… in createIfNeeded()
42 … WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions> observers; in createIfNeeded()
50 …p<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>& observers, MutationRecordD… in MutationObserverInterestGroup()
59 …for (WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>::itera… in isOldValueRequested()
70 …for (WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>::itera… in enqueueMutationRecord()
DMutationObserverRegistration.h59MutationRecordDeliveryOptions deliveryOptions() const { return m_options & (MutationObserver::Attr… in deliveryOptions()
DMutationObserver.h54 typedef unsigned char MutationRecordDeliveryOptions; typedef
DNode.cpp2084 …ation(WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>& obse… in collectMatchingObserversForMutation()
2091 MutationRecordDeliveryOptions deliveryOptions = registration.deliveryOptions(); in collectMatchingObserversForMutation()
2092 …WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>::AddResult … in collectMatchingObserversForMutation()
2099 …fType(WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>& obse… in getRegisteredMutationObserversOfType()
DNode.h657 …fType(WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>&, Mut…