Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DLength.cpp38 static unsigned splitLength(const CharType* data, unsigned length, unsigned& intLength, unsigned& d… in splitLength() argument
49 intLength = i; in splitLength()
64 unsigned intLength; in parseHTMLAreaCoordinate() local
66 splitLength(data, length, intLength, doubleLength); in parseHTMLAreaCoordinate()
69 int r = charactersToIntStrict(data, intLength, &ok); in parseHTMLAreaCoordinate()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DSerializedScriptValue.cpp1787 uint32_t intLength = byteLength / sizeof(int32_t); in readArrayBufferView() local
1788 if (intLength * sizeof(int32_t) != byteLength) in readArrayBufferView()
1790 …*value = toV8(Int32Array::create(arrayBuffer.release(), byteOffset, intLength), v8::Handle<v8::Obj… in readArrayBufferView()
1794 uint32_t intLength = byteLength / sizeof(uint32_t); in readArrayBufferView() local
1795 if (intLength * sizeof(uint32_t) != byteLength) in readArrayBufferView()
1797 …*value = toV8(Uint32Array::create(arrayBuffer.release(), byteOffset, intLength), v8::Handle<v8::Ob… in readArrayBufferView()