| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2003 Lars Knoll (knoll@kde.org) | 2 * Copyright (C) 2003 Lars Knoll (knoll@kde.org) |
| 3 * Copyright (C) 2004, 2005, 2006, 2008, 2009, 2010 Apple Inc. All rights reserv
ed. | 3 * Copyright (C) 2004, 2005, 2006, 2008, 2009, 2010 Apple Inc. All rights reserv
ed. |
| 4 * Copyright (C) 2008 Eric Seidel <eric@webkit.org> | 4 * Copyright (C) 2008 Eric Seidel <eric@webkit.org> |
| 5 * Copyright (C) 2009 - 2010 Torch Mobile (Beijing) Co. Ltd. All rights reserve
d. | 5 * Copyright (C) 2009 - 2010 Torch Mobile (Beijing) Co. Ltd. All rights reserve
d. |
| 6 * | 6 * |
| 7 * This library is free software; you can redistribute it and/or | 7 * This library is free software; you can redistribute it and/or |
| 8 * modify it under the terms of the GNU Library General Public | 8 * modify it under the terms of the GNU Library General Public |
| 9 * License as published by the Free Software Foundation; either | 9 * License as published by the Free Software Foundation; either |
| 10 * version 2 of the License, or (at your option) any later version. | 10 * version 2 of the License, or (at your option) any later version. |
| 11 * | 11 * |
| 12 * This library is distributed in the hope that it will be useful, | 12 * This library is distributed in the hope that it will be useful, |
| 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 15 * Library General Public License for more details. | 15 * Library General Public License for more details. |
| 16 * | 16 * |
| 17 * You should have received a copy of the GNU Library General Public License | 17 * You should have received a copy of the GNU Library General Public License |
| 18 * along with this library; see the file COPYING.LIB. If not, write to | 18 * along with this library; see the file COPYING.LIB. If not, write to |
| 19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 * Boston, MA 02110-1301, USA. | 20 * Boston, MA 02110-1301, USA. |
| 21 */ | 21 */ |
| 22 | 22 |
| 23 #ifndef BisonCSSParser_h | 23 #ifndef BisonCSSParser_h |
| 24 #define BisonCSSParser_h | 24 #define BisonCSSParser_h |
| 25 | 25 |
| 26 #include "core/css/CSSCalculationValue.h" | |
| 27 #include "core/css/CSSFilterValue.h" | |
| 28 #include "core/css/CSSGradientValue.h" | |
| 29 #include "core/css/CSSProperty.h" | |
| 30 #include "core/css/CSSPropertySourceData.h" | |
| 31 #include "core/css/CSSSelector.h" | |
| 32 #include "core/css/MediaQuery.h" | |
| 33 #include "core/css/StylePropertySet.h" | |
| 34 #include "core/css/parser/CSSParserMode.h" | |
| 35 #include "core/css/parser/CSSParserObserver.h" | |
| 36 #include "core/css/parser/CSSParserValues.h" | |
| 37 #include "core/css/parser/CSSPropertyParser.h" | |
| 38 #include "core/css/parser/CSSTokenizer.h" | |
| 39 #include "gen/sky/core/CSSPropertyNames.h" | 26 #include "gen/sky/core/CSSPropertyNames.h" |
| 40 #include "gen/sky/core/CSSValueKeywords.h" | 27 #include "gen/sky/core/CSSValueKeywords.h" |
| 41 #include "platform/graphics/Color.h" | 28 #include "sky/engine/core/css/CSSCalculationValue.h" |
| 42 #include "wtf/HashSet.h" | 29 #include "sky/engine/core/css/CSSFilterValue.h" |
| 43 #include "wtf/OwnPtr.h" | 30 #include "sky/engine/core/css/CSSGradientValue.h" |
| 44 #include "wtf/Vector.h" | 31 #include "sky/engine/core/css/CSSProperty.h" |
| 45 #include "wtf/text/AtomicString.h" | 32 #include "sky/engine/core/css/CSSPropertySourceData.h" |
| 46 #include "wtf/text/TextPosition.h" | 33 #include "sky/engine/core/css/CSSSelector.h" |
| 34 #include "sky/engine/core/css/MediaQuery.h" |
| 35 #include "sky/engine/core/css/StylePropertySet.h" |
| 36 #include "sky/engine/core/css/parser/CSSParserMode.h" |
| 37 #include "sky/engine/core/css/parser/CSSParserObserver.h" |
| 38 #include "sky/engine/core/css/parser/CSSParserValues.h" |
| 39 #include "sky/engine/core/css/parser/CSSPropertyParser.h" |
| 40 #include "sky/engine/core/css/parser/CSSTokenizer.h" |
| 41 #include "sky/engine/platform/graphics/Color.h" |
| 42 #include "sky/engine/wtf/HashSet.h" |
| 43 #include "sky/engine/wtf/OwnPtr.h" |
| 44 #include "sky/engine/wtf/Vector.h" |
| 45 #include "sky/engine/wtf/text/AtomicString.h" |
| 46 #include "sky/engine/wtf/text/TextPosition.h" |
| 47 | 47 |
| 48 namespace blink { | 48 namespace blink { |
| 49 | 49 |
| 50 class AnimationParseContext; | 50 class AnimationParseContext; |
| 51 class CSSBorderImageSliceValue; | 51 class CSSBorderImageSliceValue; |
| 52 class CSSPrimitiveValue; | 52 class CSSPrimitiveValue; |
| 53 class CSSSelectorList; | 53 class CSSSelectorList; |
| 54 class CSSValue; | 54 class CSSValue; |
| 55 class CSSValueList; | 55 class CSSValueList; |
| 56 class CSSBasicShape; | 56 class CSSBasicShape; |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 inline int cssyylex(void* yylval, BisonCSSParser* parser) | 283 inline int cssyylex(void* yylval, BisonCSSParser* parser) |
| 284 { | 284 { |
| 285 return parser->m_tokenizer.lex(yylval); | 285 return parser->m_tokenizer.lex(yylval); |
| 286 } | 286 } |
| 287 | 287 |
| 288 bool isValidNthToken(const CSSParserString&); | 288 bool isValidNthToken(const CSSParserString&); |
| 289 | 289 |
| 290 } // namespace blink | 290 } // namespace blink |
| 291 | 291 |
| 292 #endif // BisonCSSParser_h | 292 #endif // BisonCSSParser_h |
| OLD | NEW |