OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CancelAsync
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome_frame/test/
automation_client_mock.h
94
MOCK_METHOD1(
CancelAsync
, void(void* key));
automation_client_mock.cc
263
EXPECT_CALL(mock_proxy_,
CancelAsync
(_)).Times(testing::AnyNumber());
294
EXPECT_CALL(mock_proxy_,
CancelAsync
(_)).Times(testing::AnyNumber());
452
EXPECT_CALL(mock_proxy_,
CancelAsync
(_)).Times(testing::AnyNumber());
/external/chromium_org/chrome_frame/
chrome_frame_automation.h
43
virtual void
CancelAsync
(void* key) = 0;
74
virtual void
CancelAsync
(void* key);
chrome_frame_automation.cc
156
void ChromeFrameAutomationProxyImpl::
CancelAsync
(void* key) {
[
all
...]
Completed in 72 milliseconds