HomeSort by relevance Sort by last modified time
    Searched refs:AttrChangeType (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/chromium/public/
WebMutationEvent.h 43 enum AttrChangeType {
53 WEBKIT_API AttrChangeType attrChange() const;
  /external/webkit/WebKit/chromium/src/
WebMutationEvent.cpp 60 WebMutationEvent::AttrChangeType WebMutationEvent::attrChange() const
62 return static_cast<AttrChangeType>(constUnwrap<MutationEvent>()->attrChange());

Completed in 18 milliseconds