Searched refs:AppWindowFrameView (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.h40 class AppWindowFrameView : public views::NonClientFrameView, class in namespace:apps
45 // AppWindowFrameView is used to draw frames for app windows when a non
53 AppWindowFrameView(views::Widget* widget,
58 virtual ~AppWindowFrameView();
120 DISALLOW_COPY_AND_ASSIGN(AppWindowFrameView);
H A Dapp_window_frame_view.cc37 const char AppWindowFrameView::kViewClassName[] =
38 "browser/ui/views/extensions/AppWindowFrameView";
40 AppWindowFrameView::AppWindowFrameView(views::Widget* widget, function in class:apps::AppWindowFrameView
59 AppWindowFrameView::~AppWindowFrameView() {}
61 void AppWindowFrameView::Init() {
116 void AppWindowFrameView::SetResizeSizes(int resize_inside_bounds_size,
126 gfx::Rect AppWindowFrameView::GetBoundsForClientView() const {
133 gfx::Rect AppWindowFrameView
[all...]
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views.h13 class AppWindowFrameView;
53 apps::AppWindowFrameView* CreateNonStandardAppFrame();
H A Dchrome_native_app_window_views.cc332 apps::AppWindowFrameView*
334 apps::AppWindowFrameView* frame =
335 new apps::AppWindowFrameView(widget(),
H A Dshaped_app_window_targeter_unittest.cc192 scoped_ptr<apps::AppWindowFrameView> frame(

Completed in 196 milliseconds