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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp3897 Document::EventFactorySet& Document::eventFactories() function in class:blink::Document
3905 ASSERT(!eventFactories().contains(eventFactory.get()));
3906 eventFactories().add(eventFactory);
3912 for (EventFactorySet::const_iterator it = eventFactories().begin(); it != eventFactories().end(); ++it) {

Completed in 169 milliseconds