Searched defs:msg (Results 226 - 250 of 1904) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_destination_host.cc33 const IPC::Message& msg,
35 PPAPI_BEGIN_MESSAGE_MAP(PepperVideoDestinationHost, msg)
32 OnResourceMessageReceived( const IPC::Message& msg, HostMessageContext* context) argument
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Decho_server.h48 void Log(const char* msg) { argument
50 log_function_(msg);
/external/chromium_org/net/quic/crypto/
H A Dchannel_id_test.cc25 const char* msg; member in struct:net::test::__anon9428::TestVector
193 string msg; local
199 for (size_t i = 0; test_vector[i].msg != NULL; i++) {
202 ASSERT_TRUE(DecodeHexString(test_vector[i].msg, &msg));
218 ChannelIDVerifier::VerifyRaw(key, msg, signature, false));
/external/chromium_org/net/quic/
H A Dquic_config_test.cc44 CryptoHandshakeMessage msg; local
45 config_.ToHandshakeMessage(&msg);
48 QuicErrorCode error = msg.GetUint32(kICSL, &value);
52 error = msg.GetUint32(kMSPC, &value);
56 error = msg.GetUint32(kIFCW, &value);
60 error = msg.GetUint32(kSFCW, &value);
64 error = msg.GetUint32(kCFCW, &value);
68 error = msg.GetUint32(kSRBF, &value);
74 error = msg.GetTaglist(kCGST, &out, &out_len);
102 CryptoHandshakeMessage msg; local
153 CryptoHandshakeMessage msg; local
182 CryptoHandshakeMessage msg; local
201 CryptoHandshakeMessage msg; local
218 CryptoHandshakeMessage msg; local
229 CryptoHandshakeMessage msg; local
245 CryptoHandshakeMessage msg; local
260 CryptoHandshakeMessage msg; local
275 CryptoHandshakeMessage msg; local
[all...]
/external/chromium_org/ppapi/host/
H A Dresource_host.cc28 bool ResourceHost::HandleMessage(const IPC::Message& msg, argument
32 if (message_filters_[i]->HandleMessage(msg, context))
36 RunMessageHandlerAndReply(msg, context);
47 const IPC::Message& msg) {
48 host_->SendReply(context, msg);
46 SendReply(const ReplyMessageContext& context, const IPC::Message& msg) argument
H A Dresource_message_filter.cc62 bool ResourceMessageFilter::HandleMessage(const IPC::Message& msg, argument
64 scoped_refptr<base::TaskRunner> runner = OverrideTaskRunnerForMessage(msg);
67 DispatchMessage(msg, *context);
74 &ResourceMessageFilter::DispatchMessage, this, msg, context_copy));
83 const IPC::Message& msg) {
86 base::Bind(&ResourceMessageFilter::SendReply, this, context, msg));
90 resource_host_->SendReply(context, msg);
94 ResourceMessageFilter::OverrideTaskRunnerForMessage(const IPC::Message& msg) { argument
98 void ResourceMessageFilter::DispatchMessage(const IPC::Message& msg, argument
100 RunMessageHandlerAndReply(msg,
82 SendReply(const ReplyMessageContext& context, const IPC::Message& msg) argument
[all...]
/external/chromium_org/ppapi/proxy/
H A Ddispatcher.cc58 bool Dispatcher::OnMessageReceived(const IPC::Message& msg) { argument
59 if (msg.routing_id() <= 0 || msg.routing_id() >= API_ID_COUNT) {
65 static_cast<ApiID>(msg.routing_id()));
70 return proxy->OnMessageReceived(msg);
H A Dflash_menu_resource.cc71 const IPC::Message& msg) {
74 switch (msg.type()) {
78 msg, &selected_id))
69 OnReplyReceived( const proxy::ResourceMessageReplyParams& params, const IPC::Message& msg) argument
H A Dnetwork_monitor_resource.cc33 const IPC::Message& msg) {
34 PPAPI_BEGIN_MESSAGE_MAP(NetworkMonitorResource, msg)
40 PluginResource::OnReplyReceived(params, msg))
31 OnReplyReceived( const ResourceMessageReplyParams& params, const IPC::Message& msg) argument
H A Dppb_x509_certificate_private_proxy.cc26 void SendToBrowser(IPC::Message* msg);
46 void X509CertificatePrivate::SendToBrowser(IPC::Message* msg) { argument
47 PluginGlobals::Get()->GetBrowserSender()->Send(msg);
69 const IPC::Message& msg) {
68 OnMessageReceived( const IPC::Message& msg) argument
H A Dppp_find_proxy.cc70 bool PPP_Find_Proxy::OnMessageReceived(const IPC::Message& msg) { argument
75 IPC_BEGIN_MESSAGE_MAP(PPP_Find_Proxy, msg)
H A Dppp_input_event_proxy.cc76 bool PPP_InputEvent_Proxy::OnMessageReceived(const IPC::Message& msg) { argument
81 IPC_BEGIN_MESSAGE_MAP(PPP_InputEvent_Proxy, msg)
H A Dppp_messaging_proxy.cc70 bool PPP_Messaging_Proxy::OnMessageReceived(const IPC::Message& msg) { argument
75 IPC_BEGIN_MESSAGE_MAP(PPP_Messaging_Proxy, msg)
H A Dppp_pdf_proxy.cc56 bool PPP_Pdf_Proxy::OnMessageReceived(const IPC::Message& msg) { argument
61 IPC_BEGIN_MESSAGE_MAP(PPP_Pdf_Proxy, msg)
H A Dprinting_resource_unittest.cc61 IPC::Message msg; local
63 PpapiHostMsg_Printing_GetDefaultPrintSettings::ID, &params, &msg));
H A Dproxy_channel.cc77 bool ProxyChannel::Send(IPC::Message* msg) { argument
79 return test_sink_->Send(msg);
81 return channel_->Send(msg);
84 delete msg;
/external/chromium_org/ppapi/shared_impl/
H A Dresource.cc71 const IPC::Message& msg) {
70 OnReplyReceived(const proxy::ResourceMessageReplyParams& params, const IPC::Message& msg) argument
/external/chromium_org/remoting/host/
H A Dcontinue_window_win.cc33 static BOOL CALLBACK DialogProc(HWND hwmd, UINT msg, WPARAM wParam,
36 BOOL OnDialogMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
74 BOOL CALLBACK ContinueWindowWin::DialogProc(HWND hwnd, UINT msg, argument
77 if (msg == WM_INITDIALOG) {
87 return win->OnDialogMessage(hwnd, msg, wParam, lParam);
90 BOOL ContinueWindowWin::OnDialogMessage(HWND hwnd, UINT msg, argument
94 switch (msg) {
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-message.h96 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT argument
97 *ss_ << msg.GetString();
/external/chromium_org/third_party/icu/source/samples/datefmt/
H A Dutil.cpp12 void check(UErrorCode& status, const char* msg) { argument
14 printf("ERROR: %s (%s)\n", u_errorName(status), msg);
17 // printf("Ok: %s\n", msg);
/external/chromium_org/third_party/icu/source/samples/msgfmt/
H A Dutil.cpp12 void check(UErrorCode& status, const char* msg) { argument
14 printf("ERROR: %s (%s)\n", u_errorName(status), msg);
17 // printf("Ok: %s\n", msg);
/external/chromium_org/third_party/icu/source/samples/translit/
H A Dutil.cpp12 void check(UErrorCode& status, const char* msg) { argument
14 printf("ERROR: %s (%s)\n", u_errorName(status), msg);
17 // printf("Ok: %s\n", msg);
/external/chromium_org/third_party/icu/source/samples/ufortune/
H A Dufortune.c142 const UChar *msg = ures_getStringByKey(myResources, "optionMessage", &len, &err); local
148 u_file_write(msg, len, u_stdout); /* msg is UChar *, from resource */
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver_unittest.cc58 void Send(const StunMessage& msg) { argument
60 msg.Write(&buf);
67 StunMessage* msg = NULL; local
71 msg = new StunMessage();
72 msg->Read(&buf);
75 return msg;
96 StunMessage* msg = Receive(); local
97 ASSERT_TRUE(msg != NULL);
98 EXPECT_EQ(STUN_BINDING_RESPONSE, msg->type());
99 EXPECT_EQ(req.transaction_id(), msg
124 StunMessage* msg = Receive(); local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dtypingmonitor.cc105 void TypingMonitor::OnMessage(rtc::Message* msg) { argument

Completed in 6050 milliseconds

1234567891011>>