Searched refs:CascadedStyle (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit/qt/tests/qwebelement/ |
D | tst_qwebelement.cpp | 478 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("yellow")); in style() 483 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green")); in style() 487 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green")); in style() 491 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("blue")); in style() 508 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("blue")); in style() 525 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("blue")); in style() 542 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("red")); in style() 562 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("black")); in style() 579 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("black")); in style() 587 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("")); in style()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebelement.h | 152 CascadedStyle, enumerator
|
D | qwebelement.cpp | 856 if (strategy == CascadedStyle) { in styleProperty()
|
/external/webkit/Source/WebKit/qt/tests/qwebframe/ |
D | tst_qwebframe.cpp | 2523 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("red")); in setHtmlWithResource()
|