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

  /external/webkit/Source/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 471 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
472 QVERIFY(p.styleProperty("cursor", QWebElement::InlineStyle).isEmpty());
477 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("red"));
479 QCOMPARE(p.styleProperty("cursor", QWebElement::InlineStyle), QLatin1String("auto"));
482 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("green"));
486 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
490 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
507 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
524 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
541 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String(""))
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.h 151 InlineStyle,
qwebelement.cpp 813 \value InlineStyle Return the property value as it is defined in
853 if (strategy == InlineStyle)
    [all...]

Completed in 638 milliseconds