Searched defs:initWithData (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayPiece.cpp21 initWithData(data, byteLength);
27 initWithData(buffer->data(), buffer->byteLength());
36 initWithData(buffer->baseAddress(), buffer->byteLength());
64 void ArrayPiece::initWithData(void* data, unsigned byteLength) function in class:WTF::ArrayPiece

Completed in 144 milliseconds