updateActiveStyleSheets   47 Source/core/dom/DocumentStyleSheetCollection.h     bool updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
updateActiveStyleSheets   47 Source/core/dom/ShadowTreeStyleSheetCollection.h     bool updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
updateActiveStyleSheets  368 Source/core/dom/StyleEngine.cpp         requiresFullStyleRecalc = m_documentStyleSheetCollection.updateActiveStyleSheets(this, updateMode);
updateActiveStyleSheets  379 Source/core/dom/StyleEngine.cpp             collection->updateActiveStyleSheets(this, updateMode);
updateActiveStyleSheets  514 Source/core/dom/StyleEngine.cpp     if (updateActiveStyleSheets(mode))
updateActiveStyleSheets  116 Source/core/dom/StyleEngine.h     bool updateActiveStyleSheets(StyleResolverUpdateMode);
updateActiveStyleSheets  439 Source/core/inspector/InspectorCSSAgent.cpp         updateActiveStyleSheets(*it, ExistingFrontendRefresh);
updateActiveStyleSheets  504 Source/core/inspector/InspectorCSSAgent.cpp         updateActiveStyleSheets(*it, InitialFrontendLoad);
updateActiveStyleSheets  945 Source/core/inspector/InspectorCSSAgent.cpp     updateActiveStyleSheets(document, ExistingFrontendRefresh);
updateActiveStyleSheets  164 Source/core/inspector/InspectorCSSAgent.h     void updateActiveStyleSheets(Document*, StyleSheetsUpdateType);