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

/external/chromium_org/ui/views/window/
H A Dnative_frame_view.h14 class VIEWS_EXPORT NativeFrameView : public NonClientFrameView { class in namespace:views
16 explicit NativeFrameView(Widget* frame);
17 virtual ~NativeFrameView();
39 DISALLOW_COPY_AND_ASSIGN(NativeFrameView);
H A Dnative_frame_view.cc17 // NativeFrameView, public:
19 NativeFrameView::NativeFrameView(Widget* frame) function in class:views::NativeFrameView
24 NativeFrameView::~NativeFrameView() {
28 // NativeFrameView, NonClientFrameView overrides:
30 gfx::Rect NativeFrameView::GetBoundsForClientView() const {
34 gfx::Rect NativeFrameView::GetWindowBoundsForClientBounds(
38 static_cast<View*>(const_cast<NativeFrameView*>(this)), client_bounds);
45 int NativeFrameView
[all...]

Completed in 145 milliseconds