HomeSort by relevance Sort by last modified time
    Searched defs:TestMetroViewerProcessHost (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/test/
test_metro_viewer_process_host.h 16 class TestMetroViewerProcessHost : public win8::MetroViewerProcessHost {
18 TestMetroViewerProcessHost(base::SingleThreadTaskRunner* ipc_task_runner);
19 virtual ~TestMetroViewerProcessHost();
35 DISALLOW_COPY_AND_ASSIGN(TestMetroViewerProcessHost);
test_metro_viewer_process_host.cc 16 TestMetroViewerProcessHost::TestMetroViewerProcessHost(
22 TestMetroViewerProcessHost::~TestMetroViewerProcessHost() {
25 void TestMetroViewerProcessHost::OnChannelError() {
30 void TestMetroViewerProcessHost::OnSetTargetSurface(
40 void TestMetroViewerProcessHost::OnOpenURL(const base::string16& url) {
43 void TestMetroViewerProcessHost::OnHandleSearchRequest(
47 void TestMetroViewerProcessHost::OnWindowSizeChanged(uint32 width,

Completed in 40 milliseconds