Searched refs:decodeInt64 (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDecoderAdapter.cpp63 bool DecoderAdapter::decodeInt64(int64_t& value) function in class:WebKit::DecoderAdapter
65 return m_decoder.decodeInt64(value);
H A DDecoderAdapter.h45 virtual bool decodeInt64(int64_t&);
/external/webkit/Source/JavaScriptCore/wtf/
H A DDecoder.h47 virtual bool decodeInt64(int64_t&) = 0;
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArgumentDecoder.h60 bool decodeInt64(int64_t&);
146 return decodeInt64(n);
H A DArgumentDecoder.cpp186 bool ArgumentDecoder::decodeInt64(int64_t& result) function in class:CoreIPC::ArgumentDecoder
/external/webkit/Source/WebCore/platform/network/
H A DFormData.cpp392 if (!decoder.decodeInt64(fileStart))
397 if (!decoder.decodeInt64(fileLength))
469 if (!decoder.decodeInt64(data->m_identifier))
/external/webkit/Source/WebCore/history/
H A DHistoryItem.cpp789 if (!decoder.decodeInt64(node->m_documentSequenceNumber))
813 if (!decoder.decodeInt64(node->m_itemSequenceNumber))

Completed in 475 milliseconds