Searched refs:styleSheetCollection (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DInspectorCSSOMWrappers.cpp106 void InspectorCSSOMWrappers::collectFromDocumentStyleSheetCollection(DocumentStyleSheetCollection* styleSheetCollection) argument
108 collectFromStyleSheets(styleSheetCollection->activeAuthorStyleSheets());
109 collect(styleSheetCollection->pageUserSheet());
110 collectFromStyleSheets(styleSheetCollection->injectedUserStyleSheets());
111 collectFromStyleSheets(styleSheetCollection->documentUserStyleSheets());
114 CSSStyleRule* InspectorCSSOMWrappers::getWrapperForRuleInSheets(StyleRule* rule, DocumentStyleSheetCollection* styleSheetCollection) argument
126 collectFromDocumentStyleSheetCollection(styleSheetCollection);
H A DStyleSheetList.cpp48 return m_document->styleSheetCollection()->styleSheetsForStyleSheetList();
53 m_detachedStyleSheets = m_document->styleSheetCollection()->styleSheetsForStyleSheetList();
H A DDocumentRuleSets.cpp49 void DocumentRuleSets::initUserStyle(DocumentStyleSheetCollection* styleSheetCollection, const MediaQueryEvaluator& medium, StyleResolver& resolver) argument
52 if (CSSStyleSheet* pageUserSheet = styleSheetCollection->pageUserSheet())
54 collectRulesFromUserStyleSheets(styleSheetCollection->injectedUserStyleSheets(), *tempUserStyle, medium, resolver);
55 collectRulesFromUserStyleSheets(styleSheetCollection->documentUserStyleSheets(), *tempUserStyle, medium, resolver);
H A DCSSStyleSheet.cpp168 if (mutationType == RuleInsertion && !contentsWereClonedForMutation && !owner->styleSheetCollection()->activeStyleSheetsContains(this)) {
H A DSelectorChecker.cpp171 document->styleSheetCollection()->setUsesFirstLetterRules(true);
455 else if (element->renderStyle() && (element->document()->styleSheetCollection()->usesSiblingRules() || element->renderStyle()->unique()))
H A DElementRuleCollector.cpp412 cookie = InspectorInstrumentation::willMatchRule(document(), rule, m_inspectorCSSOMWrappers, document()->styleSheetCollection());
H A DStyleResolver.cpp271 DocumentStyleSheetCollection* styleSheetCollection = document->styleSheetCollection(); local
272 m_ruleSets.initUserStyle(styleSheetCollection, *m_medium, *this);
283 appendAuthorStyleSheets(0, styleSheetCollection->activeAuthorStyleSheets());
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DStyleElement.cpp67 document->styleSheetCollection()->addStyleSheetCandidateNode(element, m_createdByParser);
78 document->styleSheetCollection()->removeStyleSheetCandidateNode(element);
94 document->styleSheetCollection()->removeStyleSheetCandidateNode(element);
155 document->styleSheetCollection()->removePendingSheet();
171 document->styleSheetCollection()->addPendingSheet();
200 document->styleSheetCollection()->removePendingSheet();
207 document->styleSheetCollection()->addPendingSheet();
H A DProcessingInstruction.cpp70 document()->styleSheetCollection()->removeStyleSheetCandidateNode(this);
165 document()->styleSheetCollection()->addPendingSheet();
186 document()->styleSheetCollection()->removePendingSheet();
204 document()->styleSheetCollection()->removePendingSheet();
299 document()->styleSheetCollection()->addStyleSheetCandidateNode(this, m_createdByParser);
310 document()->styleSheetCollection()->removeStyleSheetCandidateNode(this);
H A DDocumentStyleSheetCollection.cpp451 sheets.appendVector(seamlessParentIFrame->document()->styleSheetCollection()->activeAuthorStyleSheets());
H A DDocument.h471 DocumentStyleSheetCollection* styleSheetCollection() { return m_styleSheetCollection.get(); } function in class:WebCore::Document
H A DElement.cpp1600 if (document()->styleSheetCollection()->usesRemUnits() && document()->documentElement() == this && localChange != NoChange && currentStyle && newStyle && currentStyle->fontSize() != newStyle->fontSize()) {
2508 if (!document()->styleSheetCollection()->usesBeforeAfterRules())
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLQuoteElement.cpp48 document()->styleSheetCollection()->setUsesBeforeAfterRulesOverride(true);
H A DHTMLLinkElement.cpp93 document()->styleSheetCollection()->removeStyleSheetCandidateNode(this);
256 document()->styleSheetCollection()->addStyleSheetCandidateNode(this, m_createdByParser);
274 document()->styleSheetCollection()->removeStyleSheetCandidateNode(this);
453 document()->styleSheetCollection()->addPendingSheet();
466 document()->styleSheetCollection()->updateActiveStyleSheets(DocumentStyleSheetCollection::OptimizedUpdate);
470 document()->styleSheetCollection()->removePendingSheet(
H A DHTMLViewSourceDocument.cpp56 styleSheetCollection()->setUsesBeforeAfterRulesOverride(true);
/macosx-10.9.5/WebCore-7537.78.1/mathml/
H A DMathMLMathElement.cpp50 document()->styleSheetCollection()->setUsesSiblingRulesOverride(true);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBR.cpp49 if (firstLine && document()->styleSheetCollection()->usesFirstLineRules()) {
H A DRenderInline.cpp228 if (!alwaysCreateLineBoxes && checkFonts && document()->styleSheetCollection()->usesFirstLineRules()) {
1333 if (firstLine && document()->styleSheetCollection()->usesFirstLineRules()) {
H A DRenderObject.h807 RenderStyle* firstLineStyle() const { return document()->styleSheetCollection()->usesFirstLineRules() ? cachedFirstLineStyle() : style(); }
H A DRootInlineBox.cpp894 if (firstLine && !renderer->document()->styleSheetCollection()->usesFirstLineRules())
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorCSSAgent.cpp1024 void InspectorCSSAgent::willMatchRule(StyleRule* rule, InspectorCSSOMWrappers& inspectorCSSOMWrappers, DocumentStyleSheetCollection* styleSheetCollection) argument
1028 m_currentSelectorProfile->startSelector(inspectorCSSOMWrappers.getWrapperForRuleInSheets(rule, styleSheetCollection));
1040 m_currentSelectorProfile->startSelector(styleResolver->inspectorCSSOMWrappers().getWrapperForRuleInSheets(rule, styleResolver->document()->styleSheetCollection()));
1202 CSSStyleRule* cssomWrapper = styleResolver->inspectorCSSOMWrappers().getWrapperForRuleInSheets(styleRule, styleResolver->document()->styleSheetCollection());
H A DInspectorInstrumentation.h1185 inline InspectorInstrumentationCookie InspectorInstrumentation::willMatchRule(Document* document, StyleRule* rule, InspectorCSSOMWrappers& inspectorCSSOMWrappers, DocumentStyleSheetCollection* styleSheetCollection) argument
1190 return willMatchRuleImpl(instrumentingAgents, rule, inspectorCSSOMWrappers, styleSheetCollection);
1195 UNUSED_PARAM(styleSheetCollection);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPageGroup.cpp407 frame->document()->styleSheetCollection()->invalidateInjectedStyleSheetCache();
H A DPage.cpp1018 frame->document()->styleSheetCollection()->updatePageUserSheet();
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp1710 document->styleSheetCollection()->addAuthorSheet(parsedSheet);
1718 document->styleSheetCollection()->addUserSheet(parsedSheet);

Completed in 247 milliseconds

12