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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h1151 typedef HashSet<OwnPtr<EventFactoryBase> > EventFactorySet; typedef in class:blink::Document
1152 static EventFactorySet& eventFactories();
H A DDocument.cpp3897 Document::EventFactorySet& Document::eventFactories()
3899 DEFINE_STATIC_LOCAL(EventFactorySet, s_eventFactory, ());
3912 for (EventFactorySet::const_iterator it = eventFactories().begin(); it != eventFactories().end(); ++it) {

Completed in 779 milliseconds