Exemplo n.º 1
0
bool CSSStyleSheet::parseString(const String &string, bool strict)
{
    return parseStringAtLine(string, strict, 0);
}
Exemplo n.º 2
0
bool CSSStyleSheet::parseString(const String &string, CSSParserMode cssParserMode)
{
    return parseStringAtLine(string, cssParserMode, 0);
}