Home
last modified time | relevance | path

Searched refs:text_strikethrough_style (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_layout_object.h115 ax::mojom::blink::TextDecorationStyle* text_strikethrough_style,
H A Dax_layout_object.cc994 ax::mojom::blink::TextDecorationStyle* text_strikethrough_style, in GetTextStyleAndTextDecorationStyle() argument
998 text_style, text_overline_style, text_strikethrough_style, in GetTextStyleAndTextDecorationStyle()
1005 text_style, text_overline_style, text_strikethrough_style, in GetTextStyleAndTextDecorationStyle()
1012 *text_strikethrough_style = ax::mojom::blink::TextDecorationStyle::kNone; in GetTextStyleAndTextDecorationStyle()
1028 *text_strikethrough_style = in GetTextStyleAndTextDecorationStyle()
H A Dax_object.h681 ax::mojom::blink::TextDecorationStyle* text_strikethrough_style, in WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS()
685 *text_strikethrough_style = ax::mojom::blink::TextDecorationStyle::kNone; in WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS()
H A Dax_object.cc1087 ax::mojom::blink::TextDecorationStyle text_strikethrough_style; in SerializeStyleAttributes() local
1090 &text_strikethrough_style, in SerializeStyleAttributes()
1103 if (text_strikethrough_style != in SerializeStyleAttributes()
1107 static_cast<int32_t>(text_strikethrough_style)); in SerializeStyleAttributes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_layout_object.h119 ax::mojom::TextDecorationStyle* text_strikethrough_style,
H A Dax_layout_object.cc1169 ax::mojom::TextDecorationStyle* text_strikethrough_style, in GetTextStyleAndTextDecorationStyle() argument
1173 text_style, text_overline_style, text_strikethrough_style, in GetTextStyleAndTextDecorationStyle()
1180 text_style, text_overline_style, text_strikethrough_style, in GetTextStyleAndTextDecorationStyle()
1187 *text_strikethrough_style = ax::mojom::TextDecorationStyle::kNone; in GetTextStyleAndTextDecorationStyle()
1203 *text_strikethrough_style = in GetTextStyleAndTextDecorationStyle()
H A Dax_object.h657 ax::mojom::TextDecorationStyle* text_strikethrough_style, in WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS()
661 *text_strikethrough_style = ax::mojom::TextDecorationStyle::kNone; in WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc775 ax::mojom::TextDecorationStyle text_strikethrough_style; in SerializeNode() local
778 &text_strikethrough_style, in SerializeNode()
789 if (text_strikethrough_style != ax::mojom::TextDecorationStyle::kNone) { in SerializeNode()
791 static_cast<int32_t>(text_strikethrough_style)); in SerializeNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/exported/
H A Dweb_ax_object.cc1065 ax::mojom::TextDecorationStyle* text_strikethrough_style, in GetTextStyleAndTextDecorationStyle() argument
1070 *text_strikethrough_style = ax::mojom::TextDecorationStyle::kNone; in GetTextStyleAndTextDecorationStyle()
1075 text_strikethrough_style, in GetTextStyleAndTextDecorationStyle()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/web/
H A Dweb_ax_object.h200 ax::mojom::TextDecorationStyle* text_strikethrough_style,