Home
last modified time | relevance | path

Searched defs:decodeBytes (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DArgumentDecoder.cpp95 bool ArgumentDecoder::decodeBytes(Vector<uint8_t>& buffer) in decodeBytes() function in CoreIPC::ArgumentDecoder
111 bool ArgumentDecoder::decodeBytes(DataReference& dataReference) in decodeBytes() function in CoreIPC::ArgumentDecoder
127 bool ArgumentDecoder::decodeBytes(uint8_t* buffer, size_t bufferSize) in decodeBytes() function in CoreIPC::ArgumentDecoder
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DDecoderAdapter.cpp38 bool DecoderAdapter::decodeBytes(Vector<uint8_t>& bytes) in decodeBytes() function in WebKit::DecoderAdapter