Lines Matching defs:ShellWindow
74 // ShellWindow is the type of window used by platform apps. Shell windows
76 class ShellWindow : public content::NotificationObserver,
195 ShellWindow* window,
234 // The constructor and Init methods are public for constructing a ShellWindow
236 // Normally ShellWindow::Create should be used.
238 ShellWindow(Profile* profile,
243 // |shell_window_contents| will become owned by ShellWindow.
348 virtual ~ShellWindow();
488 base::WeakPtrFactory<ShellWindow> image_loader_ptr_factory_;
511 DISALLOW_COPY_AND_ASSIGN(ShellWindow);