Searched refs:styleSheetContents (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/ |
D | StyleSheetInvalidationAnalysis.cpp | 77 static bool hasDistributedRule(StyleSheetContents* styleSheetContents) in hasDistributedRule() argument 79 …const WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase> >& rules = styleSheetContents->childRules… in hasDistributedRule() 95 …ScopingNodeForStyleInShadow(HTMLStyleElement* ownerElement, StyleSheetContents* styleSheetContents) in determineScopingNodeForStyleInShadow() argument 99 if (hasDistributedRule(styleSheetContents)) { in determineScopingNodeForStyleInShadow() 139 void StyleSheetInvalidationAnalysis::analyzeStyleSheet(StyleSheetContents* styleSheetContents) in analyzeStyleSheet() argument 141 ASSERT(!styleSheetContents->isLoading()); in analyzeStyleSheet() 145 …const WillBeHeapVector<RefPtrWillBeMember<StyleRuleImport> >& importRules = styleSheetContents->im… in analyzeStyleSheet() 153 if (styleSheetContents->hasSingleOwnerNode()) { in analyzeStyleSheet() 154 Node* ownerNode = styleSheetContents->singleOwnerNode(); in analyzeStyleSheet() 156 …es.append(determineScopingNodeForStyleInShadow(toHTMLStyleElement(ownerNode), styleSheetContents)); in analyzeStyleSheet() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | EffectInput.cpp | 51 StyleSheetContents* styleSheetContents = element->document().elementSheet().contents(); in convert() local 106 keyframe->setPropertyValue(id, value, styleSheetContents); in convert()
|
D | StringKeyframe.cpp | 25 …tPropertyValue(CSSPropertyID property, const String& value, StyleSheetContents* styleSheetContents) in setPropertyValue() argument 29 m_propertySet->setProperty(property, value, false, styleSheetContents); in setPropertyValue()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorStyleSheet.cpp | 72 …(const String& parsedText, Document* document, StyleSheetContents* styleSheetContents, RuleSourceD… in StyleSheetHandler() argument 75 , m_styleSheetContents(styleSheetContents) in StyleSheetHandler() 540 …RefPtrWillBeRawPtr<StyleSheetContents> styleSheetContents = StyleSheetContents::create(strictCSSPa… in verifyPropertyText() local 542 …StyleSheetHandler handler(declarationText, ownerDocument(), styleSheetContents.get(), &sourceData); in verifyPropertyText() 543 …())).parseDeclaration(tempMutableStyle.get(), declarationText, &handler, styleSheetContents.get()); in verifyPropertyText() 1115 …RefPtrWillBeRawPtr<StyleSheetContents> styleSheetContents = StyleSheetContents::create(strictCSSPa… in verifyRuleText() local 1117 StyleSheetHandler handler(text, ownerDocument(), styleSheetContents.get(), &sourceData); in verifyRuleText() 1118 …CSSParser::parseSheet(parserContextForDocument(ownerDocument()), styleSheetContents.get(), text, T… in verifyRuleText()
|