Searched defs:ListenerType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/webstore/
H A Dwebstore_api_constants.h14 enum ListenerType { enum in namespace:extensions::api::webstore
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h667 enum ListenerType { enum in class:blink::Document
683 bool hasListenerType(ListenerType listenerType) const { return (m_listenerTypes & listenerType); }
1132 void addListenerType(ListenerType listenerType) { m_listenerTypes |= listenerType; }
1133 void addMutationEventListenerTypeIfEnabled(ListenerType);

Completed in 163 milliseconds