Home
last modified time | relevance | path

Searched refs:ComputedStyle (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
Dtst_qwebhistoryinterface.cpp91 QString linkColor = anchor.styleProperty("color", QWebElement::ComputedStyle); in visitedLinks()
/external/webkit/Source/WebKit/qt/tests/qwebelement/
Dtst_qwebelement.cpp596 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/
Dqwebelement.h153 ComputedStyle, enumerator
Dqwebelement.cpp884 if (strategy == ComputedStyle) { in styleProperty()