Searched refs:PanelWindow (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/shell/
H A Dpanel_window.cc26 views::Widget* PanelWindow::CreatePanelWindow(const gfx::Rect& rect) {
27 PanelWindow* panel_window = new PanelWindow("Example Panel Window");
33 PanelWindow::PanelWindow(const std::string& name) function in class:ash::PanelWindow
39 PanelWindow::~PanelWindow() {
42 views::Widget* PanelWindow::CreateWidget() {
60 gfx::Size PanelWindow::GetPreferredSize() const {
64 void PanelWindow
[all...]
H A Dpanel_window.h18 // Instances of PanelWindow will get added to the PanelContainer top level
20 class PanelWindow : public views::WidgetDelegateView { class in namespace:ash
22 explicit PanelWindow(const std::string& name);
23 virtual ~PanelWindow();
51 DISALLOW_COPY_AND_ASSIGN(PanelWindow);
H A Dwindow_type_launcher.cc314 PanelWindow::CreatePanelWindow(gfx::Rect());

Completed in 81 milliseconds