Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.cpp35 static unsigned copyFromSharedBuffer(char* buffer, unsigned bufferLength, const SharedBuffer& share… in copyFromSharedBuffer() function
93 if (copyFromSharedBuffer(contents, longestSignatureLength, data, 0) < longestSignatureLength) in create()