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

  /external/chromium_org/ash/wm/
boot_splash_screen.h 40 class CopyHostContentLayerDelegate;
43 scoped_ptr<CopyHostContentLayerDelegate> layer_delegate_;
boot_splash_screen.cc 18 class BootSplashScreen::CopyHostContentLayerDelegate
21 explicit CopyHostContentLayerDelegate(aura::RootWindow* root_window)
25 virtual ~CopyHostContentLayerDelegate() {}
50 DISALLOW_COPY_AND_ASSIGN(CopyHostContentLayerDelegate);
54 : layer_delegate_(new CopyHostContentLayerDelegate(root_window)),

Completed in 52 milliseconds