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

  /external/chromium_org/apps/
shell_window.cc 54 ShellWindow::CreateParams::CreateParams()
55 : window_type(ShellWindow::WINDOW_TYPE_DEFAULT),
56 frame(ShellWindow::FRAME_CHROME),
65 ShellWindow::CreateParams::~CreateParams() {}
67 ShellWindow::Delegate::~Delegate() {}
69 ShellWindow::ShellWindow(Profile* profile,
82 void ShellWindow::Init(const GURL& url,
200 ShellWindow::~ShellWindow() {
    [all...]
shell_window.h 73 // ShellWindow is the type of window used by platform apps. Shell windows
75 class ShellWindow : public content::NotificationObserver,
135 ShellWindow* window,
174 // The constructor and Init methods are public for constructing a ShellWindow
176 // Normally ShellWindow::Create should be used.
178 ShellWindow(Profile* profile,
183 // |shell_window_contents| will become owned by ShellWindow.
251 virtual ~ShellWindow();
371 base::WeakPtrFactory<ShellWindow> image_loader_ptr_factory_;
378 DISALLOW_COPY_AND_ASSIGN(ShellWindow);
    [all...]

Completed in 41 milliseconds