HomeSort by relevance Sort by last modified time
    Searched refs:AppWindowFrameView (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/apps/ui/views/
app_window_frame_view.h 38 class AppWindowFrameView : public views::NonClientFrameView,
43 // AppWindowFrameView is used to draw frames for app windows when a non
51 AppWindowFrameView(views::Widget* widget,
56 virtual ~AppWindowFrameView();
117 DISALLOW_COPY_AND_ASSIGN(AppWindowFrameView);
app_window_frame_view.cc 37 const char AppWindowFrameView::kViewClassName[] =
38 "browser/ui/views/extensions/AppWindowFrameView";
40 AppWindowFrameView::AppWindowFrameView(views::Widget* widget,
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::GetWindowBoundsForClientBounds
    [all...]
native_app_window_views.h 41 class AppWindowFrameView;
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views.h 48 apps::AppWindowFrameView* CreateNonStandardAppFrame();
chrome_native_app_window_views.cc 344 apps::AppWindowFrameView*
346 apps::AppWindowFrameView* frame =
347 new apps::AppWindowFrameView(widget(),
shaped_app_window_targeter_unittest.cc 192 scoped_ptr<apps::AppWindowFrameView> frame(

Completed in 934 milliseconds