Home
last modified time | relevance | path

Searched defs:style_sheet (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/print/a2ps/a2ps-4.13/src/
H A Dssheet.h98 struct style_sheet struct
101 const char * key;
104 const uchar * name;
107 const uchar * author;
108 int version[4];
111 int requirement[4];
118 struct darray * ancestors;
126 uchar alpha1 [256];
127 uchar alpha2 [256];
130 struct words * keywords;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dstyle_sheet_contents_test.cc17 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
41 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
65 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
75 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
92 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
H A Dcss_rule.cc51 CSSStyleSheet* style_sheet = parentStyleSheet(); in ParserContext() local
56 void CSSRule::SetParentStyleSheet(CSSStyleSheet* style_sheet) { in SetParentStyleSheet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_impl_test.cc46 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
62 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
78 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
95 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
112 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
129 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
146 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
164 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
183 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
202 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
[all …]
H A Dcss_lazy_parsing_test.cc38 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST_F() local
52 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST_F() local
70 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST_F() local
95 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST_F() local
H A Dcss_parser.cc65 StyleSheetContents* style_sheet, in ParseRule()
73 StyleSheetContents* style_sheet, in ParseSheet()
82 StyleSheetContents* style_sheet, in ParseSheetForInspector()
108 StyleSheetContents* style_sheet, in ParseValue()
151 StyleSheetContents* style_sheet, in ParseValueForCustomProperty()
/dports/www/dooble/dooble-2021.12.05/Source/
H A Ddooble_style_sheet.cc87 auto style_sheet in inject() local
110 auto style_sheet in inject() local
201 auto style_sheet in slot_add() local
352 auto style_sheet in slot_populate() local
393 auto style_sheet in slot_remove() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_lazy_parsing_test.cc37 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST_F() local
51 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST_F() local
69 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST_F() local
94 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST_F() local
H A Dcss_parser.cc63 StyleSheetContents* style_sheet, in ParseRule()
71 StyleSheetContents* style_sheet, in ParseSheet()
80 StyleSheetContents* style_sheet, in ParseSheetForInspector()
104 StyleSheetContents* style_sheet) { in ParseValue()
140 StyleSheetContents* style_sheet, in ParseValueForCustomProperty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dstyle_sheet_contents_test.cc17 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
41 auto* style_sheet = MakeGarbageCollected<StyleSheetContents>(context); in TEST() local
H A Dcss_rule.cc51 CSSStyleSheet* style_sheet = parentStyleSheet(); in ParserContext() local
56 void CSSRule::SetParentStyleSheet(CSSStyleSheet* style_sheet) { in SetParentStyleSheet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/
H A Dxsl_style_sheet_libxslt.cc102 if (XSLStyleSheet* style_sheet = parentStyleSheet()) in CheckLoaded() local
243 XSLStyleSheet* style_sheet = MakeGarbageCollected<XSLStyleSheet>( in LoadChildSheet() local
272 for (XSLStyleSheet* style_sheet = this; style_sheet; in OwnerDocument() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/
H A Dxsl_style_sheet_libxslt.cc103 if (XSLStyleSheet* style_sheet = parentStyleSheet()) in CheckLoaded() local
245 XSLStyleSheet* style_sheet = MakeGarbageCollected<XSLStyleSheet>( in LoadChildSheet() local
274 for (XSLStyleSheet* style_sheet = this; style_sheet; in OwnerDocument() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-style-elem.h27 CRStyleSheet *style_sheet; variable
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_CssImportRule.rs36 pub fn style_sheet(this: &CssImportRule) -> Option<CssStyleSheet>; in style_sheet() function
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_CssImportRule.rs36 pub fn style_sheet(this: &CssImportRule) -> Option<CssStyleSheet>; in style_sheet() function
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_CssImportRule.rs36 pub fn style_sheet(this: &CssImportRule) -> Option<CssStyleSheet>; in style_sheet() function
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_CssImportRule.rs36 pub fn style_sheet(this: &CssImportRule) -> Option<CssStyleSheet>; in style_sheet() function
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_CssImportRule.rs36 pub fn style_sheet(this: &CssImportRule) -> Option<CssStyleSheet>; in style_sheet() function
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_CssImportRule.rs36 pub fn style_sheet(this: &CssImportRule) -> Option<CssStyleSheet>; in style_sheet() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_CssImportRule.rs36 pub fn style_sheet(this: &CssImportRule) -> Option<CssStyleSheet>; in style_sheet() function
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_CssImportRule.rs36 pub fn style_sheet(this: &CssImportRule) -> Option<CssStyleSheet>; in style_sheet() function
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_CssImportRule.rs36 pub fn style_sheet(this: &CssImportRule) -> Option<CssStyleSheet>; in style_sheet() function
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_CssImportRule.rs36 pub fn style_sheet(this: &CssImportRule) -> Option<CssStyleSheet>; in style_sheet() function
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_CssImportRule.rs36 pub fn style_sheet(this: &CssImportRule) -> Option<CssStyleSheet>; in style_sheet() function

1234567