Home | History | Annotate | Download | only in css

Lines Matching refs:parseResult

6087     bool parseResult;
6093 parseResult = fastParseColorInternal(rgb, name.characters8(), length, strict);
6095 parseResult = fastParseColorInternal(rgb, name.characters16(), length, strict);
6097 if (parseResult)