Home
last modified time | relevance | path

Searched refs:styleProperty (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DMetricsSidebarPane.js211 startEditing: function(targetElement, box, styleProperty, computedStyle) argument
216 var context = { box: box, styleProperty: styleProperty, computedStyle: computedStyle }; property
250 var styleProperty = context.styleProperty;
253 …le.getPropertyValue("box-sizing") === "border-box" && (styleProperty === "width" || styleProperty
265 if (styleProperty === "width")
284 var property = style.getLiveProperty(styleProperty);
286 style.appendProperty(context.styleProperty, userInput, callback);
294 if (property.name !== context.styleProperty || property.inactive)
303 this.inlineStyle.appendProperty(context.styleProperty, userInput, callback);
/external/webkit/Source/WebKit/qt/tests/qwebelement/
Dtst_qwebelement.cpp471 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue")); in style()
472 QVERIFY(p.styleProperty("cursor", QWebElement::InlineStyle).isEmpty()); in style()
477 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("red")); in style()
478 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("yellow")); in style()
479 QCOMPARE(p.styleProperty("cursor", QWebElement::InlineStyle), QLatin1String("auto")); in style()
482 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("green")); in style()
483 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green")); in style()
486 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue")); in style()
487 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("green")); in style()
490 QCOMPARE(p.styleProperty("color", QWebElement::InlineStyle), QLatin1String("blue")); in style()
[all …]
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
Dtst_qwebhistoryinterface.cpp91 QString linkColor = anchor.styleProperty("color", QWebElement::ComputedStyle); in visitedLinks()
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.h155 QString styleProperty(const QString& name, StyleResolveStrategy strategy) const;
Dqwebelement.cpp841 QString QWebElement::styleProperty(const QString &name, StyleResolveStrategy strategy) const in styleProperty() function in QWebElement
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def528 …?styleProperty@QWebElement@@QBE?AVQString@@ABV2@W4StyleResolveStrategy@1@@Z @ 527 NONAME ; class Q…
/external/webkit/Source/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp2523 QCOMPARE(p.styleProperty("color", QWebElement::CascadedStyle), QLatin1String("red")); in setHtmlWithResource()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-162636 (QWebElement::styleProperty):
8443 Patch fixes styleProperty method of QWebElement to make use of
8448 (QWebElement::styleProperty):
14403 (QWebElement::styleProperty):
16985 QWebElement::styleProperty and QWebElement::setStyleProperty methods.
16990 (QWebElement::styleProperty):
17307 (QWebElement::styleProperty):
17313 Fixed a possible crash @styleProperty when there is no embedded/external CSS set.
17316 (QWebElement::styleProperty):
17324 Added external CSS test cases to QWebElement::styleProperty() method.
[all …]
DChangeLog297 According to the documentation of QWebElement the styleProperty method should