Home
last modified time | relevance | path

Searched refs:LineThrough (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_font.cpp23 {XFA_Attribute::LineThrough, XFA_AttributeType::Integer, (void*)0},
94 return JSObject()->GetInteger(XFA_Attribute::LineThrough); in GetLineThrough()
Dattributes.inc15 ATTR____(0x00cb0ac9u, "lineThrough", LineThrough, Basic)
Delement_attributes.inc430 ELEM_ATTR____(Font, LineThrough, CJX_Object::ScriptAttributeString)
/external/pdfium/core/fxcrt/css/
Dcfx_css.h75 LineThrough, enumerator
Dcfx_cssdata.cpp251 {PVAL(CFX_CSSPropertyValue::LineThrough, "line-through", 0xE4C5A276)},
Dcfx_cssstyleselector.cpp575 case CFX_CSSPropertyValue::LineThrough: in ToTextDecoration()