Home
last modified time | relevance | path

Searched defs:styleProperty (Results 1 – 2 of 2) 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
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.cpp841 QString QWebElement::styleProperty(const QString &name, StyleResolveStrategy strategy) const in styleProperty() function in QWebElement