HomeSort by relevance Sort by last modified time
    Searched refs:CSSParser (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/css/
DOMWindowCSS.cpp 33 #include "core/css/CSSParser.h"
68 // CSSParser::parseValue() won't work correctly if !important is present,
78 return CSSParser::parseValue(dummyStyle.get(), propertyID, normalizedValue, false, CSSStrictMode, 0);
84 CSSParser parser(context);
CSSParser-in.cpp 28 #include "core/css/CSSParser.h"
99 extern int cssyyparse(WebCore::CSSParser*);
238 CSSParser::CSSParser(const CSSParserContext& context, UseCounter* counter)
280 CSSParser::~CSSParser()
310 void CSSParser::setupParser(const char* prefix, unsigned prefixLength, const String& string, const char* suffix, unsigned suffixLength)
337 m_lexFunc = &CSSParser::realLex<LChar>;
359 m_lexFunc = &CSSParser::realLex<UChar>;
362 void CSSParser::parseSheet(StyleSheetContents* sheet, const String& string, const TextPosition& startPosition, So (…)
    [all...]
CSSParser.h 76 class CSSParser {
77 friend inline int cssyylex(void*, CSSParser*);
96 CSSParser(const CSSParserContext&, UseCounter* = 0);
98 ~CSSParser();
444 ImplicitScope(WebCore::CSSParser* parser, PropertyType propertyType)
447 m_parser->m_implicitShorthand = propertyType == CSSParser::PropertyImplicit;
456 WebCore::CSSParser* m_parser;
619 int (CSSParser::*m_lexFunc)(void*);
699 ShorthandScope(CSSParser* parser, CSSPropertyID propId) : m_parser(parser)
711 CSSParser* m_parser
    [all...]
CSSPageRule.cpp 25 #include "core/css/CSSParser.h"
71 CSSParser parser(parserContext());
SVGCSSParser.cpp 27 #include "core/css/CSSParser.h"
41 bool CSSParser::parseSVGValue(CSSPropertyID propId, bool important)
277 CSSParser::ImplicitScope implicitScope(this, PropertyImplicit);
291 // in either this switch statement or the one in CSSParser::parseValue
320 PassRefPtr<CSSValue> CSSParser::parseSVGStrokeDasharray()
342 PassRefPtr<CSSValue> CSSParser::parseSVGPaint()
350 PassRefPtr<CSSValue> CSSParser::parseSVGColor()
CSSStyleRule.cpp 25 #include "core/css/CSSParser.h"
94 CSSParser p(parserContext());
CSSGrammar.y.in 26 %parse-param { CSSParser* parser }
27 %lex-param { CSSParser* parser }
472 parser->reportError($3, CSSParser::InvalidRuleError);
491 parser->reportError($3, CSSParser::InvalidRuleError);
648 parser->reportError(parser->lastLocationLabel(), CSSParser::InvalidMediaQueryError);
652 parser->reportError(parser->lastLocationLabel(), CSSParser::InvalidMediaQueryError);
735 parser->reportError($4, CSSParser::InvalidSupportsConditionError);
792 parser->reportError($3, CSSParser::InvalidSupportsConditionError);
814 parser->endProperty(false, false, CSSParser::GeneralError);
894 parser->reportError(parser->lastLocationLabel(), CSSParser::InvalidKeyframeSelectorError)
    [all...]
CSSGroupingRule.cpp 35 #include "core/css/CSSParser.h"
70 CSSParser parser(parserContext(), UseCounter::getFrom(styleSheet));
CSSValuePool.cpp 30 #include "core/css/CSSParser.h"
135 value = CSSParser::parseFontFaceValue(string);
StyleSheetContents.cpp 24 #include "core/css/CSSParser.h"
278 CSSParser p(parserContext(), UseCounter::getFrom(this));
309 CSSParser p(parserContext(), UseCounter::getFrom(this));
396 return CSSParser::completeURL(m_parserContext, url);
CSSKeyframesRule.cpp 30 #include "core/css/CSSParser.h"
116 CSSParser parser(parserContext(), UseCounter::getFrom(styleSheet));
CSSStyleSheet.h 33 class CSSParser;
CSSMatrix.cpp 32 #include "core/css/CSSParser.h"
62 if (CSSParser::parseValue(styleDeclaration.get(), CSSPropertyWebkitTransform, string, true, CSSStrictMode, 0)) {
MediaList.cpp 24 #include "core/css/CSSParser.h"
77 CSSParser parser(CSSStrictMode);
StylePropertySet.cpp 28 #include "core/css/CSSParser.h"
240 return CSSParser::parseValue(this, propertyID, value, important, cssParserMode(), contextStyleSheet);
341 CSSParser parser(context, UseCounter::getFrom(contextStyleSheet));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGColor.cpp 26 #include "core/css/CSSParser.h"
54 if (CSSParser::parseColor(rgba, colorString.stripWhiteSpace())) {
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
HTMLContentElement.cpp 31 #include "core/css/CSSParser.h"
69 CSSParser parser(document());
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.cpp 33 #include "core/css/CSSParser.h"
50 if (CSSParser::parseColor(parsedColor, colorString))
52 if (CSSParser::parseSystemColor(parsedColor, colorString, document))
62 CSSParser::parseColor(rgba, canvas->inlineStyle()->getPropertyValue(CSSPropertyColor));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 36 #include "core/css/CSSParser.h"
128 // containing only style rules, even though CSSParser now provides the full rule source data tree.
143 static PassOwnPtr<CSSParser> createCSSParser(Document* document)
146 return adoptPtr(new CSSParser(document ? CSSParserContext(document) : strictCSSParserContext(), counter));
151 class StyleSheetHandler : public CSSParser::SourceDataHandler {
174 virtual void endProperty(bool, bool, unsigned, CSSParser::ErrorType) OVERRIDE;
189 OwnPtr<CSSParser> m_commentParser;
346 void StyleSheetHandler::endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParser::ErrorType errorType)
348 if (errorType != CSSParser::NoError)
417 // FIXME: Use another subclass of CSSParser::SourceDataHandler and assert tha
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
make_derived_sources.target.darwin-arm.mk     [all...]
make_derived_sources.target.darwin-mips.mk     [all...]
make_derived_sources.target.darwin-x86.mk     [all...]
make_derived_sources.target.linux-arm.mk     [all...]
make_derived_sources.target.linux-mips.mk     [all...]
make_derived_sources.target.linux-x86.mk     [all...]

Completed in 1651 milliseconds

1 2