Home
last modified time | relevance | path

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

/external/chromium_org/chrome_frame/test/
Dproxy_factory_mock.cc58 proxy_factory_.ReleaseAutomationServer(id, &launch_delegate_mock_); in TEST_F()
77 proxy_factory_.ReleaseAutomationServer(i2, &d2); in TEST_F()
78 proxy_factory_.ReleaseAutomationServer(i1, &launch_delegate_mock_); in TEST_F()
100 proxy_factory_.ReleaseAutomationServer(i2, &d2); in TEST_F()
101 proxy_factory_.ReleaseAutomationServer(i1, &launch_delegate_mock_); in TEST_F()
133 proxy_factory_.ReleaseAutomationServer(i2, d2); in TEST_F()
137 proxy_factory_.ReleaseAutomationServer(i1, d1); in TEST_F()
Dproxy_factory_mock.h25 MOCK_METHOD2(ReleaseAutomationServer, bool(void* server_id,
Dautomation_client_mock.cc62 ReleaseAutomationServer(testing::Eq(id_), testing::NotNull())) in SetAutomationServerOk()
/external/chromium_org/chrome_frame/
Dchrome_frame_automation.h287 virtual bool ReleaseAutomationServer(void* server_id,
355 void ReleaseAutomationServer();
Dchrome_frame_automation.cc464 bool ProxyFactory::ReleaseAutomationServer(void* server_id, in ReleaseAutomationServer() function in ProxyFactory
633 ReleaseAutomationServer(); in Uninitialize()
1109 void ChromeFrameAutomationClient::ReleaseAutomationServer() { in ReleaseAutomationServer() function in ChromeFrameAutomationClient
1128 proxy_factory_->ReleaseAutomationServer(server_id, this); in ReleaseAutomationServer()