Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:QWebElement

77 #include "qwebelement.h"
528 QString DumpRenderTreeSupportQt::markerTextForListItem(const QWebElement& listItem)
547 QVariantMap DumpRenderTreeSupportQt::computedStyleIncludingVisitedInfo(const QWebElement& element)
944 QVariantList DumpRenderTreeSupportQt::nodesFromRect(const QWebElement& document, int x, int y, unsigned top, unsigned right, unsigned bottom, unsigned left, bool ignoreClipping)
956 // QWebElement will be null if the Node is not an HTML Element
958 res << QVariant::fromValue(QWebElement(nodes->item(i)));
1067 QVariant DumpRenderTreeSupportQt::shadowRoot(const QWebElement& element)