Home
last modified time | relevance | path

Searched refs:GetAutomationServer (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome_frame/test/
Dproxy_factory_mock.cc57 proxy_factory_.GetAutomationServer(&launch_delegate_mock_, params, &id); in TEST_F()
73 proxy_factory_.GetAutomationServer(&launch_delegate_mock_, params, &i1); in TEST_F()
74 proxy_factory_.GetAutomationServer(&d2, params, &i2); in TEST_F()
96 proxy_factory_.GetAutomationServer(&launch_delegate_mock_, params1, &i1); in TEST_F()
97 proxy_factory_.GetAutomationServer(&d2, params2, &i2); in TEST_F()
119 proxy_factory_.GetAutomationServer(d1, params, &i1); in TEST_F()
131 proxy_factory_.GetAutomationServer(d2, params, &i2); in TEST_F()
Dproxy_factory_mock.h21 MOCK_METHOD3(GetAutomationServer,
Dautomation_client_mock.cc53 EXPECT_CALL(factory_, GetAutomationServer(testing::NotNull(), in SetAutomationServerOk()
/external/chromium_org/chrome_frame/
Dchrome_frame_automation.h284 virtual void GetAutomationServer(LaunchDelegate* delegate,
Dchrome_frame_automation.cc431 void ProxyFactory::GetAutomationServer( in GetAutomationServer() function in ProxyFactory
604 proxy_factory_->GetAutomationServer(static_cast<LaunchDelegate*>(this), in Initialize()