Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/cf/
DSharedBufferCF.cpp102 void SharedBuffer::copyDataArrayAndClear(char *destination, unsigned bytesToCopy) const in copyDataArrayAndClear() function in WebCore::SharedBuffer
/external/webkit/Source/WebCore/platform/
DSharedBuffer.h147 void copyDataArrayAndClear(char *destination, unsigned bytesToCopy) const;
DSharedBuffer.cpp213 copyDataArrayAndClear(destination, bytesLeft); in buffer()
/external/webkit/Source/WebCore/
DChangeLog40236 (WebCore::SharedBuffer::copyDataArrayAndClear):