Home
last modified time | relevance | path

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

/external/chromium_org/content/shell/browser/
Dshell_views.cc47 class ShellViewsDelegateAura : public views::DesktopTestViewsDelegate { class
49 ShellViewsDelegateAura() : use_transparent_windows_(false) { in ShellViewsDelegateAura() function in content::__anon08a5d3320111::ShellViewsDelegateAura
52 virtual ~ShellViewsDelegateAura() { in ~ShellViewsDelegateAura()
67 DISALLOW_COPY_AND_ASSIGN(ShellViewsDelegateAura);
315 views_delegate_ = new ShellViewsDelegateAura(); in PlatformInitialize()