SendCommand 62 chrome/browser/devtools/adb_client_socket.cc SendCommand(base::StringPrintf(kHostTransportCommand, serial_.c_str()), SendCommand 70 chrome/browser/devtools/adb_client_socket.cc SendCommand(socket_name_, true, SendCommand 248 chrome/browser/devtools/adb_client_socket.cc SendCommand(query, is_void, SendCommand 42 chrome/browser/devtools/adb_client_socket.h void SendCommand(const std::string& command, SendCommand 285 chrome/browser/devtools/port_forwarding_controller.cc void SendCommand(const std::string& method, int port); SendCommand 381 chrome/browser/devtools/port_forwarding_controller.cc SendCommand(method, port); SendCommand 68 chrome/browser/extensions/api/debugger/debugger_api.cc namespace SendCommand = extensions::api::debugger::SendCommand; SendCommand 90 chrome/browser/extensions/api/debugger/debugger_api.cc SendCommand::Params::CommandParams* command_params); SendCommand 368 chrome/browser/extensions/api/debugger/debugger_api.cc SendCommand::Params::CommandParams* command_params) { SendCommand 625 chrome/browser/extensions/api/debugger/debugger_api.cc scoped_ptr<SendCommand::Params> params(SendCommand::Params::Create(*args_)); SendCommand 647 chrome/browser/extensions/api/debugger/debugger_api.cc SendCommand::Results::Result result; SendCommand 651 chrome/browser/extensions/api/debugger/debugger_api.cc results_ = SendCommand::Results::Create(result); SendCommand 548 chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc SendCommand("\"proceed\""); SendCommand 40 chrome/test/chromedriver/chrome/console_logger.cc return client->SendCommand("Console.enable", params); SendCommand 23 chrome/test/chromedriver/chrome/debugger_tracker.cc return client->SendCommand("Debugger.resume", empty_params); SendCommand 35 chrome/test/chromedriver/chrome/devtools_client.h virtual Status SendCommand(const std::string& method, SendCommand 333 chrome/test/chromedriver/chrome/devtools_client_impl.cc Status enable_status = SendCommand("Inspector.enable", enable_params); SendCommand 81 chrome/test/chromedriver/chrome/devtools_client_impl.h virtual Status SendCommand(const std::string& method, SendCommand 104 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc TEST_F(DevToolsClientImplTest, SendCommand) { SendCommand 112 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_EQ(kOk, client.SendCommand("method", params).code()); SendCommand 217 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_TRUE(client.SendCommand("method", params).IsError()); SendCommand 263 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_TRUE(client.SendCommand("method", params).IsError()); SendCommand 422 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc client->SendCommand("method", params); SendCommand 471 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_TRUE(client.SendCommand("method", params).IsOk()); SendCommand 472 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_TRUE(client.SendCommand("method", params).IsOk()); SendCommand 483 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_TRUE(client.SendCommand("method", params).IsError()); SendCommand 494 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_TRUE(client.SendCommand("method", params).IsError()); SendCommand 505 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_TRUE(client.SendCommand("method", params).IsError()); SendCommand 708 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc return client_->SendCommand(method_, params); SendCommand 803 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc EXPECT_EQ(kOk, client.SendCommand("Runtime.execute", params).code()); SendCommand 899 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc client_->SendCommand("method", params); SendCommand 921 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc EXPECT_EQ(kOk, client.SendCommand("method", params).code()); SendCommand 972 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_EQ(kDisconnected, client.SendCommand("method", params).code()); SendCommand 979 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_EQ(kOk, client.SendCommand("method", params).code()); SendCommand 1026 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc Status status = client->SendCommand("hello", params); SendCommand 1058 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc client.SendCommand("first", params).code()); SendCommand 1144 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc ASSERT_EQ(kOk, client.SendCommand("cmd", params).code()); SendCommand 33 chrome/test/chromedriver/chrome/dom_tracker.cc return client->SendCommand("DOM.getDocument", params); SendCommand 64 chrome/test/chromedriver/chrome/dom_tracker.cc client->SendCommand("DOM.getDocument", params); SendCommand 41 chrome/test/chromedriver/chrome/dom_tracker_unittest.cc return SendCommand(method, params); SendCommand 34 chrome/test/chromedriver/chrome/frame_tracker.cc Status status = client->SendCommand("Runtime.enable", params); SendCommand 37 chrome/test/chromedriver/chrome/frame_tracker.cc return client->SendCommand("Page.enable", params); SendCommand 50 chrome/test/chromedriver/chrome/geolocation_override_manager.cc return client_->SendCommand("Page.setGeolocationOverride", params); SendCommand 23 chrome/test/chromedriver/chrome/heap_snapshot_taker.cc Status status2 = client_->SendCommand("Debugger.disable", params); SendCommand 50 chrome/test/chromedriver/chrome/heap_snapshot_taker.cc Status status = client_->SendCommand(kMethods[i], params); SendCommand 66 chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc return StubDevToolsClient::SendCommand(method, params); SendCommand 39 chrome/test/chromedriver/chrome/javascript_dialog_manager.cc Status status = client_->SendCommand("Page.handleJavaScriptDialog", params); SendCommand 54 chrome/test/chromedriver/chrome/javascript_dialog_manager.cc return client_->SendCommand("Page.enable", params); SendCommand 81 chrome/test/chromedriver/chrome/navigation_tracker.cc return client_->SendCommand("Page.enable", empty_params); SendCommand 40 chrome/test/chromedriver/chrome/performance_logger.cc Status status = client->SendCommand(kDomainEnableCommands[i_cmd], params); SendCommand 31 chrome/test/chromedriver/chrome/stub_devtools_client.h virtual Status SendCommand(const std::string& method, SendCommand 154 chrome/test/chromedriver/chrome/web_view_impl.cc return client_->SendCommand("Page.navigate", params); SendCommand 160 chrome/test/chromedriver/chrome/web_view_impl.cc return client_->SendCommand("Page.reload", params); SendCommand 244 chrome/test/chromedriver/chrome/web_view_impl.cc Status status = client_->SendCommand("Input.dispatchMouseEvent", params); SendCommand 273 chrome/test/chromedriver/chrome/web_view_impl.cc return client_->SendCommand("Input.dispatchTouchEvent", params); SendCommand 302 chrome/test/chromedriver/chrome/web_view_impl.cc Status status = client_->SendCommand("Input.dispatchKeyEvent", params); SendCommand 328 chrome/test/chromedriver/chrome/web_view_impl.cc return client_->SendCommand("Page.deleteCookie", params); SendCommand 416 chrome/test/chromedriver/chrome/web_view_impl.cc return client_->SendCommand("DOM.setFileInputFiles", params); SendCommand 644 chrome/test/chromedriver/chrome/web_view_impl.cc client->SendCommand("Runtime.releaseObject", params); SendCommand 63 chrome/test/chromedriver/net/adb_client_socket.cc SendCommand(base::StringPrintf(kHostTransportCommand, serial_.c_str()), SendCommand 71 chrome/test/chromedriver/net/adb_client_socket.cc SendCommand(base::StringPrintf(kLocalAbstractCommand, socket_name_.c_str()), SendCommand 269 chrome/test/chromedriver/net/adb_client_socket.cc SendCommand(query, is_void, SendCommand 45 chrome/test/chromedriver/net/adb_client_socket.h void SendCommand(const std::string& command, SendCommand 44 tools/android/forwarder2/command.h bool SendCommand(command::Type command, int port, Socket* socket); SendCommand 127 tools/android/forwarder2/device_controller.cc SendCommand(command::UNLISTEN_ERROR, port, socket.get()); SendCommand 131 tools/android/forwarder2/device_controller.cc SendCommand(command::UNLISTEN_SUCCESS, port, socket.get()); SendCommand 30 tools/android/forwarder2/device_listener.cc SendCommand(command::BIND_ERROR, listener_port, host_socket.get()); SendCommand 36 tools/android/forwarder2/device_listener.cc SendCommand(command::BIND_SUCCESS, listener_port, host_socket.get()); SendCommand 92 tools/android/forwarder2/device_listener.cc SendCommand(command::ACCEPT_ERROR, listener_port_, host_socket_.get()); SendCommand 96 tools/android/forwarder2/device_listener.cc SendCommand(command::ACCEPT_SUCCESS, listener_port_, host_socket_.get()); SendCommand 99 tools/android/forwarder2/device_listener.cc SendCommand(command::ACK, listener_port_, host_socket_.get()); SendCommand 119 tools/android/forwarder2/device_listener.cc SendCommand(command::ADB_DATA_SOCKET_SUCCESS, listener_port_, SendCommand 38 tools/android/forwarder2/host_controller.cc bool send_command_success = SendCommand( SendCommand 105 tools/android/forwarder2/host_controller.cc SendCommand( SendCommand 118 tools/android/forwarder2/host_controller.cc SendCommand( SendCommand 134 tools/android/forwarder2/host_controller.cc SendCommand(command::DATA_CONNECTION, device_port_, adb_data_socket.get()); SendCommand 160 tools/android/forwarder2/host_controller.cc if (!SendCommand(command::UNLISTEN, device_port_, &socket)) {