Searched defs:attrChange (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebDOMMutationEvent.cpp60 WebDOMMutationEvent::AttrChangeType WebDOMMutationEvent::attrChange() const function in class:WebKit::WebDOMMutationEvent
62 return static_cast<AttrChangeType>(constUnwrap<MutationEvent>()->attrChange());
H A DWebMutationEvent.cpp60 WebMutationEvent::AttrChangeType WebMutationEvent::attrChange() const function in class:WebKit::WebMutationEvent
62 return static_cast<AttrChangeType>(constUnwrap<MutationEvent>()->attrChange());
/external/webkit/Source/WebCore/dom/
H A DMutationEvent.cpp35 const String& attrName, unsigned short attrChange)
41 , m_attrChange(attrChange)
51 const String& attrName, unsigned short attrChange)
62 m_attrChange = attrChange;
33 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
49 initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
H A DMutationEvent.h48 const String& prevValue = String(), const String& newValue = String(), const String& attrName = String(), unsigned short attrChange = 0)
50 return adoptRef(new MutationEvent(type, canBubble, false, relatedNode, prevValue, newValue, attrName, attrChange));
55 const String& attrName, unsigned short attrChange);
61 unsigned short attrChange() const { return m_attrChange; } function in class:WebCore::MutationEvent
69 const String& attrName, unsigned short attrChange);
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.cpp558 HRESULT STDMETHODCALLTYPE DOMMutationEvent::attrChange( function in class:DOMMutationEvent
572 /* [in] */ unsigned short /*attrChange*/)
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1082 @property(readonly) unsigned short attrChange; variable
1083 - (void)initMutationEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable relatedNode:(DOMNode *)relatedNode prevValue:(NSString *)prevValue newValue:(NSString *)newValue attrName:(NSString *)attrName attrChange:(unsigned short)attrChange AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1084 - (void)initMutationEvent:(NSString *)type :(BOOL)canBubble :(BOOL)cancelable :(DOMNode *)relatedNode :(NSString *)prevValue :(NSString *)newValue :(NSString *)attrName :(unsigned short)attrChange;
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 3053 milliseconds