Searched refs:ComputedStyle (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/ |
D | tst_qwebhistoryinterface.cpp | 91 QString linkColor = anchor.styleProperty("color", QWebElement::ComputedStyle); in visitedLinks()
|
/external/webkit/Source/WebKit/qt/tests/qwebelement/ |
D | tst_qwebelement.cpp | 596 QCOMPARE(p.styleProperty("cursor", QWebElement::ComputedStyle), QLatin1String("auto")); in computedStyle() 597 QVERIFY(!p.styleProperty("cursor", QWebElement::ComputedStyle).isEmpty()); in computedStyle() 603 QCOMPARE(p.styleProperty("cursor", QWebElement::ComputedStyle), QLatin1String("text")); in computedStyle() 604 QCOMPARE(p.styleProperty("color", QWebElement::ComputedStyle), QLatin1String("rgb(255, 0, 0)")); in computedStyle()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebelement.h | 153 ComputedStyle, enumerator
|
D | qwebelement.cpp | 884 if (strategy == ComputedStyle) { in styleProperty()
|