OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LaunchComplete
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome_frame/test/
proxy_factory_mock.cc
51
LaunchComplete
(testing::NotNull(), testing::_)).Times(1);
64
LaunchComplete
(testing::NotNull(), testing::_)).Times(1);
65
EXPECT_CALL(d2,
LaunchComplete
(testing::NotNull(), testing::_)).Times(1);
85
LaunchComplete
(testing::NotNull(), testing::_));
86
EXPECT_CALL(d2,
LaunchComplete
(testing::NotNull(), testing::_));
116
EXPECT_CALL(*d1,
LaunchComplete
(testing::NotNull(), AUTOMATION_SUCCESS))
124
EXPECT_CALL(*d2,
LaunchComplete
(testing::NotNull(), AUTOMATION_SUCCESS))
128
//
LaunchComplete
callback have a chance to be executed.
proxy_factory_mock.h
14
MOCK_METHOD2(
LaunchComplete
, void(ChromeFrameAutomationProxy*,
automation_client_mock.cc
47
base::Bind(&LaunchDelegate::
LaunchComplete
,
/external/chromium_org/chrome_frame/
chrome_frame_automation.h
207
virtual void
LaunchComplete
(ChromeFrameAutomationProxy* proxy,
406
virtual void
LaunchComplete
(ChromeFrameAutomationProxy* proxy,
chrome_frame_automation.cc
361
delegate->
LaunchComplete
(proxy_.get(), launch_result_);
391
// on pending notifications such as
LaunchComplete
.
407
delegate->
LaunchComplete
(proxy_.get(), launch_result_);
858
void ChromeFrameAutomationClient::
LaunchComplete
(
[
all
...]
Completed in 36 milliseconds