Searched refs:addListenerType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp3924 addListenerType(listenerType);
3949 addListenerType(OVERFLOWCHANGED_LISTENER);
3951 addListenerType(ANIMATIONSTART_LISTENER);
3953 addListenerType(ANIMATIONEND_LISTENER);
3955 addListenerType(ANIMATIONITERATION_LISTENER);
3957 addListenerType(TRANSITIONEND_LISTENER);
3959 addListenerType(SCROLL_LISTENER);
H A DDocument.h1132 void addListenerType(ListenerType listenerType) { m_listenerTypes |= listenerType; } function in class:blink::Document

Completed in 1451 milliseconds