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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DecoderAdapter.cpp 53 bool DecoderAdapter::decodeUInt64(uint64_t& value)
55 return m_decoder.decodeUInt64(value);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentDecoder.cpp 67 decodeUInt64(m_destinationID);
98 if (!decodeUInt64(size))
114 if (!decodeUInt64(size))
131 if (!decodeUInt64(size))
166 bool ArgumentDecoder::decodeUInt64(uint64_t& result)

Completed in 30 milliseconds