HomeSort by relevance Sort by last modified time
    Searched refs:SendAsAsync (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome_frame/test/
automation_client_mock.cc 252 EXPECT_CALL(mock_proxy_, SendAsAsync(testing::Property(
286 EXPECT_CALL(mock_proxy_, SendAsAsync(testing::Property(
321 SendAsAsync,
352 EXPECT_CALL(proxy, SendAsAsync(testing::Property(
434 EXPECT_CALL(mock_proxy_, SendAsAsync(testing::Property(
447 EXPECT_CALL(mock_proxy_, SendAsAsync(testing::Property(
automation_client_mock.h 92 MOCK_METHOD3(SendAsAsync,
  /external/chromium_org/chrome_frame/
chrome_frame_automation.cc 149 void ChromeFrameAutomationProxyImpl::SendAsAsync(
707 automation_server_->SendAsAsync(msg, new BeginNavigateContext(this),
751 automation_server_->SendAsAsync(msg, new BeginNavigateContext(this), this);
786 automation_server_->SendAsAsync(msg, NULL, this);
830 automation_server_->SendAsAsync(message, new CreateExternalTabContext(this),
886 automation_server_->SendAsAsync(message,
    [all...]
chrome_frame_automation.h 39 virtual void SendAsAsync(
66 virtual void SendAsAsync(

Completed in 48 milliseconds