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

  /external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
tst_qwebhistoryinterface.cpp 91 QString linkColor = anchor.styleProperty("color", QWebElement::ComputedStyle);
  /external/webkit/Source/WebKit/qt/tests/qwebelement/
tst_qwebelement.cpp 61 void computedStyle();
590 void tst_QWebElement::computedStyle()
596 QCOMPARE(p.styleProperty("cursor", QWebElement::ComputedStyle), QLatin1String("auto"));
597 QVERIFY(!p.styleProperty("cursor", QWebElement::ComputedStyle).isEmpty());
603 QCOMPARE(p.styleProperty("cursor", QWebElement::ComputedStyle), QLatin1String("text"));
604 QCOMPARE(p.styleProperty("color", QWebElement::ComputedStyle), QLatin1String("rgb(255, 0, 0)"));
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.h 153 ComputedStyle,
qwebelement.cpp 819 \value ComputedStyle The property's value is the absolute value
884 if (strategy == ComputedStyle) {
890 RefPtr<CSSComputedStyleDeclaration> style = computedStyle(m_element, true);
    [all...]

Completed in 63 milliseconds