Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp826 const size_t maxColorLength = 128; in parseColorStringWithCrazyLegacyRules() local
828 Vector<char, maxColorLength+2> digitBuffer; in parseColorStringWithCrazyLegacyRules()
837 for (; i < colorString.length() && digitBuffer.size() < maxColorLength; i++) { in parseColorStringWithCrazyLegacyRules()