Searched refs:UseViews (Results 1 – 5 of 5) sorted by relevance
46 virtual bool UseViews() = 0;
32 bool UseViews() override;
44 if (MainContext::Get()->UseViews()) in CreateWindowTestRunner()
115 RootWindow::Create(MainContext::Get()->UseViews()); in CreateRootWindow()141 RootWindow::Create(MainContext::Get()->UseViews()); in CreateRootWindowAsPopup()
170 bool MainContextImpl::UseViews() { in UseViews() function in client::MainContextImpl