Home
last modified time | relevance | path

Searched refs:CancelAsync (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome_frame/test/
Dautomation_client_mock.cc263 EXPECT_CALL(mock_proxy_, CancelAsync(_)).Times(testing::AnyNumber()); in TEST_F()
294 EXPECT_CALL(mock_proxy_, CancelAsync(_)).Times(testing::AnyNumber()); in TEST_F()
452 EXPECT_CALL(mock_proxy_, CancelAsync(_)).Times(testing::AnyNumber()); in TEST_F()
Dautomation_client_mock.h94 MOCK_METHOD1(CancelAsync, void(void* key));
/external/chromium_org/chrome_frame/
Dchrome_frame_automation.h43 virtual void CancelAsync(void* key) = 0;
74 virtual void CancelAsync(void* key);
Dchrome_frame_automation.cc156 void ChromeFrameAutomationProxyImpl::CancelAsync(void* key) { in CancelAsync() function in ChromeFrameAutomationProxyImpl
1125 automation_server_->CancelAsync(this); in ReleaseAutomationServer()