Home | History | Annotate | Download | only in apps

Lines Matching defs:AppWindow

81 // AppWindow is the type of window used by platform apps. App windows
83 class AppWindow : public content::NotificationObserver,
201 AppWindow* window,
240 // The constructor and Init methods are public for constructing a AppWindow
242 // Normally AppWindow::Create should be used.
244 AppWindow(content::BrowserContext* context,
249 // |app_window_contents| will become owned by AppWindow.
371 virtual ~AppWindow();
493 // The browser context with which this window is associated. AppWindow does
530 base::WeakPtrFactory<AppWindow> image_loader_ptr_factory_;
569 DISALLOW_COPY_AND_ASSIGN(AppWindow);