Home
last modified time | relevance | path

Searched defs:attrChange (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DMutationEvent.cpp36 const String& attrName, unsigned short attrChange) in MutationEvent()
53 const String& attrName, unsigned short attrChange) in initMutationEvent()
DMutationEvent.h62 unsigned short attrChange() const { return m_attrChange; } in attrChange() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebMutationEvent.cpp60 WebMutationEvent::AttrChangeType WebMutationEvent::attrChange() const in attrChange() function in blink::WebMutationEvent