Searched refs:sendMessage (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DMessageSender.cpp35 bool MessageSender::sendMessage(std::unique_ptr<MessageEncoder> encoder, unsigned messageSendFlags) function in class:IPC::MessageSender
39 return messageSenderConnection()->sendMessage(WTF::move(encoder), messageSendFlags);
H A DMessageSender.h50 return sendMessage(WTF::move(encoder), messageSendFlags);
69 virtual bool sendMessage(std::unique_ptr<MessageEncoder>, unsigned messageSendFlags);
H A DConnection.cpp368 bool Connection::sendMessage(std::unique_ptr<MessageEncoder> encoder, unsigned messageSendFlags) function in class:IPC::Connection
390 return sendMessage(WTF::move(encoder));
473 sendMessage(WTF::move(encoder), DispatchMessageEvenWhenWaitingForSyncReply);
514 sendMessage(WTF::move(encoder), 0);
H A DConnection.h177 bool sendMessage(std::unique_ptr<MessageEncoder>, unsigned messageSendFlags = 0);
344 return sendMessage(WTF::move(encoder), messageSendFlags);
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/remote/
H A DRemoteInspectorXPCConnection.h56 void sendMessage(NSString *messageName, NSDictionary *userInfo);
H A DRemoteInspector.mm165 m_xpcConnection->sendMessage(WIRRawDataMessage, userInfo);
245 m_xpcConnection->sendMessage(@"syn", nil); // Send a simple message to initialize the XPC connection.
378 m_xpcConnection->sendMessage(WIRListingMessage, outgoing.get());
542 m_xpcConnection->sendMessage(WIRProxyApplicationSetupResponseMessage, @{
H A DRemoteInspectorXPCConnection.mm158 void RemoteInspectorXPCConnection::sendMessage(NSString *messageName, NSDictionary *userInfo)
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DChildProcessProxy.cpp89 bool ChildProcessProxy::sendMessage(std::unique_ptr<IPC::MessageEncoder> encoder, unsigned messageSendFlags) function in class:WebKit::ChildProcessProxy
98 return connection()->sendMessage(WTF::move(encoder), messageSendFlags);
147 m_connection->sendMessage(WTF::move(message), messageSendFlags);
H A DChildProcessProxy.h73 bool sendMessage(std::unique_ptr<IPC::MessageEncoder>, unsigned messageSendFlags);
104 return sendMessage(WTF::move(encoder), messageSendFlags);
H A DWebConnection.cpp58 sendMessage(WTF::move(encoder), 0);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSeccompBroker.cpp71 static ssize_t sendMessage(int socket, void* data, size_t size, int fd = -1) function in namespace:WebKit
208 if (sendMessage(m_socket, encoder->buffer(), encoder->bufferSize()) < 0)
343 if (sendMessage(socket, encoder->buffer(), encoder->bufferSize(), fd) < 0)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatConnection.h246 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toUser:(NSString *) user asAction:(BOOL) action;
247 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toChatRoom:(NSString *) room asAction:(BOOL) action;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatConnection.h246 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toUser:(NSString *) user asAction:(BOOL) action;
247 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toChatRoom:(NSString *) room asAction:(BOOL) action;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatConnection.h246 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toUser:(NSString *) user asAction:(BOOL) action;
247 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toChatRoom:(NSString *) room asAction:(BOOL) action;
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSPeer.c311 void SOSPeerSetMustSendMessage(SOSPeerRef peer, bool sendMessage) { argument
312 CFDictionarySetValue(SOSPeerGetState(peer), kSOSPeerMustSendMessageKey, sendMessage ? kCFBooleanTrue : kCFBooleanFalse);
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/mac/
H A DConnectionMac.mm207 sendMessage(WTF::move(encoder));
231 sendMessage(WTF::move(encoder));
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DRemoteLayerTreeDrawingArea.mm437 m_connection->sendMessage(WTF::move(m_commitEncoder));
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp120 WebProcess::shared().parentProcessConnection()->sendMessage(WTF::move(encoder));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.h935 virtual bool sendMessage(std::unique_ptr<IPC::MessageEncoder>, unsigned messageSendFlags) override;
H A DWebPageProxy.cpp3583 bool WebPageProxy::sendMessage(std::unique_ptr<IPC::MessageEncoder> encoder, unsigned messageSendFlags) function in class:WebKit::WebPageProxy
3585 return m_process->sendMessage(WTF::move(encoder), messageSendFlags);

Completed in 162 milliseconds