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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryTokenizer.h 8 #include "core/css/parser/MediaQueryToken.h"
22 static void tokenize(String, Vector<MediaQueryToken>&);
26 MediaQueryToken nextToken();
32 MediaQueryToken consumeNumericToken();
33 MediaQueryToken consumeIdentLikeToken();
34 MediaQueryToken consumeNumber();
35 MediaQueryToken consumeStringTokenUntil(UChar);
49 MediaQueryToken blockStart(MediaQueryTokenType);
50 MediaQueryToken blockStart(MediaQueryTokenType blockType, MediaQueryTokenType, String);
51 MediaQueryToken blockEnd(MediaQueryTokenType, MediaQueryTokenType startType)
    [all...]
MediaQueryBlockWatcher.cpp 8 #include "core/css/parser/MediaQueryToken.h"
17 void MediaQueryBlockWatcher::handleToken(const MediaQueryToken& token)
19 if (token.blockType() == MediaQueryToken::BlockStart) {
21 } else if (token.blockType() == MediaQueryToken::BlockEnd) {
MediaQueryBlockWatcher.h 10 class MediaQueryToken;
16 void handleToken(const MediaQueryToken&);
MediaQueryParser.h 13 #include "core/css/parser/MediaQueryToken.h"
34 void addParserValue(MediaQueryTokenType, const MediaQueryToken&);
65 void processToken(const MediaQueryToken&);
67 void readRestrictor(MediaQueryTokenType, const MediaQueryToken&);
68 void readMediaType(MediaQueryTokenType, const MediaQueryToken&);
69 void readAnd(MediaQueryTokenType, const MediaQueryToken&);
70 void readFeatureStart(MediaQueryTokenType, const MediaQueryToken&);
71 void readFeature(MediaQueryTokenType, const MediaQueryToken&);
72 void readFeatureColon(MediaQueryTokenType, const MediaQueryToken&);
73 void readFeatureValue(MediaQueryTokenType, const MediaQueryToken&)
    [all...]
MediaQueryToken.cpp 6 #include "core/css/parser/MediaQueryToken.h"
15 MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, BlockType blockType)
25 MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, UChar c)
35 MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, String value, BlockType blockType)
45 MediaQueryToken::MediaQueryToken(MediaQueryTokenType type, double numericValue, NumericValueType numericValueType)
56 void MediaQueryToken::convertToDimensionWithUnit(String unit
    [all...]
SizesCalcParser.h 9 #include "core/css/parser/MediaQueryToken.h"
46 void appendNumber(const MediaQueryToken&);
47 bool appendLength(const MediaQueryToken&);
48 bool handleOperator(Vector<MediaQueryToken>& stack, const MediaQueryToken&);
49 void appendOperator(const MediaQueryToken&);
MediaQueryTokenizer.cpp 62 MediaQueryToken MediaQueryTokenizer::whiteSpace(UChar cc)
67 return MediaQueryToken(WhitespaceToken);
79 MediaQueryToken MediaQueryTokenizer::blockStart(MediaQueryTokenType type)
82 return MediaQueryToken(type, MediaQueryToken::BlockStart);
85 MediaQueryToken MediaQueryTokenizer::blockStart(MediaQueryTokenType blockType, MediaQueryTokenType type, String name)
88 return MediaQueryToken(type, name, MediaQueryToken::BlockStart);
91 MediaQueryToken MediaQueryTokenizer::blockEnd(MediaQueryTokenType type, MediaQueryTokenType startType)
94 return MediaQueryToken(type, MediaQueryToken::BlockEnd)
    [all...]
MediaQueryToken.h 41 class MediaQueryToken {
49 MediaQueryToken(MediaQueryTokenType, BlockType = NotBlock);
50 MediaQueryToken(MediaQueryTokenType, String value, BlockType = NotBlock);
52 MediaQueryToken(MediaQueryTokenType, UChar); // for DelimiterToken
53 MediaQueryToken(MediaQueryTokenType, double, NumericValueType); // for NumberToken
84 typedef Vector<MediaQueryToken>::iterator MediaQueryTokenIterator;
SizesAttributeParser.h 24 bool parse(Vector<MediaQueryToken>& tokens);
36 Vector<MediaQueryToken> m_tokens;
MediaQueryParser.cpp 19 Vector<MediaQueryToken> tokens;
60 void MediaQueryParser::readRestrictor(MediaQueryTokenType type, const MediaQueryToken& token)
65 void MediaQueryParser::readMediaType(MediaQueryTokenType type, const MediaQueryToken& token)
87 void MediaQueryParser::readAnd(MediaQueryTokenType type, const MediaQueryToken& token)
101 void MediaQueryParser::readFeatureStart(MediaQueryTokenType type, const MediaQueryToken& token)
109 void MediaQueryParser::readFeature(MediaQueryTokenType type, const MediaQueryToken& token)
119 void MediaQueryParser::readFeatureColon(MediaQueryTokenType type, const MediaQueryToken& token)
129 void MediaQueryParser::readFeatureValue(MediaQueryTokenType type, const MediaQueryToken& token)
139 void MediaQueryParser::readFeatureEnd(MediaQueryTokenType type, const MediaQueryToken& token)
154 void MediaQueryParser::skipUntilComma(MediaQueryTokenType type, const MediaQueryToken& token
    [all...]
MediaQueryTokenizerTest.cpp 64 Vector<MediaQueryToken> tokens;
105 Vector<MediaQueryToken> tokens;
123 Vector<MediaQueryToken> tokens;
MediaConditionTest.cpp 42 Vector<MediaQueryToken> tokens;
SizesAttributeParser.cpp 75 if (token->blockType() != MediaQueryToken::BlockEnd)
79 if (token->blockType() == MediaQueryToken::BlockEnd) {
81 } else if (token->blockType() == MediaQueryToken::BlockStart) {
119 bool SizesAttributeParser::parse(Vector<MediaQueryToken>& tokens)
SizesCalcParser.cpp 9 #include "core/css/parser/MediaQueryToken.h"
38 bool SizesCalcParser::handleOperator(Vector<MediaQueryToken>& stack, const MediaQueryToken& token)
63 void SizesCalcParser::appendNumber(const MediaQueryToken& token)
70 bool SizesCalcParser::appendLength(const MediaQueryToken& token)
82 void SizesCalcParser::appendOperator(const MediaQueryToken& token)
94 Vector<MediaQueryToken> stack;
SizesCalcParserTest.cpp 119 Vector<MediaQueryToken> tokens;
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 229 third_party/WebKit/Source/core/css/parser/MediaQueryToken.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 229 third_party/WebKit/Source/core/css/parser/MediaQueryToken.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 229 third_party/WebKit/Source/core/css/parser/MediaQueryToken.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 229 third_party/WebKit/Source/core/css/parser/MediaQueryToken.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 229 third_party/WebKit/Source/core/css/parser/MediaQueryToken.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 229 third_party/WebKit/Source/core/css/parser/MediaQueryToken.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 229 third_party/WebKit/Source/core/css/parser/MediaQueryToken.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 229 third_party/WebKit/Source/core/css/parser/MediaQueryToken.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 229 third_party/WebKit/Source/core/css/parser/MediaQueryToken.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 229 third_party/WebKit/Source/core/css/parser/MediaQueryToken.cpp \
    [all...]

Completed in 520 milliseconds

1 2