Home | History | Annotate | Download | only in dom

Lines Matching refs:contextFeatures

62 #include "core/dom/ContextFeatures.h"
430 , m_contextFeatures(ContextFeatures::defaultSwitch())
626 m_contextFeatures = ContextFeatures::defaultSwitch();
2833 contextFeatures().urlDidChange(this);
3394 setContextFeatures(other.contextFeatures());
3950 if (ContextFeatures::mutationEventsEnabled(this))
5440 void Document::setContextFeatures(ContextFeatures& features)
5442 m_contextFeatures = PassRefPtrWillBeRawPtr<ContextFeatures>(features);