Home
last modified time | relevance | path

Searched refs:decodeInt64 (Results 1 – 8 of 8) sorted by relevance

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