HomeSort by relevance Sort by last modified time
    Searched refs:CascadedStyle (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 478 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("yellow"));
483 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green"));
487 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green"));
491 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("blue"));
508 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("blue"));
525 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("blue"));
542 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("red"));
562 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("black"));
579 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("black"));
587 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String(""))
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.h 152 CascadedStyle,
qwebelement.cpp 816 \value CascadedStyle The property's value is determined using the
856 if (strategy == CascadedStyle) {
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]

Completed in 61 milliseconds