Searched refs:decodeInt32 (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDecoderAdapter.cpp58 bool DecoderAdapter::decodeInt32(int32_t& value) function in class:WebKit::DecoderAdapter
60 return m_decoder.decodeInt32(value);
H A DDecoderAdapter.h44 virtual bool decodeInt32(int32_t&);
/external/webkit/Source/JavaScriptCore/wtf/
H A DDecoder.h46 virtual bool decodeInt32(int32_t&) = 0;
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArgumentDecoder.h59 bool decodeInt32(int32_t&);
141 return decodeInt32(n);
H A DArgumentDecoder.cpp176 bool ArgumentDecoder::decodeInt32(int32_t& result) function in class:CoreIPC::ArgumentDecoder
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPIdentifierData.cpp88 return decoder->decodeInt32(result.m_number);
/external/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.h444 if (!decoder->decodeInt32(detail.location))
446 if (!decoder->decodeInt32(detail.length))
471 if (!decoder->decodeInt32(result.location))
473 if (!decoder->decodeInt32(result.length))
/external/webkit/Source/WebCore/history/
H A DHistoryItem.cpp820 if (!decoder.decodeInt32(x))
823 if (!decoder.decodeInt32(y))

Completed in 330 milliseconds