Searched refs:ArgumentDecoder (Results 76 - 100 of 170) sorted by relevance

1234567

/macosx-10.10/WebKit2-7600.1.25/Shared/Plugins/
H A DNPVariantData.h34 class ArgumentDecoder;
102 static bool decode(IPC::ArgumentDecoder&, NPVariantData&);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebContextMenuItemData.h40 class ArgumentDecoder;
66 static bool decode(IPC::ArgumentDecoder&, WebContextMenuItemData&);
H A DWebPageCreationParameters.h49 class ArgumentDecoder;
57 static bool decode(IPC::ArgumentDecoder&, WebPageCreationParameters&);
H A DSandboxExtension.h41 class ArgumentDecoder;
61 static bool decode(IPC::ArgumentDecoder&, Handle&);
81 static bool decode(IPC::ArgumentDecoder&, HandleArray&);
117 inline bool SandboxExtension::Handle::decode(IPC::ArgumentDecoder&, Handle&) { return true; }
125 inline bool SandboxExtension::HandleArray::decode(IPC::ArgumentDecoder&, HandleArray&) { return true; }
H A DAPIURLRequest.cpp62 bool URLRequest::decode(IPC::ArgumentDecoder& decoder, RefPtr<Object>& result)
H A DNavigationActionData.cpp29 #include "ArgumentDecoder.h"
54 bool NavigationActionData::decode(IPC::ArgumentDecoder& decoder, NavigationActionData& result)
H A DPrintInfo.cpp29 #include "ArgumentDecoder.h"
59 bool PrintInfo::decode(IPC::ArgumentDecoder& decoder, PrintInfo& info)
H A DUpdateInfo.cpp46 bool UpdateInfo::decode(IPC::ArgumentDecoder& decoder, UpdateInfo& result)
H A DWebBatteryStatus.cpp56 bool WebBatteryStatus::Data::decode(IPC::ArgumentDecoder& decoder, Data& result)
H A DWebBatteryStatus.h32 #include "ArgumentDecoder.h"
42 static bool decode(IPC::ArgumentDecoder&, Data&);
H A DWebConnection.h49 virtual bool decodeMessageBody(IPC::ArgumentDecoder&, RefPtr<API::Object>&) = 0;
H A DWebEvent.cpp29 #include "ArgumentDecoder.h"
56 bool WebEvent::decode(IPC::ArgumentDecoder& decoder, WebEvent& result)
H A DWebGeolocationPosition.cpp59 bool WebGeolocationPosition::Data::decode(IPC::ArgumentDecoder& decoder, Data& data)
H A DWebNavigationDataStore.h29 #include "ArgumentDecoder.h"
47 static bool decode(IPC::ArgumentDecoder& decoder, WebNavigationDataStore& store)
H A DWebTouchEvent.cpp50 bool WebTouchEvent::decode(IPC::ArgumentDecoder& decoder, WebTouchEvent& result)
H A DAssistedNodeInformation.h91 static bool decode(IPC::ArgumentDecoder&, OptionItem&);
135 static bool decode(IPC::ArgumentDecoder&, AssistedNodeInformation&);
/macosx-10.10/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSyscall.cpp63 std::unique_ptr<Syscall> Syscall::createFromDecoder(IPC::ArgumentDecoder* decoder)
85 std::unique_ptr<SyscallResult> SyscallResult::createFromDecoder(IPC::ArgumentDecoder* decoder, int fd)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/UserContent/
H A DWebScriptMessageHandler.h34 class ArgumentDecoder;
49 static bool decode(IPC::ArgumentDecoder&, WebScriptMessageHandlerHandle&);
H A DWebScriptMessageHandler.cpp39 bool WebScriptMessageHandlerHandle::decode(IPC::ArgumentDecoder& decoder, WebScriptMessageHandlerHandle& handle)
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginCreationParameters.cpp59 bool PluginCreationParameters::decode(IPC::ArgumentDecoder& decoder, PluginCreationParameters& result)
/macosx-10.10/WebKit2-7600.1.25/Shared/ios/
H A DWebTouchEventIOS.cpp49 bool WebTouchEvent::decode(IPC::ArgumentDecoder& decoder, WebTouchEvent& result)
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DSecItemResponseData.cpp52 bool SecItemResponseData::decode(IPC::ArgumentDecoder& decoder, SecItemResponseData& secItemResponseData)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebConnectionToWebProcess.cpp58 bool WebConnectionToWebProcess::decodeMessageBody(IPC::ArgumentDecoder& decoder, RefPtr<API::Object>& messageBody)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/
H A DWebConnectionToUIProcess.cpp60 bool WebConnectionToUIProcess::decodeMessageBody(IPC::ArgumentDecoder& decoder, RefPtr<API::Object>& messageBody)
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/
H A DStringReference.h36 class ArgumentDecoder;
72 static bool decode(ArgumentDecoder&, StringReference&);

Completed in 75 milliseconds

1234567