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
18 explicit NativeFrameView(Widget* frame);
19 virtual ~NativeFrameView();
43 DISALLOW_COPY_AND_ASSIGN(NativeFrameView);
H A Dnative_frame_view.cc17 // NativeFrameView, public:
20 const char NativeFrameView::kViewClassName[] = "NativeFrameView";
22 NativeFrameView::NativeFrameView(Widget* frame) function in class:views::NativeFrameView
27 NativeFrameView::~NativeFrameView() {
31 // NativeFrameView, NonClientFrameView overrides:
33 gfx::Rect NativeFrameView::GetBoundsForClientView() const {
37 gfx::Rect NativeFrameView
[all...]

Completed in 59 milliseconds