Home
last modified time | relevance | path

Searched refs:style_sheet_index (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dmatch_request.h44 unsigned style_sheet_index = 0,
49 style_sheet_index(style_sheet_index), in rule_set()
59 const unsigned style_sheet_index; variable
H A Dstyle_resolver.cc389 int style_sheet_index = 0; in MatchVTTRules() local
397 style_sheet_index, true /* is_from_webvtt */)); in MatchVTTRules()
398 style_sheet_index++; in MatchVTTRules()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dmatch_request.h44 unsigned style_sheet_index = 0,
49 style_sheet_index(style_sheet_index), in rule_set()
59 const unsigned style_sheet_index; variable
H A Dstyle_resolver.cc410 int style_sheet_index = 0; in MatchVTTRules() local
417 rule_set, nullptr /* scope */, style, style_sheet_index, in MatchVTTRules()
419 style_sheet_index++; in MatchVTTRules()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Delement_rule_collector.h59 unsigned style_sheet_index, in MatchedRule() argument
69 ((uint64_t)style_sheet_index << kBitsForPositionInRuleData) + in MatchedRule()
H A Delement_rule_collector.cc377 match_request.style_sheet_index, match_request.style_sheet)); in DidMatchRule()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Delement_rule_collector.h58 unsigned style_sheet_index, in MatchedRule() argument
68 ((uint64_t)style_sheet_index << kBitsForPositionInRuleData) + in MatchedRule()
H A Delement_rule_collector.cc385 match_request.style_sheet_index, match_request.style_sheet)); in DidMatchRule()