Home
last modified time | relevance | path

Searched refs:active_sheets (Results 1 – 6 of 6) 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 Dscoped_style_resolver.cc88 const ActiveStyleSheetVector& active_sheets) { in AppendActiveStyleSheets() argument
89 for (auto* active_iterator = active_sheets.begin() + index; in AppendActiveStyleSheets()
90 active_iterator != active_sheets.end(); active_iterator++) { in AppendActiveStyleSheets()
H A Dstyle_cascade_test.cc272 ActiveStyleSheetVector active_sheets; in AppendSheet() local
273 active_sheets.push_back( in AppendSheet()
275 scoped_resolver.AppendActiveStyleSheets(0, active_sheets); in AppendSheet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dscoped_style_resolver.cc91 const ActiveStyleSheetVector& active_sheets) { in AppendActiveStyleSheets() argument
92 for (auto* active_iterator = active_sheets.begin() + index; in AppendActiveStyleSheets()
93 active_iterator != active_sheets.end(); active_iterator++) { in AppendActiveStyleSheets()
H A Dstyle_cascade_test.cc322 ActiveStyleSheetVector active_sheets; in AppendSheet() local
323 active_sheets.push_back( in AppendSheet()
325 scoped_resolver.AppendActiveStyleSheets(0, active_sheets); in AppendSheet()
329 .AppendActiveStyleSheet(active_sheets[0]); in AppendSheet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dstyle_engine.cc417 const ActiveStyleSheetVector& active_sheets, in MediaQueryAffectingValueChanged() argument
420 return HasSizeDependentMediaQueries(active_sheets); in MediaQueryAffectingValueChanged()
423 return HasMediaQueries(active_sheets); in MediaQueryAffectingValueChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dstyle_engine.cc416 const ActiveStyleSheetVector& active_sheets, in MediaQueryAffectingValueChanged() argument
419 return HasSizeDependentMediaQueries(active_sheets); in MediaQueryAffectingValueChanged()
422 return HasMediaQueries(active_sheets); in MediaQueryAffectingValueChanged()