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

/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.h27 // CustomFrameView
33 class VIEWS_EXPORT CustomFrameView : public NonClientFrameView, class in namespace:views
36 CustomFrameView();
37 virtual ~CustomFrameView();
158 DISALLOW_COPY_AND_ASSIGN(CustomFrameView);
H A Dcustom_frame_view.cc83 // CustomFrameView, public:
85 CustomFrameView::CustomFrameView() function in class:views::CustomFrameView
97 CustomFrameView::~CustomFrameView() {
100 void CustomFrameView::Init(Widget* frame) {
119 // CustomFrameView, NonClientFrameView implementation:
121 gfx::Rect CustomFrameView::GetBoundsForClientView() const {
125 gfx::Rect CustomFrameView::GetWindowBoundsForClientBounds(
135 int CustomFrameView
[all...]

Completed in 467 milliseconds