Home | History | Annotate | Download | only in dom

Lines Matching refs:Element

41 class Element;
119 Element* parentElement() const;
154 String lookupNamespacePrefix(const AtomicString& namespaceURI, const Element* originalElement) const;
241 Element* enclosingBlockFlowElement() const;
243 Element* enclosingInlineElement() const;
244 Element* rootEditableElement() const;
253 // Called by the parser when this element's close tag is reached,
505 PassRefPtr<Element> querySelector(const String& selectors, ExceptionCode&);
574 // CreateElementZeroRefCount is deprecated and can be removed once we convert all element
617 Element* ancestorElement() const;
646 bool m_parsingChildrenFinished : 1; // Element
651 mutable bool m_areSVGAttributesValid : 1; // Element