Home
last modified time | relevance | path

Searched refs:decodeUInt64 (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DArgumentDecoder.cpp67 decodeUInt64(m_destinationID); in initialize()
98 if (!decodeUInt64(size)) in decodeBytes()
114 if (!decodeUInt64(size)) in decodeBytes()
131 if (!decodeUInt64(size)) in decodeBytes()
166 bool ArgumentDecoder::decodeUInt64(uint64_t& result) in decodeUInt64() function in CoreIPC::ArgumentDecoder
DArgumentDecoder.h58 bool decodeUInt64(uint64_t&);
69 if (!decodeUInt64(value)) in decodeEnum()
136 return decodeUInt64(n); in decode()
DArgumentCoders.h89 if (!decoder->decodeUInt64(size))
119 if (!decoder->decodeUInt64(size))
DConnection.cpp583 if (!arguments->decodeUInt64(syncRequestID) || !syncRequestID) { in dispatchSyncMessage()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DDecoderAdapter.cpp53 bool DecoderAdapter::decodeUInt64(uint64_t& value) in decodeUInt64() function in WebKit::DecoderAdapter
55 return m_decoder.decodeUInt64(value); in decodeUInt64()
DDecoderAdapter.h43 virtual bool decodeUInt64(uint64_t&);
/external/webkit/Source/WebKit2/Platform/win/
DSharedMemoryWin.cpp93 if (!decoder->decodeUInt64(size)) in decode()
97 if (!decoder->decodeUInt64(sourceHandle)) in decode()
/external/webkit/Source/JavaScriptCore/wtf/
DDecoder.h45 virtual bool decodeUInt64(uint64_t&) = 0;
/external/webkit/Source/WebKit2/Shared/cf/
DArgumentCodersCF.cpp231 if (!decoder->decodeUInt64(size)) in decode()
308 if (!decoder->decodeUInt64(size)) in decode()
/external/webkit/Source/WebKit2/Platform/mac/
DSharedMemoryMac.cpp70 if (!decoder->decodeUInt64(size)) in decode()
/external/webkit/Source/WebCore/history/
DHistoryItem.cpp771 if (!decoder.decodeUInt64(size)) in decodeBackForwardTree()
792 if (!decoder.decodeUInt64(size)) in decodeBackForwardTree()
/external/webkit/Source/WebCore/platform/network/
DFormData.cpp457 if (!decoder.decodeUInt64(elementsSize)) in decodeForBackForward()
/external/webkit/Source/WebKit2/Shared/mac/
DArgumentCodersMac.mm273 if (!decoder->decodeUInt64(size))
/external/webkit/Source/WebKit2/
DChangeLog5854 (CoreIPC::ArgumentDecoder::decodeUInt64):