HomeSort by relevance Sort by last modified time
    Searched defs:CustomFrameView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/window/
custom_frame_view.h 27 // CustomFrameView
33 class VIEWS_EXPORT CustomFrameView : public NonClientFrameView,
36 CustomFrameView();
37 virtual ~CustomFrameView();
158 DISALLOW_COPY_AND_ASSIGN(CustomFrameView);
custom_frame_view.cc 83 // CustomFrameView, public:
85 CustomFrameView::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::NonClientHitTest(const gfx::Point& point)
    [all...]

Completed in 42 milliseconds