PanelWindow        26 ash/shell/panel_window.cc views::Widget* PanelWindow::CreatePanelWindow(const gfx::Rect& rect) {
PanelWindow        27 ash/shell/panel_window.cc   PanelWindow* panel_window = new PanelWindow("Example Panel Window");
PanelWindow        33 ash/shell/panel_window.cc PanelWindow::PanelWindow(const std::string& name)
PanelWindow        39 ash/shell/panel_window.cc PanelWindow::~PanelWindow() {
PanelWindow        42 ash/shell/panel_window.cc views::Widget* PanelWindow::CreateWidget() {
PanelWindow        60 ash/shell/panel_window.cc gfx::Size PanelWindow::GetPreferredSize() {
PanelWindow        64 ash/shell/panel_window.cc void PanelWindow::OnPaint(gfx::Canvas* canvas) {
PanelWindow        68 ash/shell/panel_window.cc base::string16 PanelWindow::GetWindowTitle() const {
PanelWindow        72 ash/shell/panel_window.cc views::View* PanelWindow::GetContentsView() {
PanelWindow        76 ash/shell/panel_window.cc bool PanelWindow::CanResize() const {
PanelWindow        80 ash/shell/panel_window.cc bool PanelWindow::CanMaximize() const {
PanelWindow        84 ash/shell/panel_window.cc views::NonClientFrameView* PanelWindow::CreateNonClientFrameView(
PanelWindow        20 ash/shell/panel_window.h class PanelWindow : public views::WidgetDelegateView {
PanelWindow        22 ash/shell/panel_window.h   explicit PanelWindow(const std::string& name);
PanelWindow        23 ash/shell/panel_window.h   virtual ~PanelWindow();
PanelWindow        50 ash/shell/panel_window.h   DISALLOW_COPY_AND_ASSIGN(PanelWindow);
PanelWindow       310 ash/shell/window_type_launcher.cc     PanelWindow::CreatePanelWindow(gfx::Rect());