AppWindowFrameView 38 apps/ui/views/app_window_frame_view.cc const char AppWindowFrameView::kViewClassName[] = AppWindowFrameView 41 apps/ui/views/app_window_frame_view.cc AppWindowFrameView::AppWindowFrameView() AppWindowFrameView 52 apps/ui/views/app_window_frame_view.cc AppWindowFrameView::~AppWindowFrameView() {} AppWindowFrameView 54 apps/ui/views/app_window_frame_view.cc void AppWindowFrameView::Init(views::Widget* widget, AppWindowFrameView 132 apps/ui/views/app_window_frame_view.cc gfx::Rect AppWindowFrameView::GetBoundsForClientView() const { AppWindowFrameView 139 apps/ui/views/app_window_frame_view.cc gfx::Rect AppWindowFrameView::GetWindowBoundsForClientBounds( AppWindowFrameView 169 apps/ui/views/app_window_frame_view.cc int AppWindowFrameView::NonClientHitTest(const gfx::Point& point) { AppWindowFrameView 233 apps/ui/views/app_window_frame_view.cc void AppWindowFrameView::GetWindowMask(const gfx::Size& size, AppWindowFrameView 240 apps/ui/views/app_window_frame_view.cc gfx::Size AppWindowFrameView::GetPreferredSize() { AppWindowFrameView 248 apps/ui/views/app_window_frame_view.cc void AppWindowFrameView::Layout() { AppWindowFrameView 295 apps/ui/views/app_window_frame_view.cc void AppWindowFrameView::OnPaint(gfx::Canvas* canvas) { AppWindowFrameView 324 apps/ui/views/app_window_frame_view.cc const char* AppWindowFrameView::GetClassName() const { return kViewClassName; } AppWindowFrameView 326 apps/ui/views/app_window_frame_view.cc gfx::Size AppWindowFrameView::GetMinimumSize() { AppWindowFrameView 343 apps/ui/views/app_window_frame_view.cc gfx::Size AppWindowFrameView::GetMaximumSize() { AppWindowFrameView 358 apps/ui/views/app_window_frame_view.cc void AppWindowFrameView::ButtonPressed(views::Button* sender, AppWindowFrameView 38 apps/ui/views/app_window_frame_view.h class AppWindowFrameView : public views::NonClientFrameView, AppWindowFrameView 43 apps/ui/views/app_window_frame_view.h explicit AppWindowFrameView(); AppWindowFrameView 44 apps/ui/views/app_window_frame_view.h virtual ~AppWindowFrameView(); AppWindowFrameView 102 apps/ui/views/app_window_frame_view.h DISALLOW_COPY_AND_ASSIGN(AppWindowFrameView); AppWindowFrameView 41 apps/ui/views/native_app_window_views.h class AppWindowFrameView; AppWindowFrameView 342 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc apps::AppWindowFrameView* AppWindowFrameView 359 chrome/browser/ui/views/apps/chrome_native_app_window_views.cc apps::AppWindowFrameView* frame_view = new apps::AppWindowFrameView(); AppWindowFrameView 53 chrome/browser/ui/views/apps/chrome_native_app_window_views.h apps::AppWindowFrameView* CreateAppWindowFrameView();