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

/external/skia/src/images/
H A DSkImageDecoder_libpvjpeg.cpp59 virtual void deallocateBuffer(uint8 *buffer) { function in class:MyObserver
/external/webkit/JavaScriptCore/wtf/
H A DVector.h289 void deallocateBuffer(T* bufferToDeallocate) function in class:WTF::VectorBufferBase
352 deallocateBuffer(buffer());
364 using Base::deallocateBuffer;
395 deallocateBuffer(buffer());
408 void deallocateBuffer(T* bufferToDeallocate) function in class:WTF::VectorBuffer
412 Base::deallocateBuffer(bufferToDeallocate);
796 m_buffer.deallocateBuffer(oldBuffer);
825 m_buffer.deallocateBuffer(oldBuffer);

Completed in 46 milliseconds