Searched refs:styleProperty (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DMetricsSidebarPane.js211 startEditing: function(targetElement, box, styleProperty, computedStyle)
216 var context = { box: box, styleProperty: styleProperty, computedStyle: computedStyle };
250 var styleProperty = context.styleProperty;
253 if (computedStyle.getPropertyValue("box-sizing") === "border-box" && (styleProperty === "width" || styleProperty === "height")) {
265 if (styleProperty === "width")
284 var property = style.getLiveProperty(styleProperty);
286 style.appendProperty(context.styleProperty, userInpu
[all...]
/external/webkit/Source/WebKit/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp471 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"));
478 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("yellow"));
479 QCOMPARE(p.styleProperty("cursor", QWebElement::InlineStyle), QLatin1String("auto"));
482 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("green"));
483 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green"));
486 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue"));
487 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green"));
490 QCOMPARE(p.styleProperty("colo
[all...]
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
H A Dtst_qwebhistoryinterface.cpp91 QString linkColor = anchor.styleProperty("color", QWebElement::ComputedStyle);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.h155 QString styleProperty(const QString& name, StyleResolveStrategy strategy) const;
H A Dqwebelement.cpp810 This enum describes how QWebElement's styleProperty resolves the given
841 QString QWebElement::styleProperty(const QString &name, StyleResolveStrategy strategy) const function in class:QWebElement
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp2523 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("red"));

Completed in 90 milliseconds