#include "core/fxcrt/css/cfx_cssvaluelistparser.h"
#include "core/fxcrt/check.h"
#include "core/fxcrt/check_op.h"
#include "core/fxcrt/compiler_specific.h"
#include "core/fxcrt/fx_extension.h"
#include "core/fxcrt/fx_system.h"
CFX_CSSValueListParser::CFX_CSSValueListParser(WideStringView list,
wchar_t separator)
: … { … }
CFX_CSSValueListParser::~CFX_CSSValueListParser() = default;
std::optional<CFX_CSSValueListParser::Result>
CFX_CSSValueListParser::NextValue() { … }
size_t CFX_CSSValueListParser::SkipToChar(wchar_t wch) { … }
size_t CFX_CSSValueListParser::SkipToCharMatchingParens(wchar_t wch) { … }