Searched refs:contextStyleSheet (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | StylePropertySet.cpp | 259 …SPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet) in setProperty() argument 268 …BisonCSSParser::parseValue(this, propertyID, value, important, cssParserMode(), contextStyleSheet); in setProperty() 340 …ropertySet::parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet) in parseDeclaration() argument 344 CSSParserContext context(cssParserMode(), UseCounter::getFrom(contextStyleSheet)); in parseDeclaration() 345 if (contextStyleSheet) { in parseDeclaration() 346 context = contextStyleSheet->parserContext(); in parseDeclaration() 351 parser.parseDeclaration(this, styleDeclaration, 0, contextStyleSheet); in parseDeclaration()
|
D | PropertySetCSSStyleDeclaration.cpp | 168 propertySet().parseDeclaration(text, contextStyleSheet()); in setCSSText() 265 bool changed = propertySet().setProperty(propertyID, value, important, contextStyleSheet()); in setPropertyInternal() 289 StyleSheetContents* AbstractPropertySetCSSStyleDeclaration::contextStyleSheet() const in contextStyleSheet() function in WebCore::AbstractPropertySetCSSStyleDeclaration
|
D | StylePropertySet.h | 207 …ropertyID, const String& value, bool important = false, StyleSheetContents* contextStyleSheet = 0); 227 void parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet);
|
D | PropertySetCSSStyleDeclaration.h | 46 StyleSheetContents* contextStyleSheet() const;
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | BisonCSSParser.h | 99 …utableStylePropertySet*, const String&, CSSParserObserver*, StyleSheetContents* contextStyleSheet); 269 …PropertySet*, CSSPropertyID, const String&, bool important, StyleSheetContents* contextStyleSheet); 270 …<ImmutableStylePropertySet> parseDeclaration(const String&, StyleSheetContents* contextStyleSheet);
|
D | BisonCSSParser-in.cpp | 947 …String& string, bool important, CSSParserMode cssParserMode, StyleSheetContents* contextStyleSheet) in parseValue() argument 956 if (contextStyleSheet) { in parseValue() 957 context = contextStyleSheet->parserContext(); in parseValue() 967 return parser.parseValue(declaration, propertyID, string, important, contextStyleSheet); in parseValue() 970 …PropertyID propertyID, const String& string, bool important, StyleSheetContents* contextStyleSheet) in parseValue() argument 977 setStyleSheet(contextStyleSheet); in parseValue() 1069 …ySet> BisonCSSParser::parseDeclaration(const String& string, StyleSheetContents* contextStyleSheet) in parseDeclaration() argument 1071 setStyleSheet(contextStyleSheet); in parseDeclaration() 1083 …laration, const String& string, CSSParserObserver* observer, StyleSheetContents* contextStyleSheet) in parseDeclaration() argument 1085 setStyleSheet(contextStyleSheet); in parseDeclaration()
|