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

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDecoderAdapter.cpp48 bool DecoderAdapter::decodeUInt32(uint32_t& value) function in class:WebKit::DecoderAdapter
50 return m_decoder.decodeUInt32(value);
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArgumentDecoder.cpp156 bool ArgumentDecoder::decodeUInt32(uint32_t& result) function in class:CoreIPC::ArgumentDecoder

Completed in 191 milliseconds