Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DLength.cpp38 …ned splitLength(const CharType* data, unsigned length, unsigned& intLength, unsigned& doubleLength) in splitLength() argument
52 doubleLength = i; in splitLength()
65 unsigned doubleLength; in parseHTMLAreaCoordinate() local
66 splitLength(data, length, intLength, doubleLength); in parseHTMLAreaCoordinate()