Searched refs:WebConnection (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebConnection.cpp27 #include "WebConnection.h"
36 WebConnection::WebConnection() function in class:WebKit::WebConnection
40 WebConnection::~WebConnection()
44 void WebConnection::initializeConnectionClient(const WKConnectionClientBase* client)
49 void WebConnection::postMessage(const String& messageName, API::Object* messageBody)
54 auto encoder = std::make_unique<IPC::MessageEncoder>(Messages::WebConnection::HandleMessage::receiverName(), Messages::WebConnection::HandleMessage::name(), 0);
61 void WebConnection
[all...]
H A DWebConnectionClient.h43 class WebConnection;
47 void didReceiveMessage(WebConnection*, const String&, API::Object*);
48 void didClose(WebConnection*);
H A DWebConnectionClient.cpp31 #include "WebConnection.h"
35 void WebConnectionClient::didReceiveMessage(WebConnection* connection, const String& messageName, API::Object* messageBody)
43 void WebConnectionClient::didClose(WebConnection* connection)
H A DWebConnection.h37 class WebConnection : public API::ObjectImpl<API::Object::Type::Connection>, public IPC::MessageReceiver, public IPC::MessageSender { class in namespace:WebKit
39 virtual ~WebConnection();
46 explicit WebConnection();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebContextConnectionClient.h40 class WebConnection;
45 void didCreateConnection(WebContext*, WebConnection*);
H A DWebContextConnectionClient.cpp33 void WebContextConnectionClient::didCreateConnection(WebContext* context, WebConnection* connection)
H A DWebConnectionToWebProcess.h29 #include "WebConnection.h"
35 class WebConnectionToWebProcess : public WebConnection {
46 // WebConnection
H A DWebConnectionToWebProcess.cpp43 m_process->addMessageReceiver(Messages::WebConnection::messageReceiverName(), *this);
51 // WebConnection
H A DWebProcessProxy.h81 WebConnection* webConnection() const { return m_webConnection.get(); }
/macosx-10.10/WebKit2-7600.1.25/Shared/API/c/
H A DWKConnectionRef.cpp30 #include "WebConnection.h"
36 return toAPI(WebConnection::APIType);
H A DWKSharedAPICast.h78 class WebConnection;
96 WK_ADD_API_MAPPING(WKConnectionRef, WebConnection)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKConnectionInternal.h31 #import "WebConnection.h"
35 inline WKConnection *wrapper(WebConnection& connection)
H A DWKConnection.mm47 self._connection.~WebConnection();
73 static void setUpClient(WKConnection *wrapper, WebConnection& connection)
106 - (WebConnection&)_connection
108 return *static_cast<WebConnection*>(object_getIndexedIvars(self));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/
H A DWebConnectionToUIProcess.h29 #include "WebConnection.h"
35 class WebConnectionToUIProcess : public WebConnection {
44 // WebConnection
H A DWebConnectionToUIProcess.cpp45 m_process->addMessageReceiver(Messages::WebConnection::messageReceiverName(), *this);
53 // WebConnection
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundle.h76 class WebConnection;
97 WebConnection* webConnectionToUIProcess() const;
H A DInjectedBundle.cpp139 WebConnection* InjectedBundle::webConnectionToUIProcess() const

Completed in 198 milliseconds