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

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentType.h40 // FIXME: We never fill m_entities and m_notations. Current implementation of NamedNodeMap doesn't work without an associated Element yet.
41 NamedNodeMap* entities() const { return m_entities.get(); }
60 OwnPtr<NamedNodeMap> m_entities; member in class:WebCore::FINAL

Completed in 118 milliseconds