![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/css/cfx_cssvaluelistparser.h"#include <memory>#include "core/fxcrt/widestring.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Functions | |
| TEST (CFX_CSSValueListParserTest, rgb_short) | |
| TEST (CFX_CSSValueListParserTest, number_parsing) | |
| TEST (CFX_CSSValueListParserTest, string_parsing) | |
| TEST (CFX_CSSValueListParserTest, multiparsing) | |
| TEST | ( | CFX_CSSValueListParserTest | , |
| multiparsing | ) |
Definition at line 108 of file cfx_cssvaluelistparser_unittest.cpp.
References CFX_CSSValue::kNumber, CFX_CSSValue::kRGB, and CFX_CSSValue::kString.
| TEST | ( | CFX_CSSValueListParserTest | , |
| number_parsing | ) |
Definition at line 42 of file cfx_cssvaluelistparser_unittest.cpp.
References CFX_CSSValue::kNumber.
| TEST | ( | CFX_CSSValueListParserTest | , |
| rgb_short | ) |
Definition at line 14 of file cfx_cssvaluelistparser_unittest.cpp.
References CFX_CSSValue::kRGB, and CFX_CSSValue::kUnknown.
| TEST | ( | CFX_CSSValueListParserTest | , |
| string_parsing | ) |
Definition at line 87 of file cfx_cssvaluelistparser_unittest.cpp.
References CFX_CSSValue::kString.