Searched refs:SendAsAsync (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome_frame/test/ |
D | automation_client_mock.cc | 252 EXPECT_CALL(mock_proxy_, SendAsAsync(testing::Property( in TEST_F() 286 EXPECT_CALL(mock_proxy_, SendAsAsync(testing::Property( in TEST_F() 321 SendAsAsync, 352 EXPECT_CALL(proxy, SendAsAsync(testing::Property( in TEST_F() 434 EXPECT_CALL(mock_proxy_, SendAsAsync(testing::Property( in TEST_F() 447 EXPECT_CALL(mock_proxy_, SendAsAsync(testing::Property( in TEST_F()
|
D | automation_client_mock.h | 90 MOCK_METHOD3(SendAsAsync,
|
/external/chromium_org/chrome_frame/ |
D | chrome_frame_automation.cc | 149 void ChromeFrameAutomationProxyImpl::SendAsAsync( in SendAsAsync() function in ChromeFrameAutomationProxyImpl 707 automation_server_->SendAsAsync(msg, new BeginNavigateContext(this), in NavigateToIndex() 751 automation_server_->SendAsAsync(msg, new BeginNavigateContext(this), this); in BeginNavigate() 786 automation_server_->SendAsAsync(msg, NULL, this); in FindInPage() 830 automation_server_->SendAsAsync(message, new CreateExternalTabContext(this), in CreateExternalTab() 886 automation_server_->SendAsAsync(message, in LaunchComplete() 1185 automation_server_->SendAsAsync(message, NULL, this); in BlockExternalTab() 1230 automation_server_->SendAsAsync(msg, unload_context, this); in OnUnload()
|
D | chrome_frame_automation.h | 39 virtual void SendAsAsync( 66 virtual void SendAsAsync(
|