Home
last modified time | relevance | path

Searched defs:cssProperty (Results 1 – 16 of 16) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGForeignObjectElement.cpp89 …otifyAttributeMap(StyledElement *element, const QualifiedName &name, int cssProperty, const String… in addCSSPropertyAndNotifyAttributeMap()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DCSSEditUtils.h66 nsCSSEditableProperty cssProperty; member
H A DCSSEditUtils.cpp708 nsCSSEditableProperty cssProperty = aEquivTable[index].cssProperty; in BuildCSSDeclarations() local
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DCSSEditUtils.h71 nsCSSEditableProperty cssProperty; member
H A DCSSEditUtils.cpp794 nsCSSEditableProperty cssProperty = aEquivTable[index].cssProperty; in BuildCSSDeclarations() local
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DCSSEditUtils.h63 nsCSSEditableProperty cssProperty; member
H A DCSSEditUtils.cpp728 nsCSSEditableProperty cssProperty = aEquivTable[index].cssProperty; in BuildCSSDeclarations() local
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DCSSEditUtils.h65 nsCSSEditableProperty cssProperty; member
H A DCSSEditUtils.cpp765 nsCSSEditableProperty cssProperty = aEquivTable[index].cssProperty; in BuildCSSDeclarations() local
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DCSSEditUtils.h65 nsCSSEditableProperty cssProperty; member
H A DCSSEditUtils.cpp766 nsCSSEditableProperty cssProperty = aEquivTable[index].cssProperty; in BuildCSSDeclarations() local
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DCSSEditUtils.h65 nsCSSEditableProperty cssProperty; member
H A DCSSEditUtils.cpp765 nsCSSEditableProperty cssProperty = aEquivTable[index].cssProperty; in BuildCSSDeclarations() local
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/
H A DnsMathMLFrame.cpp288 const char* cssProperty; member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1404 int cssProperty = CSSPropertyInvalid; in graphicsLayerToCSSProperty() local
1421 AnimatedPropertyID RenderLayerBacking::cssToGraphicsLayerProperty(int cssProperty) in cssToGraphicsLayerProperty()
/dports/www/wt/wt-4.6.1/src/Wt/Render/
H A DBlock.C3424 bool Block::isAggregate(const std::string& cssProperty) in isAggregate()
3526 std::string Block::cssProperty(Property property) const in cssProperty() function