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.cpp891 const size_t maxColorLength = 128; in parseColorStringWithCrazyLegacyRules() local
893 Vector<char, maxColorLength+2> digitBuffer; in parseColorStringWithCrazyLegacyRules()
902 for (; i < colorString.length() && digitBuffer.size() < maxColorLength; i++) { in parseColorStringWithCrazyLegacyRules()