Home
last modified time | relevance | path

Searched refs:CSS_PROP_VERTICAL_ALIGN (Results 1 – 18 of 18) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/editing/
H A Djsediting.cpp358 return execStyleChange(part, CSS_PROP_VERTICAL_ALIGN, "sub"); in execSubscript()
363 return execStyleChange(part, CSS_PROP_VERTICAL_ALIGN, "super"); in execSuperscript()
467 return stateStyle(part, CSS_PROP_VERTICAL_ALIGN, "sub"); in stateSubscript()
472 return stateStyle(part, CSS_PROP_VERTICAL_ALIGN, "super"); in stateSuperscript()
/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtml_tableimpl.cpp610 addCSSProperty(CSS_PROP_VERTICAL_ALIGN, attr->value().lower()); in parseAttribute()
612 removeCSSProperty(CSS_PROP_VERTICAL_ALIGN); in parseAttribute()
714 addCSSProperty(CSS_PROP_VERTICAL_ALIGN, attr->value().lower()); in parseAttribute()
716 removeCSSProperty(CSS_PROP_VERTICAL_ALIGN); in parseAttribute()
1037 addCSSProperty(CSS_PROP_VERTICAL_ALIGN, attr->value().lower()); in parseAttribute()
1039 removeCSSProperty(CSS_PROP_VERTICAL_ALIGN); in parseAttribute()
H A Dhtml_objectimpl.cpp681 addCSSProperty(CSS_PROP_VERTICAL_ALIGN, attr->value().lower()); in parseAttribute()
749 addCSSProperty(CSS_PROP_VERTICAL_ALIGN, attr->value().lower()); in parseAttribute()
836 addCSSProperty(CSS_PROP_VERTICAL_ALIGN, attr->value().lower()); in parseAttribute()
H A Dhtml_elementimpl.cpp628 addCSSProperty(CSS_PROP_VERTICAL_ALIGN, propvalign); in addHTMLAlignment()
H A Dhtml_imageimpl.cpp151 addCSSProperty(CSS_PROP_VERTICAL_ALIGN, attr->value().lower()); in parseAttribute()
/dports/www/netsurf/netsurf-3.10/content/handlers/css/
H A Dhints.c755 hint->prop = CSS_PROP_VERTICAL_ALIGN; in css_hint_vertical_align_table_cells()
761 hint->prop = CSS_PROP_VERTICAL_ALIGN; in css_hint_vertical_align_table_cells()
767 hint->prop = CSS_PROP_VERTICAL_ALIGN; in css_hint_vertical_align_table_cells()
773 hint->prop = CSS_PROP_VERTICAL_ALIGN; in css_hint_vertical_align_table_cells()
795 hint->prop = CSS_PROP_VERTICAL_ALIGN; in css_hint_vertical_align_replaced()
803 hint->prop = CSS_PROP_VERTICAL_ALIGN; in css_hint_vertical_align_replaced()
809 hint->prop = CSS_PROP_VERTICAL_ALIGN; in css_hint_vertical_align_replaced()
817 hint->prop = CSS_PROP_VERTICAL_ALIGN; in css_hint_vertical_align_replaced()
/dports/www/kf5-khtml/khtml-5.89.0/src/css/
H A Dcssproperties.h114 #define CSS_PROP_VERTICAL_ALIGN 104 macro
H A Dcssproperties.c305 {"vertical-align", CSS_PROP_VERTICAL_ALIGN}, in findProp()
H A Dcssvalues.in174 # CSS_PROP_VERTICAL_ALIGN:
H A Dcss_renderstyledeclarationimpl.cpp124 CSS_PROP_VERTICAL_ALIGN,
1135 case CSS_PROP_VERTICAL_ALIGN: { in getPropertyCSSValue()
H A Dcssparser.cpp979 case CSS_PROP_VERTICAL_ALIGN: in parseValue()
H A Dcssstyleselector.cpp3656 case CSS_PROP_VERTICAL_ALIGN: in applyRule()
/dports/textproc/libcss/libcss-0.9.1/src/parse/
H A Dimportant.c397 case CSS_PROP_VERTICAL_ALIGN: in css__make_style_important()
/dports/textproc/libcss/libcss-0.9.1/include/libcss/
H A Dproperties.h107 CSS_PROP_VERTICAL_ALIGN = 0x05a, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSValueKeywords.in192 # CSS_PROP_VERTICAL_ALIGN:
/dports/textproc/libcss/libcss-0.9.1/src/parse/properties/
H A Dproperties.gen177 vertical_align:CSS_PROP_VERTICAL_ALIGN IDENT:( INHERIT: BASELINE:0,VERTICAL_ALIGN_BASELINE SUB:0,VE…
/dports/textproc/libcss/libcss-0.9.1/test/
H A Ddump.h2648 case CSS_PROP_VERTICAL_ALIGN: in dump_bytecode()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2005-08-2346456 these properties: CSS_PROP_TEXT_DECORATION, CSS_PROP_VERTICAL_ALIGN, CSS_PROP_TEXT_INDENT,