/external/chromium_org/ipc/ |
ipc_sync_message.h | 102 : id(id), deserializer(d), done_event(e), send_result(false) { } 106 bool send_result; member in struct:IPC::PendingSyncMsg
|
ipc_sync_message_filter.cc | 67 return pending_message.send_result; 92 (*iter)->send_result =
|
ipc_sync_channel.cc | 273 result = msg.send_result; 311 bool send_result = deserializers_.back().deserializer-> local 313 deserializers_.back().send_result = send_result; 314 VLOG_IF(1, !send_result) << "Couldn't deserialize reply message";
|
ipc_sync_channel_unittest.cc | 996 bool send_result() const { function in class:IPC::__anon13113::ServerSendAfterClose 1034 EXPECT_FALSE(server.send_result()); [all...] |
/external/chromium_org/device/bluetooth/ |
bluetooth_socket_net.cc | 260 int send_result = local 262 if (send_result != net::ERR_IO_PENDING) { 263 callback.Run(send_result); 270 int send_result) { 276 if (send_result >= net::OK) { 277 success_callback.Run(send_result); 279 error_callback.Run(net::ErrorToString(send_result));
|
bluetooth_socket_net.h | 99 int send_result);
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
datachannel.cc | 494 cricket::SendDataResult send_result = cricket::SDR_SUCCESS; local 495 bool success = provider_->SendData(send_params, buffer.data, &send_result); 498 if (send_result != cricket::SDR_BLOCK || !QueueSendDataMessage(buffer)) { 500 << "send_result = " << send_result; 547 cricket::SendDataResult send_result = cricket::SDR_SUCCESS; local 548 bool retval = provider_->SendData(send_params, buffer, &send_result); 558 } else if (send_result == cricket::SDR_BLOCK) { 562 << " the CONTROL message, send_result = " << send_result; [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
SendResult.java | 50 setContentView(R.layout.send_result);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
SendResult.java | 50 setContentView(R.layout.send_result);
|
/external/chromium_org/components/gcm_driver/ |
gcm_driver_desktop_unittest.cc | 116 GCMClient::Result send_result() const { return send_result_; } function in class:gcm::GCMDriverTest 610 EXPECT_EQ(GCMClient::GCM_DISABLED, send_result()); 619 EXPECT_EQ(GCMClient::NOT_SIGNED_IN, send_result()); 628 EXPECT_EQ(GCMClient::UNKNOWN_ERROR, send_result()); 671 EXPECT_EQ(GCMClient::UNKNOWN_ERROR, send_result()); 677 EXPECT_EQ(GCMClient::SUCCESS, send_result()); 904 EXPECT_EQ(GCMClient::SUCCESS, send_result()); 921 EXPECT_EQ(GCMClient::NOT_SIGNED_IN, send_result()); 933 EXPECT_EQ(GCMClient::SUCCESS, send_result()); [all...] |
/external/chromium_org/chrome/browser/services/gcm/ |
gcm_profile_service_unittest.cc | 89 GCMClient::Result send_result() const { return send_result_; } function in class:gcm::GCMProfileServiceTest 276 EXPECT_EQ(GCMClient::SUCCESS, send_result());
|
/external/chromium_org/components/crash/tools/ |
crash_service.cc | 408 google_breakpad::ReportResult send_result local 411 switch (send_result) {
|