Home | History | Annotate | Download | only in dom

Lines Matching refs:EventFactorySet

3924 Document::EventFactorySet& Document::eventFactories()
3926 DEFINE_STATIC_LOCAL(EventFactorySet, s_eventFactory, ());
3939 for (EventFactorySet::const_iterator it = eventFactories().begin(); it != eventFactories().end(); ++it) {