Searched refs:CancelAsync (Results 1 – 4 of 4) sorted by relevance
263 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()
94 MOCK_METHOD1(CancelAsync, void(void* key));
43 virtual void CancelAsync(void* key) = 0;74 virtual void CancelAsync(void* key);
156 void ChromeFrameAutomationProxyImpl::CancelAsync(void* key) { in CancelAsync() function in ChromeFrameAutomationProxyImpl1125 automation_server_->CancelAsync(this); in ReleaseAutomationServer()