Searched defs:decoder (Results 1 - 25 of 146) sorted by relevance

123456

/macosx-10.10/WebKit2-7600.1.25/Scripts/webkit2/
H A DMessageReceiverSuperclass-expected.cpp37 void WebPage::didReceiveMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder) argument
H A DLegacyMessageReceiver-expected.cpp107 void WebPage::didReceiveWebPageMessage(IPC::Connection*, IPC::MessageDecoder& decoder) argument
191 didReceiveSyncWebPageMessage(IPC::Connection* connection, IPC::MessageDecoder& decoder, std::unique_ptr<IPC::MessageEncoder>& replyEncoder) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DAPIData.cpp39 bool Data::decode(IPC::ArgumentDecoder& decoder, RefPtr<API::Object>& result) argument
H A DFontInfo.cpp48 bool FontInfo::decode(IPC::ArgumentDecoder& decoder, FontInfo& fontInfo) argument
H A DAPIError.cpp46 bool Error::decode(IPC::ArgumentDecoder& decoder, RefPtr<Object>& result) argument
H A DAPIGeometry.cpp40 bool Point::decode(IPC::ArgumentDecoder& decoder, RefPtr<API::Object>& result) argument
59 bool Size::decode(IPC::ArgumentDecoder& decoder, RefPtr<API::Object>& result) argument
80 bool Rect::decode(IPC::ArgumentDecoder& decoder, RefPtr<API::Object>& result) argument
[all...]
H A DAPIURLResponse.cpp45 bool URLResponse::decode(IPC::ArgumentDecoder& decoder, RefPtr<Object>& result) argument
H A DDictionaryPopupInfo.cpp49 bool DictionaryPopupInfo::decode(IPC::ArgumentDecoder& decoder, DictionaryPopupInfo& result) argument
H A DNavigationActionData.cpp54 bool NavigationActionData::decode(IPC::ArgumentDecoder& decoder, NavigationActionData& result) argument
H A DOriginAndDatabases.cpp45 bool OriginAndDatabases::decode(IPC::ArgumentDecoder& decoder, OriginAndDatabases& originAndDatabases) argument
H A DPlatformPopupMenuData.cpp49 bool PlatformPopupMenuData::decode(IPC::ArgumentDecoder& decoder, PlatformPopupMenuData& data) argument
H A DPrintInfo.cpp59 bool PrintInfo::decode(IPC::ArgumentDecoder& decoder, PrintInfo& info) argument
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentCoder.h40 static bool decode(ArgumentDecoder& decoder, T& t) argument
H A DAttachment.cpp58 bool Attachment::decode(ArgumentDecoder& decoder, Attachment& attachment) argument
H A DDataReference.cpp39 bool DataReference::decode(ArgumentDecoder& decoder, DataReference& dataReference) argument
H A DArgumentCoders.cpp40 bool ArgumentCoder<AtomicString>::decode(ArgumentDecoder& decoder, AtomicString& atomicString) argument
63 bool ArgumentCoder<CString>::decode(ArgumentDecoder& decoder, CString& result) argument
111 static inline bool decodeStringText(ArgumentDecoder& decoder, uint32_t length, String& result) argument
128 decode(ArgumentDecoder& decoder, String& result) argument
[all...]
H A DArguments.h42 static bool decode(ArgumentDecoder& decoder, std::tuple<Elements...>& tuple) argument
68 static bool decode(ArgumentDecoder& decoder, std::tuple<Elements...>& tuple) argument
88 static bool decode(ArgumentDecoder& decoder, Arguments& result) argument
H A DMessageReceiverMap.cpp77 bool MessageReceiverMap::dispatchMessage(Connection* connection, MessageDecoder& decoder) argument
94 bool MessageReceiverMap::dispatchSyncMessage(Connection* connection, MessageDecoder& decoder, std::unique_ptr<MessageEncoder>& replyEncoder) argument
[all...]
H A DStringReference.cpp47 bool StringReference::decode(ArgumentDecoder& decoder, StringReference& result) argument
/macosx-10.10/WebKit2-7600.1.25/Shared/Databases/
H A DDatabaseProcessCreationParameters.cpp45 bool DatabaseProcessCreationParameters::decode(IPC::ArgumentDecoder& decoder, DatabaseProcessCreationParameters& result) argument
/macosx-10.10/WebKit2-7600.1.25/Shared/ios/
H A DWebPlatformTouchPointIOS.cpp45 bool WebPlatformTouchPoint::decode(IPC::ArgumentDecoder& decoder, WebPlatformTouchPoint& result) argument
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DSecItemRequestData.cpp65 bool SecItemRequestData::decode(IPC::ArgumentDecoder& decoder, SecItemRequestData& secItemRequestData) argument
H A DSecItemResponseData.cpp52 bool SecItemResponseData::decode(IPC::ArgumentDecoder& decoder, SecItemResponseData& secItemResponseData) argument
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/mac/
H A DMachPort.h54 static bool decode(ArgumentDecoder& decoder, MachPort& p) argument
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginCreationParameters.cpp59 bool PluginCreationParameters::decode(IPC::ArgumentDecoder& decoder, PluginCreationParameters& result) argument
[all...]

Completed in 142 milliseconds

123456