Home | History | Annotate | Download | only in Api

Lines Matching refs:Element

31     class Element;
105 void appendInside(const QWebElement& element);
109 void prependInside(const QWebElement& element);
113 void appendOutside(const QWebElement& element);
117 void prependOutside(const QWebElement& element);
120 void encloseContentsWith(const QWebElement& element);
123 void encloseWith(const QWebElement& element);
126 void replace(const QWebElement& element);
146 explicit QWebElement(WebCore::Element*);
158 WebCore::Element* m_element;