Searched refs:MutationRecordDeliveryOptions (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | MutationObserverInterestGroup.h | 51 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;
|
D | MutationObserverInterestGroup.cpp | 39 …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()
|
D | MutationObserverRegistration.h | 59 …MutationRecordDeliveryOptions deliveryOptions() const { return m_options & (MutationObserver::Attr… in deliveryOptions()
|
D | MutationObserver.h | 54 typedef unsigned char MutationRecordDeliveryOptions; typedef
|
D | Node.cpp | 2084 …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()
|
D | Node.h | 657 …fType(WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>&, Mut…
|