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

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDecoderAdapter.cpp53 bool DecoderAdapter::decodeUInt64(uint64_t& value) function in class:WebKit::DecoderAdapter
55 return m_decoder.decodeUInt64(value);
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArgumentDecoder.cpp67 decodeUInt64(m_destinationID);
98 if (!decodeUInt64(size))
114 if (!decodeUInt64(size))
131 if (!decodeUInt64(size))
166 bool ArgumentDecoder::decodeUInt64(uint64_t& result) function in class:CoreIPC::ArgumentDecoder

Completed in 480 milliseconds