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

  /external/webkit/WebKit/qt/Api/
qwebelement.h 43 class QWEBKIT_EXPORT QWebElement {
45 QWebElement();
46 QWebElement(const QWebElement&);
47 QWebElement &operator=(const QWebElement&);
48 ~QWebElement();
50 bool operator==(const QWebElement& o) const;
51 bool operator!=(const QWebElement& o) const;
56 QWebElement findFirst(const QString &selectorQuery) const
    [all...]
qwebelement.cpp 21 #include "qwebelement.h"
58 \class QWebElement
60 \brief The QWebElement class provides convenient access to DOM elements in
64 A QWebElement object allows easy access to the document model, represented
85 \snippet webkitsnippets/webelement/main.cpp Traversing with QWebElement
87 The underlying content of QWebElement is explicitly shared. Creating a copy
88 of a QWebElement does not create a copy of the content. Instead, both
114 QWebElement::QWebElement()
123 QWebElement::QWebElement(WebCore::Element* domElement
    [all...]

Completed in 39 milliseconds