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

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

Completed in 51 milliseconds