Searched refs:ArgumentDecoder (Results 51 - 75 of 170) sorted by relevance

1234567

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DSessionState.cpp56 bool HTTPBody::Element::decode(IPC::ArgumentDecoder& decoder, Element& result)
82 bool HTTPBody::decode(IPC::ArgumentDecoder& decoder, HTTPBody& result)
121 bool FrameState::decode(IPC::ArgumentDecoder& decoder, FrameState& result)
175 bool PageState::decode(IPC::ArgumentDecoder& decoder, PageState& result)
191 bool BackForwardListItemState::decode(IPC::ArgumentDecoder& decoder, BackForwardListItemState& result)
208 bool BackForwardListState::decode(IPC::ArgumentDecoder& decoder, BackForwardListState& result)
H A DAPIError.cpp46 bool Error::decode(IPC::ArgumentDecoder& decoder, RefPtr<Object>& result)
H A DDictionaryPopupInfo.cpp49 bool DictionaryPopupInfo::decode(IPC::ArgumentDecoder& decoder, DictionaryPopupInfo& result)
H A DFontInfo.cpp48 bool FontInfo::decode(IPC::ArgumentDecoder& decoder, FontInfo& fontInfo)
H A DInteractionInformationAtPosition.h57 static bool decode(IPC::ArgumentDecoder&, InteractionInformationAtPosition&);
H A DPlatformPopupMenuData.cpp49 bool PlatformPopupMenuData::decode(IPC::ArgumentDecoder& decoder, PlatformPopupMenuData& data)
H A DStatisticsData.h29 #include "ArgumentDecoder.h"
40 static bool decode(IPC::ArgumentDecoder&, StatisticsData&);
H A DWebPageGroupData.cpp43 bool WebPageGroupData::decode(IPC::ArgumentDecoder& decoder, WebPageGroupData& data)
H A DAPIData.h35 class ArgumentDecoder;
78 static bool decode(IPC::ArgumentDecoder&, RefPtr<API::Object>&);
H A DAPIError.h34 class ArgumentDecoder;
62 static bool decode(IPC::ArgumentDecoder&, RefPtr<Object>&);
H A DContextMenuContextData.h36 class ArgumentDecoder;
80 static bool decode(IPC::ArgumentDecoder&, ContextMenuContextData&);
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentCoders.cpp40 bool ArgumentCoder<AtomicString>::decode(ArgumentDecoder& decoder, AtomicString& atomicString)
63 bool ArgumentCoder<CString>::decode(ArgumentDecoder& decoder, CString& result)
111 static inline bool decodeStringText(ArgumentDecoder& decoder, uint32_t length, String& result)
128 bool ArgumentCoder<String>::decode(ArgumentDecoder& decoder, String& result)
H A DDataReference.cpp29 #include "ArgumentDecoder.h"
39 bool DataReference::decode(ArgumentDecoder& decoder, DataReference& dataReference)
H A DMessageDecoder.cpp45 : ArgumentDecoder(buffer.data(), buffer.size(), WTF::move(attachments))
H A DMessageDecoder.h29 #include "ArgumentDecoder.h"
37 class MessageDecoder : public ArgumentDecoder {
H A DStringReference.cpp29 #include "ArgumentDecoder.h"
47 bool StringReference::decode(ArgumentDecoder& decoder, StringReference& result)
H A DArgumentCoders.h29 #include "ArgumentDecoder.h"
47 static bool decode(ArgumentDecoder& decoder, T& t)
65 static bool decode(ArgumentDecoder& decoder, WTF::Optional<T>& optional)
91 static bool decode(ArgumentDecoder& decoder, std::pair<T, U>& pair)
113 static bool decode(ArgumentDecoder& decoder, WTF::KeyValuePair<KeyType, ValueType>& pair)
139 static bool decode(ArgumentDecoder& decoder, Vector<T, inlineCapacity>& vector)
167 static bool decode(ArgumentDecoder& decoder, Vector<T, inlineCapacity>& vector)
203 static bool decode(ArgumentDecoder& decoder, HashMapType& hashMap)
240 static bool decode(ArgumentDecoder& decoder, HashSetType& hashSet)
266 static bool decode(ArgumentDecoder
[all...]
H A DAttachment.h36 class ArgumentDecoder;
79 static bool decode(ArgumentDecoder&, Attachment&);
H A DDataReference.h34 class ArgumentDecoder;
77 static bool decode(ArgumentDecoder&, DataReference&);
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/mac/
H A DMachPort.h29 #include "ArgumentDecoder.h"
54 static bool decode(ArgumentDecoder& decoder, MachPort& p)
/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/
H A DPluginProcessCreationParameters.cpp51 bool PluginProcessCreationParameters::decode(IPC::ArgumentDecoder& decoder, PluginProcessCreationParameters& result)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebConnectionToWebProcess.h48 virtual bool decodeMessageBody(IPC::ArgumentDecoder&, RefPtr<API::Object>&) override;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/
H A DWebConnectionToUIProcess.h46 virtual bool decodeMessageBody(IPC::ArgumentDecoder&, RefPtr<API::Object>&) override;
/macosx-10.10/WebKit2-7600.1.25/Platform/
H A DSharedMemory.h39 class ArgumentDecoder;
63 static bool decode(IPC::ArgumentDecoder&, Handle&);
/macosx-10.10/WebKit2-7600.1.25/Shared/Network/
H A DNetworkProcessCreationParameters.h41 class ArgumentDecoder;
51 static bool decode(IPC::ArgumentDecoder&, NetworkProcessCreationParameters&);

Completed in 96 milliseconds

1234567