SendCommandAndGetResult   37 chrome/test/chromedriver/chrome/devtools_client.h   virtual Status SendCommandAndGetResult(
SendCommandAndGetResult   83 chrome/test/chromedriver/chrome/devtools_client_impl.h   virtual Status SendCommandAndGetResult(
SendCommandAndGetResult  115 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc TEST_F(DevToolsClientImplTest, SendCommandAndGetResult) {
SendCommandAndGetResult  124 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc   Status status = client.SendCommandAndGetResult("method", params, &result);
SendCommandAndGetResult  520 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc   ASSERT_TRUE(client.SendCommandAndGetResult("method", params, &result).IsOk());
SendCommandAndGetResult  676 chrome/test/chromedriver/chrome/devtools_client_impl_unittest.cc   ASSERT_TRUE(client.SendCommandAndGetResult("method", params, &result).IsOk());
SendCommandAndGetResult   56 chrome/test/chromedriver/chrome/navigation_tracker.cc     Status status = client_->SendCommandAndGetResult(
SendCommandAndGetResult  176 chrome/test/chromedriver/chrome/navigation_tracker.cc     Status status = client_->SendCommandAndGetResult(
SendCommandAndGetResult   31 chrome/test/chromedriver/chrome/stub_devtools_client.cc   return SendCommandAndGetResult(method, params, &result);
SendCommandAndGetResult   33 chrome/test/chromedriver/chrome/stub_devtools_client.h   virtual Status SendCommandAndGetResult(
SendCommandAndGetResult  312 chrome/test/chromedriver/chrome/web_view_impl.cc   Status status = client_->SendCommandAndGetResult(
SendCommandAndGetResult  371 chrome/test/chromedriver/chrome/web_view_impl.cc   Status status = client_->SendCommandAndGetResult(
SendCommandAndGetResult  515 chrome/test/chromedriver/chrome/web_view_impl.cc   Status status = client->SendCommandAndGetResult(
SendCommandAndGetResult  636 chrome/test/chromedriver/chrome/web_view_impl.cc     status = client->SendCommandAndGetResult(
SendCommandAndGetResult   43 chrome/test/chromedriver/chrome/web_view_impl_unittest.cc     return SendCommandAndGetResult(method, params, NULL);