Home
last modified time | relevance | path

Searched refs:greenValue (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp939 int greenValue = toASCIIHexValue(digitBuffer[greenIndex], digitBuffer[greenIndex + 1]); in parseColorStringWithCrazyLegacyRules() local
941 return makeRGB(redValue, greenValue, blueValue); in parseColorStringWithCrazyLegacyRules()