Searched defs:PanelWindow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shell/
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();
50 DISALLOW_COPY_AND_ASSIGN(PanelWindow);
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() {
64 void PanelWindow
[all...]

Completed in 101 milliseconds