Searched defs:TestMetroViewerProcessHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/test/
H A Dtest_metro_viewer_process_host.h16 class TestMetroViewerProcessHost : public win8::MetroViewerProcessHost { class in namespace:ash::test
18 TestMetroViewerProcessHost(base::SingleThreadTaskRunner* ipc_task_runner);
19 virtual ~TestMetroViewerProcessHost();
39 DISALLOW_COPY_AND_ASSIGN(TestMetroViewerProcessHost);
H A Dtest_metro_viewer_process_host.cc16 TestMetroViewerProcessHost::TestMetroViewerProcessHost( function in class:ash::test::TestMetroViewerProcessHost
22 TestMetroViewerProcessHost::~TestMetroViewerProcessHost() {
25 void TestMetroViewerProcessHost::TerminateViewer() {
41 void TestMetroViewerProcessHost::OnChannelError() {
46 void TestMetroViewerProcessHost::OnSetTargetSurface(
56 void TestMetroViewerProcessHost::OnOpenURL(const base::string16& url) {
59 void TestMetroViewerProcessHost::OnHandleSearchRequest(
63 void TestMetroViewerProcessHost
[all...]

Completed in 55 milliseconds