Searched refs:TestingAppShimHost (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/apps/app_shim/
H A Dapp_shim_host_mac_unittest.cc17 class TestingAppShimHost : public AppShimHost { class in namespace:__anon3455
19 TestingAppShimHost() {} function in class:__anon3455::TestingAppShimHost
20 virtual ~TestingAppShimHost() {}
34 DISALLOW_COPY_AND_ASSIGN(TestingAppShimHost);
37 bool TestingAppShimHost::ReceiveMessage(IPC::Message* message) {
43 bool TestingAppShimHost::Send(IPC::Message* message) {
61 TestingAppShimHost* host() { return host_.get(); }
116 host_.reset(new TestingAppShimHost());
119 scoped_ptr<TestingAppShimHost> host_;

Completed in 327 milliseconds