HomeSort by relevance Sort by last modified time
    Searched defs:QWebElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/qt/Api/
qwebelement.h 58 class QWEBKIT_EXPORT QWebElement {
60 QWebElement();
61 QWebElement(const QWebElement&);
62 QWebElement &operator=(const QWebElement&);
63 ~QWebElement();
65 bool operator==(const QWebElement& o) const;
66 bool operator!=(const QWebElement& o) const;
71 QWebElement findFirst(const QString &selectorQuery) const
    [all...]
qwebelement.cpp 21 #include "qwebelement.h"
71 \class QWebElement
73 \brief The QWebElement class provides convenient access to DOM elements in
77 A QWebElement object allows easy access to the document model, represented
98 \snippet webkitsnippets/webelement/main.cpp Traversing with QWebElement
117 The underlying content of QWebElement is explicitly shared. Creating a copy
118 of a QWebElement does not create a copy of the content. Instead, both
141 QWebElement::QWebElement()
150 QWebElement::QWebElement(WebCore::Element* domElement
    [all...]

Completed in 38 milliseconds