Home
last modified time | relevance | path

Searched refs:AttrChangeType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/chromium/public/
DWebMutationEvent.h43 enum AttrChangeType { enum
53 WEBKIT_API AttrChangeType attrChange() const;
/external/webkit/WebKit/chromium/src/
DWebMutationEvent.cpp60 WebMutationEvent::AttrChangeType WebMutationEvent::attrChange() const in attrChange()
62 return static_cast<AttrChangeType>(constUnwrap<MutationEvent>()->attrChange()); in attrChange()