OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MutationRecordDeliveryOptions
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserverInterestGroup.h
50
MutationRecordDeliveryOptions
oldValueFlag = 0;
74
static PassOwnPtr<MutationObserverInterestGroup> createIfNeeded(Node& target, MutationObserver::MutationType,
MutationRecordDeliveryOptions
oldValueFlag, const QualifiedName* attributeName = 0);
75
MutationObserverInterestGroup(HashMap<MutationObserver*,
MutationRecordDeliveryOptions
>& observers,
MutationRecordDeliveryOptions
oldValueFlag);
77
bool hasOldValue(
MutationRecordDeliveryOptions
options) { return options & m_oldValueFlag; }
79
HashMap<MutationObserver*,
MutationRecordDeliveryOptions
> m_observers;
80
MutationRecordDeliveryOptions
m_oldValueFlag;
MutationObserverInterestGroup.cpp
39
PassOwnPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node& target, MutationObserver::MutationType type,
MutationRecordDeliveryOptions
oldValueFlag, const QualifiedName* attributeName)
42
HashMap<MutationObserver*,
MutationRecordDeliveryOptions
> observers;
50
MutationObserverInterestGroup::MutationObserverInterestGroup(HashMap<MutationObserver*,
MutationRecordDeliveryOptions
>& observers,
MutationRecordDeliveryOptions
oldValueFlag)
59
for (HashMap<MutationObserver*,
MutationRecordDeliveryOptions
>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter) {
70
for (HashMap<MutationObserver*,
MutationRecordDeliveryOptions
>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter) {
MutationObserver.h
51
typedef unsigned char
MutationRecordDeliveryOptions
;
MutationObserverRegistration.h
58
MutationRecordDeliveryOptions
deliveryOptions() const { return m_options & (MutationObserver::AttributeOldValue | MutationObserver::CharacterDataOldValue); }
Node.cpp
[
all
...]
Node.h
680
void getRegisteredMutationObserversOfType(HashMap<MutationObserver*,
MutationRecordDeliveryOptions
>&, MutationObserver::MutationType, const QualifiedName* attributeName);
[
all
...]
Completed in 58 milliseconds