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 231 bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet)
240 return CSSParser::parseValue(this, propertyID, value, important, cssParserMode(), contextStyleSheet);
334 void MutableStylePropertySet::parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet)
339 if (contextStyleSheet) {
340 context = contextStyleSheet->parserContext();
344 CSSParser parser(context, UseCounter::getFrom(contextStyleSheet));
345 parser.parseDeclaration(this, styleDeclaration, 0, contextStyleSheet);
385 void StylePropertySet::addSubresourceStyleURLs(ListHashSet<KURL>& urls, StyleSheetContents* contextStyleSheet) const
389 propertyAt(i).value()->addSubresourceStyleURLs(urls, contextStyleSheet);
PropertySetCSSStyleDeclaration.cpp 161 m_propertySet->parseDeclaration(text, contextStyleSheet());
222 bool changed = m_propertySet->setProperty(propertyID, value, important, contextStyleSheet());
267 bool changed = m_propertySet->setProperty(propertyID, value, important, contextStyleSheet());
344 StyleSheetContents* PropertySetCSSStyleDeclaration::contextStyleSheet() const
StylePropertySet.h 105 void addSubresourceStyleURLs(ListHashSet<KURL>&, StyleSheetContents* contextStyleSheet) const;
196 bool setProperty(CSSPropertyID, const String& value, bool important = false, StyleSheetContents* contextStyleSheet = 0);
221 void parseDeclaration(const String& styleDeclaration, StyleSheetContents* contextStyleSheet);
PropertySetCSSStyleDeclaration.h 49 StyleSheetContents* contextStyleSheet() const;
CSSParser.h 112 bool parseDeclaration(MutableStylePropertySet*, const String&, SourceDataHandler*, StyleSheetContents* contextStyleSheet);
514 bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, StyleSheetContents* contextStyleSheet);
515 PassRefPtr<ImmutableStylePropertySet> parseDeclaration(const String&, StyleSheetContents* contextStyleSheet);
CSSParser-in.cpp     [all...]

Completed in 192 milliseconds