Searched refs:contextStyleSheet (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | StylePropertySet.cpp | 231 …SPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet) in setProperty() argument 240 …turn CSSParser::parseValue(this, propertyID, value, important, cssParserMode(), contextStyleSheet); in setProperty() 334 …ropertySet::parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet) in parseDeclaration() argument 339 if (contextStyleSheet) { in parseDeclaration() 340 context = contextStyleSheet->parserContext(); in parseDeclaration() 344 CSSParser parser(context, UseCounter::getFrom(contextStyleSheet)); in parseDeclaration() 345 parser.parseDeclaration(this, styleDeclaration, 0, contextStyleSheet); in parseDeclaration() 385 …ySet::addSubresourceStyleURLs(ListHashSet<KURL>& urls, StyleSheetContents* contextStyleSheet) const in addSubresourceStyleURLs() 389 propertyAt(i).value()->addSubresourceStyleURLs(urls, contextStyleSheet); in addSubresourceStyleURLs()
|
D | PropertySetCSSStyleDeclaration.cpp | 161 m_propertySet->parseDeclaration(text, contextStyleSheet()); in setCSSText() 222 bool changed = m_propertySet->setProperty(propertyID, value, important, contextStyleSheet()); in setProperty() 267 bool changed = m_propertySet->setProperty(propertyID, value, important, contextStyleSheet()); in setPropertyInternal() 344 StyleSheetContents* PropertySetCSSStyleDeclaration::contextStyleSheet() const in contextStyleSheet() function in WebCore::PropertySetCSSStyleDeclaration
|
D | StylePropertySet.h | 105 void addSubresourceStyleURLs(ListHashSet<KURL>&, StyleSheetContents* contextStyleSheet) const; 196 …ropertyID, const String& value, bool important = false, StyleSheetContents* contextStyleSheet = 0); 221 void parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet);
|
D | PropertySetCSSStyleDeclaration.h | 49 StyleSheetContents* contextStyleSheet() const;
|
D | CSSParser.h | 112 …utableStylePropertySet*, const String&, SourceDataHandler*, StyleSheetContents* contextStyleSheet); 514 …PropertySet*, CSSPropertyID, const String&, bool important, StyleSheetContents* contextStyleSheet); 515 …<ImmutableStylePropertySet> parseDeclaration(const String&, StyleSheetContents* contextStyleSheet);
|
D | CSSParser-in.cpp | 1082 …String& string, bool important, CSSParserMode cssParserMode, StyleSheetContents* contextStyleSheet) in parseValue() argument 1091 if (contextStyleSheet) { in parseValue() 1092 context = contextStyleSheet->parserContext(); in parseValue() 1102 return parser.parseValue(declaration, propertyID, string, important, contextStyleSheet); in parseValue() 1105 …PropertyID propertyID, const String& string, bool important, StyleSheetContents* contextStyleSheet) in parseValue() argument 1112 setStyleSheet(contextStyleSheet); in parseValue() 1208 …opertySet> CSSParser::parseDeclaration(const String& string, StyleSheetContents* contextStyleSheet) in parseDeclaration() argument 1210 setStyleSheet(contextStyleSheet); in parseDeclaration() 1225 … const String& string, SourceDataHandler* sourceDataHandler, StyleSheetContents* contextStyleSheet) in parseDeclaration() argument 1227 setStyleSheet(contextStyleSheet); in parseDeclaration()
|