Searched refs:readHexDigits (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJSONParser.cpp142 bool readHexDigits(const CharType* start, const CharType* end, const CharType** tokenEnd, int digits) function in namespace:blink::__anon11121
165 if (!readHexDigits(start, end, &start, 2))
169 if (!readHexDigits(start, end, &start, 4))

Completed in 953 milliseconds