HomeSort by relevance Sort by last modified time
    Searched defs:decodeBytes (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DecoderAdapter.cpp 38 bool DecoderAdapter::decodeBytes(Vector<uint8_t>& bytes)
40 return m_decoder.decodeBytes(bytes);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentDecoder.cpp 95 bool ArgumentDecoder::decodeBytes(Vector<uint8_t>& buffer)
111 bool ArgumentDecoder::decodeBytes(DataReference& dataReference)
127 bool ArgumentDecoder::decodeBytes(uint8_t* buffer, size_t bufferSize)

Completed in 249 milliseconds