HomeSort by relevance Sort by last modified time
    Searched refs:contextStyleSheet (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 259 bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet)
268 return BisonCSSParser::parseValue(this, propertyID, value, important, cssParserMode(), contextStyleSheet);
340 void MutableStylePropertySet::parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet)
344 CSSParserContext context(cssParserMode(), UseCounter::getFrom(contextStyleSheet));
345 if (contextStyleSheet) {
346 context = contextStyleSheet->parserContext();
351 parser.parseDeclaration(this, styleDeclaration, 0, contextStyleSheet);
PropertySetCSSStyleDeclaration.cpp 168 propertySet().parseDeclaration(text, contextStyleSheet());
265 bool changed = propertySet().setProperty(propertyID, value, important, contextStyleSheet());
289 StyleSheetContents* AbstractPropertySetCSSStyleDeclaration::contextStyleSheet() const
StylePropertySet.h 207 bool setProperty(CSSPropertyID, const String& value, bool important = false, StyleSheetContents* contextStyleSheet = 0);
227 void parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet);
PropertySetCSSStyleDeclaration.h 46 StyleSheetContents* contextStyleSheet() const;
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser.h 99 bool parseDeclaration(MutableStylePropertySet*, const String&, CSSParserObserver*, StyleSheetContents* contextStyleSheet);
269 bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, StyleSheetContents* contextStyleSheet);
270 PassRefPtr<ImmutableStylePropertySet> parseDeclaration(const String&, StyleSheetContents* contextStyleSheet);
BisonCSSParser-in.cpp     [all...]

Completed in 285 milliseconds