StyleSheetContents 58 Source/core/animation/EffectInput.cpp StyleSheetContents* styleSheetContents = element->document().elementSheet().contents(); StyleSheetContents 69 Source/core/css/CSSDefaultStyleSheets.cpp static PassRefPtrWillBeRawPtr<StyleSheetContents> parseUASheet(const String& str) StyleSheetContents 71 Source/core/css/CSSDefaultStyleSheets.cpp RefPtrWillBeRawPtr<StyleSheetContents> sheet = StyleSheetContents::create(CSSParserContext(UASheetMode, 0)); StyleSheetContents 76 Source/core/css/CSSDefaultStyleSheets.cpp static PassRefPtrWillBeRawPtr<StyleSheetContents> parseUASheet(const char* characters, unsigned size) StyleSheetContents 125 Source/core/css/CSSDefaultStyleSheets.cpp RefPtrWillBeRawPtr<StyleSheetContents> stylesheet = parseUASheet(sourceUserAgentStyleSheet, sizeof(sourceUserAgentStyleSheet)); StyleSheetContents 136 Source/core/css/CSSDefaultStyleSheets.cpp RefPtrWillBeRawPtr<StyleSheetContents> stylesheet = parseUASheet(xhtmlmpUserAgentStyleSheet, sizeof(xhtmlmpUserAgentStyleSheet)); StyleSheetContents 32 Source/core/css/CSSDefaultStyleSheets.h class StyleSheetContents; StyleSheetContents 49 Source/core/css/CSSDefaultStyleSheets.h StyleSheetContents* defaultStyleSheet() { return m_defaultStyleSheet.get(); } StyleSheetContents 50 Source/core/css/CSSDefaultStyleSheets.h StyleSheetContents* viewportStyleSheet() { return m_viewportStyleSheet.get(); } StyleSheetContents 51 Source/core/css/CSSDefaultStyleSheets.h StyleSheetContents* quirksStyleSheet() { return m_quirksStyleSheet.get(); } StyleSheetContents 52 Source/core/css/CSSDefaultStyleSheets.h StyleSheetContents* svgStyleSheet() { return m_svgStyleSheet.get(); } StyleSheetContents 53 Source/core/css/CSSDefaultStyleSheets.h StyleSheetContents* mathmlStyleSheet() { return m_mathmlStyleSheet.get(); } StyleSheetContents 54 Source/core/css/CSSDefaultStyleSheets.h StyleSheetContents* mediaControlsStyleSheet() { return m_mediaControlsStyleSheet.get(); } StyleSheetContents 55 Source/core/css/CSSDefaultStyleSheets.h StyleSheetContents* fullscreenStyleSheet() { return m_fullscreenStyleSheet.get(); } StyleSheetContents 69 Source/core/css/CSSDefaultStyleSheets.h RefPtrWillBeMember<StyleSheetContents> m_defaultStyleSheet; StyleSheetContents 70 Source/core/css/CSSDefaultStyleSheets.h RefPtrWillBeMember<StyleSheetContents> m_viewportStyleSheet; StyleSheetContents 71 Source/core/css/CSSDefaultStyleSheets.h RefPtrWillBeMember<StyleSheetContents> m_quirksStyleSheet; StyleSheetContents 72 Source/core/css/CSSDefaultStyleSheets.h RefPtrWillBeMember<StyleSheetContents> m_svgStyleSheet; StyleSheetContents 73 Source/core/css/CSSDefaultStyleSheets.h RefPtrWillBeMember<StyleSheetContents> m_mathmlStyleSheet; StyleSheetContents 74 Source/core/css/CSSDefaultStyleSheets.h RefPtrWillBeMember<StyleSheetContents> m_mediaControlsStyleSheet; StyleSheetContents 75 Source/core/css/CSSDefaultStyleSheets.h RefPtrWillBeMember<StyleSheetContents> m_fullscreenStyleSheet; StyleSheetContents 88 Source/core/css/CSSStyleSheet.cpp PassRefPtrWillBeRawPtr<CSSStyleSheet> CSSStyleSheet::create(PassRefPtrWillBeRawPtr<StyleSheetContents> sheet, CSSImportRule* ownerRule) StyleSheetContents 93 Source/core/css/CSSStyleSheet.cpp PassRefPtrWillBeRawPtr<CSSStyleSheet> CSSStyleSheet::create(PassRefPtrWillBeRawPtr<StyleSheetContents> sheet, Node* ownerNode) StyleSheetContents 98 Source/core/css/CSSStyleSheet.cpp PassRefPtrWillBeRawPtr<CSSStyleSheet> CSSStyleSheet::createInline(PassRefPtrWillBeRawPtr<StyleSheetContents> sheet, Node* ownerNode, const TextPosition& startPosition) StyleSheetContents 107 Source/core/css/CSSStyleSheet.cpp RefPtrWillBeRawPtr<StyleSheetContents> sheet = StyleSheetContents::create(baseURL.string(), parserContext); StyleSheetContents 111 Source/core/css/CSSStyleSheet.cpp CSSStyleSheet::CSSStyleSheet(PassRefPtrWillBeRawPtr<StyleSheetContents> contents, CSSImportRule* ownerRule) StyleSheetContents 123 Source/core/css/CSSStyleSheet.cpp CSSStyleSheet::CSSStyleSheet(PassRefPtrWillBeRawPtr<StyleSheetContents> contents, Node* ownerNode, bool isInlineStylesheet, const TextPosition& startPosition) StyleSheetContents 43 Source/core/css/CSSStyleSheet.h class StyleSheetContents; StyleSheetContents 52 Source/core/css/CSSStyleSheet.h static PassRefPtrWillBeRawPtr<CSSStyleSheet> create(PassRefPtrWillBeRawPtr<StyleSheetContents>, CSSImportRule* ownerRule = 0); StyleSheetContents 53 Source/core/css/CSSStyleSheet.h static PassRefPtrWillBeRawPtr<CSSStyleSheet> create(PassRefPtrWillBeRawPtr<StyleSheetContents>, Node* ownerNode); StyleSheetContents 55 Source/core/css/CSSStyleSheet.h static PassRefPtrWillBeRawPtr<CSSStyleSheet> createInline(PassRefPtrWillBeRawPtr<StyleSheetContents>, Node* ownerNode, const TextPosition& startPosition = TextPosition::minimumPosition()); StyleSheetContents 112 Source/core/css/CSSStyleSheet.h StyleSheetContents* contents() const { return m_contents.get(); } StyleSheetContents 124 Source/core/css/CSSStyleSheet.h CSSStyleSheet(PassRefPtrWillBeRawPtr<StyleSheetContents>, CSSImportRule* ownerRule); StyleSheetContents 125 Source/core/css/CSSStyleSheet.h CSSStyleSheet(PassRefPtrWillBeRawPtr<StyleSheetContents>, Node* ownerNode, bool isInlineStylesheet, const TextPosition& startPosition); StyleSheetContents 136 Source/core/css/CSSStyleSheet.h RefPtrWillBeMember<StyleSheetContents> m_contents; StyleSheetContents 35 Source/core/css/CSSValue.h class StyleSheetContents; StyleSheetContents 282 Source/core/css/PropertySetCSSStyleDeclaration.cpp StyleSheetContents* AbstractPropertySetCSSStyleDeclaration::contextStyleSheet() const StyleSheetContents 41 Source/core/css/PropertySetCSSStyleDeclaration.h class StyleSheetContents; StyleSheetContents 47 Source/core/css/PropertySetCSSStyleDeclaration.h StyleSheetContents* contextStyleSheet() const; StyleSheetContents 305 Source/core/css/RuleSet.cpp void RuleSet::addRulesFromSheet(StyleSheetContents* sheet, const MediaQueryEvaluator& medium, AddRuleFlags addRuleFlags) StyleSheetContents 52 Source/core/css/RuleSet.h class StyleSheetContents; StyleSheetContents 130 Source/core/css/RuleSet.h void addRulesFromSheet(StyleSheetContents*, const MediaQueryEvaluator&, AddRuleFlags = RuleHasNoSpecialState); StyleSheetContents 259 Source/core/css/StylePropertySet.cpp bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet) StyleSheetContents 340 Source/core/css/StylePropertySet.cpp void MutableStylePropertySet::parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet) StyleSheetContents 42 Source/core/css/StylePropertySet.h class StyleSheetContents; StyleSheetContents 207 Source/core/css/StylePropertySet.h bool setProperty(CSSPropertyID, const String& value, bool important = false, StyleSheetContents* contextStyleSheet = 0); StyleSheetContents 227 Source/core/css/StylePropertySet.h void parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet); StyleSheetContents 80 Source/core/css/StyleRuleImport.cpp m_styleSheet = StyleSheetContents::create(this, href, context); StyleSheetContents 119 Source/core/css/StyleRuleImport.cpp StyleSheetContents* rootSheet = m_parentStyleSheet; StyleSheetContents 120 Source/core/css/StyleRuleImport.cpp for (StyleSheetContents* sheet = m_parentStyleSheet; sheet; sheet = sheet->parentStyleSheet()) { StyleSheetContents 34 Source/core/css/StyleRuleImport.h class StyleSheetContents; StyleSheetContents 43 Source/core/css/StyleRuleImport.h StyleSheetContents* parentStyleSheet() const { return m_parentStyleSheet; } StyleSheetContents 44 Source/core/css/StyleRuleImport.h void setParentStyleSheet(StyleSheetContents* sheet) { ASSERT(sheet); m_parentStyleSheet = sheet; } StyleSheetContents 48 Source/core/css/StyleRuleImport.h StyleSheetContents* styleSheet() const { return m_styleSheet.get(); } StyleSheetContents 78 Source/core/css/StyleRuleImport.h RawPtrWillBeMember<StyleSheetContents> m_parentStyleSheet; StyleSheetContents 83 Source/core/css/StyleRuleImport.h RefPtrWillBeMember<StyleSheetContents> m_styleSheet; StyleSheetContents 42 Source/core/css/StyleSheetContents.cpp unsigned StyleSheetContents::estimatedSizeInBytes() const StyleSheetContents 53 Source/core/css/StyleSheetContents.cpp if (StyleSheetContents* sheet = m_importRules[i]->styleSheet()) StyleSheetContents 59 Source/core/css/StyleSheetContents.cpp StyleSheetContents::StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context) StyleSheetContents 74 Source/core/css/StyleSheetContents.cpp StyleSheetContents::StyleSheetContents(const StyleSheetContents& o) StyleSheetContents 100 Source/core/css/StyleSheetContents.cpp StyleSheetContents::~StyleSheetContents() StyleSheetContents 107 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::setHasSyntacticallyValidCSSHeader(bool isValidCss) StyleSheetContents 116 Source/core/css/StyleSheetContents.cpp bool StyleSheetContents::isCacheable() const StyleSheetContents 146 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::parserAppendRule(PassRefPtrWillBeRawPtr<StyleRuleBase> rule) StyleSheetContents 170 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::setHasMediaQueries() StyleSheetContents 177 Source/core/css/StyleSheetContents.cpp StyleRuleBase* StyleSheetContents::ruleAt(unsigned index) const StyleSheetContents 194 Source/core/css/StyleSheetContents.cpp unsigned StyleSheetContents::ruleCount() const StyleSheetContents 203 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::clearCharsetRule() StyleSheetContents 208 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::clearRules() StyleSheetContents 219 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::parserSetEncodingFromCharsetRule(const String& encoding) StyleSheetContents 226 Source/core/css/StyleSheetContents.cpp bool StyleSheetContents::wrapperInsertRule(PassRefPtrWillBeRawPtr<StyleRuleBase> rule, unsigned index) StyleSheetContents 273 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::wrapperDeleteRule(unsigned index) StyleSheetContents 300 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::parserAddNamespace(const AtomicString& prefix, const AtomicString& uri) StyleSheetContents 310 Source/core/css/StyleSheetContents.cpp const AtomicString& StyleSheetContents::determineNamespace(const AtomicString& prefix) StyleSheetContents 319 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::parseAuthorStyleSheet(const CSSStyleSheetResource* cachedStyleSheet, const SecurityOrigin* securityOrigin) StyleSheetContents 345 Source/core/css/StyleSheetContents.cpp bool StyleSheetContents::parseString(const String& sheetText) StyleSheetContents 350 Source/core/css/StyleSheetContents.cpp bool StyleSheetContents::parseStringAtPosition(const String& sheetText, const TextPosition& startPosition, bool createdByParser) StyleSheetContents 359 Source/core/css/StyleSheetContents.cpp bool StyleSheetContents::isLoading() const StyleSheetContents 368 Source/core/css/StyleSheetContents.cpp bool StyleSheetContents::loadCompleted() const StyleSheetContents 370 Source/core/css/StyleSheetContents.cpp StyleSheetContents* parentSheet = parentStyleSheet(); StyleSheetContents 374 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); StyleSheetContents 378 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::checkLoaded() StyleSheetContents 386 Source/core/css/StyleSheetContents.cpp RefPtrWillBeRawPtr<StyleSheetContents> protect(this); StyleSheetContents 388 Source/core/css/StyleSheetContents.cpp StyleSheetContents* parentSheet = parentStyleSheet(); StyleSheetContents 394 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); StyleSheetContents 421 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::notifyLoadedSheet(const CSSStyleSheetResource* sheet) StyleSheetContents 431 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::startLoadingDynamicSheet() StyleSheetContents 433 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); StyleSheetContents 447 Source/core/css/StyleSheetContents.cpp StyleSheetContents* StyleSheetContents::rootStyleSheet() const StyleSheetContents 449 Source/core/css/StyleSheetContents.cpp const StyleSheetContents* root = this; StyleSheetContents 452 Source/core/css/StyleSheetContents.cpp return const_cast<StyleSheetContents*>(root); StyleSheetContents 455 Source/core/css/StyleSheetContents.cpp bool StyleSheetContents::hasSingleOwnerNode() const StyleSheetContents 460 Source/core/css/StyleSheetContents.cpp Node* StyleSheetContents::singleOwnerNode() const StyleSheetContents 462 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); StyleSheetContents 470 Source/core/css/StyleSheetContents.cpp Document* StyleSheetContents::singleOwnerDocument() const StyleSheetContents 472 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); StyleSheetContents 476 Source/core/css/StyleSheetContents.cpp KURL StyleSheetContents::completeURL(const String& url) const StyleSheetContents 515 Source/core/css/StyleSheetContents.cpp bool StyleSheetContents::hasFailedOrCanceledSubresources() const StyleSheetContents 521 Source/core/css/StyleSheetContents.cpp Document* StyleSheetContents::clientSingleOwnerDocument() const StyleSheetContents 531 Source/core/css/StyleSheetContents.cpp StyleSheetContents* StyleSheetContents::parentStyleSheet() const StyleSheetContents 536 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::registerClient(CSSStyleSheet* sheet) StyleSheetContents 552 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::unregisterClient(CSSStyleSheet* sheet) StyleSheetContents 565 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::clientLoadCompleted(CSSStyleSheet* sheet) StyleSheetContents 577 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::clientLoadStarted(CSSStyleSheet* sheet) StyleSheetContents 584 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::removeSheetFromCache(Document* document) StyleSheetContents 590 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::addedToMemoryCache() StyleSheetContents 597 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::removedFromMemoryCache() StyleSheetContents 604 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::shrinkToFit() StyleSheetContents 610 Source/core/css/StyleSheetContents.cpp RuleSet& StyleSheetContents::ensureRuleSet(const MediaQueryEvaluator& medium, AddRuleFlags addRuleFlags) StyleSheetContents 627 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::clearRuleSet() StyleSheetContents 629 Source/core/css/StyleSheetContents.cpp if (StyleSheetContents* parentSheet = parentStyleSheet()) StyleSheetContents 653 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::notifyRemoveFontFaceRule(const StyleRuleFontFace* fontFaceRule) StyleSheetContents 655 Source/core/css/StyleSheetContents.cpp StyleSheetContents* root = rootStyleSheet(); StyleSheetContents 676 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::findFontFaceRules(WillBeHeapVector<RawPtrWillBeMember<const StyleRuleFontFace> >& fontFaceRules) StyleSheetContents 687 Source/core/css/StyleSheetContents.cpp void StyleSheetContents::trace(Visitor* visitor) StyleSheetContents 48 Source/core/css/StyleSheetContents.h class StyleSheetContents : public RefCountedWillBeGarbageCollectedFinalized<StyleSheetContents> { StyleSheetContents 50 Source/core/css/StyleSheetContents.h static PassRefPtrWillBeRawPtr<StyleSheetContents> create(const CSSParserContext& context) StyleSheetContents 52 Source/core/css/StyleSheetContents.h return adoptRefWillBeNoop(new StyleSheetContents(0, String(), context)); StyleSheetContents 54 Source/core/css/StyleSheetContents.h static PassRefPtrWillBeRawPtr<StyleSheetContents> create(const String& originalURL, const CSSParserContext& context) StyleSheetContents 56 Source/core/css/StyleSheetContents.h return adoptRefWillBeNoop(new StyleSheetContents(0, originalURL, context)); StyleSheetContents 58 Source/core/css/StyleSheetContents.h static PassRefPtrWillBeRawPtr<StyleSheetContents> create(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context) StyleSheetContents 60 Source/core/css/StyleSheetContents.h return adoptRefWillBeNoop(new StyleSheetContents(ownerRule, originalURL, context)); StyleSheetContents 63 Source/core/css/StyleSheetContents.h ~StyleSheetContents(); StyleSheetContents 80 Source/core/css/StyleSheetContents.h StyleSheetContents* rootStyleSheet() const; StyleSheetContents 114 Source/core/css/StyleSheetContents.h StyleSheetContents* parentStyleSheet() const; StyleSheetContents 134 Source/core/css/StyleSheetContents.h PassRefPtrWillBeRawPtr<StyleSheetContents> copy() const StyleSheetContents 136 Source/core/css/StyleSheetContents.h return adoptRefWillBeNoop(new StyleSheetContents(*this)); StyleSheetContents 168 Source/core/css/StyleSheetContents.h StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext&); StyleSheetContents 169 Source/core/css/StyleSheetContents.h StyleSheetContents(const StyleSheetContents&); StyleSheetContents 40 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp StyleSheetInvalidationAnalysis::StyleSheetInvalidationAnalysis(const WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >& sheets) StyleSheetContents 77 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp static bool hasDistributedRule(StyleSheetContents* styleSheetContents) StyleSheetContents 95 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp static Node* determineScopingNodeForStyleScoped(HTMLStyleElement* ownerElement, StyleSheetContents* styleSheetContents) StyleSheetContents 144 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp void StyleSheetInvalidationAnalysis::analyzeStyleSheet(StyleSheetContents* styleSheetContents) StyleSheetContents 38 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.h class StyleSheetContents; StyleSheetContents 42 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.h StyleSheetInvalidationAnalysis(const WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >&); StyleSheetContents 49 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.h void analyzeStyleSheet(StyleSheetContents*); StyleSheetContents 150 Source/core/css/parser/BisonCSSParser-in.cpp void BisonCSSParser::parseSheet(StyleSheetContents* sheet, const String& string, const TextPosition& startPosition, CSSParserObserver* observer, bool logErrors) StyleSheetContents 172 Source/core/css/parser/BisonCSSParser-in.cpp PassRefPtrWillBeRawPtr<StyleRuleBase> BisonCSSParser::parseRule(StyleSheetContents* sheet, const String& string) StyleSheetContents 181 Source/core/css/parser/BisonCSSParser-in.cpp PassRefPtrWillBeRawPtr<StyleKeyframe> BisonCSSParser::parseKeyframeRule(StyleSheetContents* sheet, const String& string) StyleSheetContents 1034 Source/core/css/parser/BisonCSSParser-in.cpp return parser.parseValue(declaration, propertyID, string, important, static_cast<StyleSheetContents*>(0)); StyleSheetContents 1037 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, CSSParserMode cssParserMode, StyleSheetContents* contextStyleSheet) StyleSheetContents 1060 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, StyleSheetContents* contextStyleSheet) StyleSheetContents 1161 Source/core/css/parser/BisonCSSParser-in.cpp PassRefPtr<ImmutableStylePropertySet> BisonCSSParser::parseDeclaration(const String& string, StyleSheetContents* contextStyleSheet) StyleSheetContents 1178 Source/core/css/parser/BisonCSSParser-in.cpp bool BisonCSSParser::parseDeclaration(MutableStylePropertySet* declaration, const String& string, CSSParserObserver* observer, StyleSheetContents* contextStyleSheet) StyleSheetContents 70 Source/core/css/parser/BisonCSSParser.h class StyleSheetContents; StyleSheetContents 90 Source/core/css/parser/BisonCSSParser.h void parseSheet(StyleSheetContents*, const String&, const TextPosition& startPosition = TextPosition::minimumPosition(), CSSParserObserver* = 0, bool = false); StyleSheetContents 91 Source/core/css/parser/BisonCSSParser.h PassRefPtrWillBeRawPtr<StyleRuleBase> parseRule(StyleSheetContents*, const String&); StyleSheetContents 92 Source/core/css/parser/BisonCSSParser.h PassRefPtrWillBeRawPtr<StyleKeyframe> parseKeyframeRule(StyleSheetContents*, const String&); StyleSheetContents 94 Source/core/css/parser/BisonCSSParser.h static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, CSSParserMode, StyleSheetContents*); StyleSheetContents 99 Source/core/css/parser/BisonCSSParser.h bool parseDeclaration(MutableStylePropertySet*, const String&, CSSParserObserver*, StyleSheetContents* contextStyleSheet); StyleSheetContents 181 Source/core/css/parser/BisonCSSParser.h RawPtrWillBeMember<StyleSheetContents> m_styleSheet; StyleSheetContents 257 Source/core/css/parser/BisonCSSParser.h void setStyleSheet(StyleSheetContents* styleSheet) { m_styleSheet = styleSheet; } StyleSheetContents 272 Source/core/css/parser/BisonCSSParser.h bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, StyleSheetContents* contextStyleSheet); StyleSheetContents 273 Source/core/css/parser/BisonCSSParser.h PassRefPtr<ImmutableStylePropertySet> parseDeclaration(const String&, StyleSheetContents* contextStyleSheet); StyleSheetContents 73 Source/core/css/resolver/ScopedStyleResolver.cpp StyleSheetContents* sheet = cssSheet->contents(); StyleSheetContents 81 Source/core/css/resolver/ScopedStyleResolver.cpp void ScopedStyleResolver::collectFeaturesTo(RuleFeatureSet& features, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) StyleSheetContents 84 Source/core/css/resolver/ScopedStyleResolver.cpp StyleSheetContents* contents = m_authorStyleSheets[i]->contents(); StyleSheetContents 43 Source/core/css/resolver/ScopedStyleResolver.h class StyleSheetContents; StyleSheetContents 65 Source/core/css/resolver/ScopedStyleResolver.h void collectFeaturesTo(RuleFeatureSet&, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents); StyleSheetContents 194 Source/core/css/resolver/ScopedStyleTree.cpp HashSet<const StyleSheetContents*> visitedSharedStyleSheetContents; StyleSheetContents 243 Source/core/dom/DOMImplementation.cpp RefPtrWillBeRawPtr<CSSStyleSheet> sheet = CSSStyleSheet::create(StyleSheetContents::create(strictCSSParserContext())); StyleSheetContents 157 Source/core/dom/Document.h class StyleSheetContents; StyleSheetContents 175 Source/core/dom/ProcessingInstruction.cpp RefPtrWillBeRawPtr<StyleSheetContents> newSheet = StyleSheetContents::create(href, parserContext); StyleSheetContents 231 Source/core/dom/StyleEngine.cpp void StyleEngine::addAuthorSheet(PassRefPtrWillBeRawPtr<StyleSheetContents> authorSheet) StyleSheetContents 568 Source/core/dom/StyleEngine.cpp static bool isCacheableForStyleElement(const StyleSheetContents& contents) StyleSheetContents 592 Source/core/dom/StyleEngine.cpp WillBeHeapHashMap<AtomicString, RawPtrWillBeMember<StyleSheetContents> >::AddResult result = m_textToSheetCache.add(textContent, nullptr); StyleSheetContents 600 Source/core/dom/StyleEngine.cpp StyleSheetContents* contents = result.storedValue->value; StyleSheetContents 624 Source/core/dom/StyleEngine.cpp void StyleEngine::removeSheet(StyleSheetContents* contents) StyleSheetContents 626 Source/core/dom/StyleEngine.cpp WillBeHeapHashMap<RawPtrWillBeMember<StyleSheetContents>, AtomicString>::iterator it = m_sheetToTextCache.find(contents); StyleSheetContents 55 Source/core/dom/StyleEngine.h class StyleSheetContents; StyleSheetContents 112 Source/core/dom/StyleEngine.h void addAuthorSheet(PassRefPtrWillBeRawPtr<StyleSheetContents> authorSheet); StyleSheetContents 189 Source/core/dom/StyleEngine.h void removeSheet(StyleSheetContents*); StyleSheetContents 250 Source/core/dom/StyleEngine.h WillBeHeapHashMap<AtomicString, RawPtrWillBeMember<StyleSheetContents> > m_textToSheetCache; StyleSheetContents 251 Source/core/dom/StyleEngine.h WillBeHeapHashMap<RawPtrWillBeMember<StyleSheetContents>, AtomicString> m_sheetToTextCache; StyleSheetContents 78 Source/core/dom/TreeScopeStyleSheetCollection.cpp TreeScopeStyleSheetCollection::StyleResolverUpdateType TreeScopeStyleSheetCollection::compareStyleSheets(const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& oldStyleSheets, const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& newStylesheets, WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >& addedSheets) StyleSheetContents 124 Source/core/dom/TreeScopeStyleSheetCollection.cpp static bool findFontFaceRulesFromStyleSheetContents(const WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >& sheets, WillBeHeapVector<RawPtrWillBeMember<const StyleRuleFontFace> >& fontFaceRules) StyleSheetContents 148 Source/core/dom/TreeScopeStyleSheetCollection.cpp WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> > addedSheets; StyleSheetContents 187 Source/core/dom/TreeScopeStyleSheetCollection.cpp StyleSheetContents* contents = m_activeAuthorStyleSheets[i]->contents(); StyleSheetContents 49 Source/core/dom/TreeScopeStyleSheetCollection.h class StyleSheetContents; StyleSheetContents 100 Source/core/dom/TreeScopeStyleSheetCollection.h static StyleResolverUpdateType compareStyleSheets(const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& oldStyleSheets, const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& newStylesheets, WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >& addedSheets); StyleSheetContents 151 Source/core/fetch/CSSStyleSheetResource.cpp PassRefPtrWillBeRawPtr<StyleSheetContents> CSSStyleSheetResource::restoreParsedStyleSheet(const CSSParserContext& context) StyleSheetContents 173 Source/core/fetch/CSSStyleSheetResource.cpp void CSSStyleSheetResource::saveParsedStyleSheet(PassRefPtrWillBeRawPtr<StyleSheetContents> sheet) StyleSheetContents 37 Source/core/fetch/CSSStyleSheetResource.h class StyleSheetContents; StyleSheetContents 51 Source/core/fetch/CSSStyleSheetResource.h PassRefPtrWillBeRawPtr<StyleSheetContents> restoreParsedStyleSheet(const CSSParserContext&); StyleSheetContents 52 Source/core/fetch/CSSStyleSheetResource.h void saveParsedStyleSheet(PassRefPtrWillBeRawPtr<StyleSheetContents>); StyleSheetContents 65 Source/core/fetch/CSSStyleSheetResource.h RefPtrWillBePersistent<StyleSheetContents> m_parsedStyleSheetCache; StyleSheetContents 748 Source/core/frame/UseCounter.cpp UseCounter* UseCounter::getFrom(const StyleSheetContents* sheetContents) StyleSheetContents 42 Source/core/frame/UseCounter.h class StyleSheetContents; StyleSheetContents 372 Source/core/frame/UseCounter.h static UseCounter* getFrom(const StyleSheetContents*); StyleSheetContents 466 Source/core/html/HTMLLinkElement.cpp if (RefPtrWillBeRawPtr<StyleSheetContents> restoredSheet = const_cast<CSSStyleSheetResource*>(cachedStyleSheet)->restoreParsedStyleSheet(parserContext)) { StyleSheetContents 481 Source/core/html/HTMLLinkElement.cpp RefPtrWillBeRawPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(href, parserContext); StyleSheetContents 1196 Source/core/inspector/InspectorPageAgent.cpp RefPtrWillBeRawPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(CSSParserContext(UASheetMode, 0)); StyleSheetContents 73 Source/core/inspector/InspectorStyleSheet.cpp StyleSheetHandler(const String& parsedText, Document* document, StyleSheetContents* styleSheetContents, RuleSourceDataList* result) StyleSheetContents 106 Source/core/inspector/InspectorStyleSheet.cpp StyleSheetContents* m_styleSheetContents; StyleSheetContents 419 Source/core/inspector/InspectorStyleSheet.cpp RefPtrWillBeRawPtr<StyleSheetContents> newStyleSheet = StyleSheetContents::create(strictCSSParserContext()); StyleSheetContents 556 Source/core/inspector/InspectorStyleSheet.cpp RefPtrWillBeRawPtr<StyleSheetContents> styleSheetContents = StyleSheetContents::create(strictCSSParserContext()); StyleSheetContents 213 Source/web/WebDocument.cpp RefPtrWillBeRawPtr<StyleSheetContents> parsedSheet = StyleSheetContents::create(CSSParserContext(*document.get(), 0)); StyleSheetContents 165 Source/web/tests/WebFrameTest.cpp RefPtrWillBeRawPtr<WebCore::StyleSheetContents> styleSheet = WebCore::StyleSheetContents::create(WebCore::CSSParserContext(WebCore::UASheetMode, 0));