OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAutomationServer
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome_frame/test/
proxy_factory_mock.cc
57
proxy_factory_.
GetAutomationServer
(&launch_delegate_mock_, params, &id);
73
proxy_factory_.
GetAutomationServer
(&launch_delegate_mock_, params, &i1);
74
proxy_factory_.
GetAutomationServer
(&d2, params, &i2);
96
proxy_factory_.
GetAutomationServer
(&launch_delegate_mock_, params1, &i1);
97
proxy_factory_.
GetAutomationServer
(&d2, params2, &i2);
119
proxy_factory_.
GetAutomationServer
(d1, params, &i1);
131
proxy_factory_.
GetAutomationServer
(d2, params, &i2);
proxy_factory_mock.h
21
MOCK_METHOD3(
GetAutomationServer
,
automation_client_mock.cc
53
EXPECT_CALL(factory_,
GetAutomationServer
(testing::NotNull(),
/external/chromium_org/chrome_frame/
chrome_frame_automation.h
284
virtual void
GetAutomationServer
(LaunchDelegate* delegate,
293
// Lock if we are going to call
GetAutomationServer
from more than one thread.
chrome_frame_automation.cc
431
void ProxyFactory::
GetAutomationServer
(
604
proxy_factory_->
GetAutomationServer
(static_cast<LaunchDelegate*>(this),
[
all
...]
Completed in 1488 milliseconds