Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/tests/qwebelement/
Dtst_qwebelement.cpp478 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/
Dqwebelement.h152 CascadedStyle, enumerator
Dqwebelement.cpp856 if (strategy == CascadedStyle) { in styleProperty()
/external/webkit/Source/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp2523 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("red")); in setHtmlWithResource()