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

/external/chromium_org/ui/views/window/
H A Dclient_view.h16 // ClientView
18 // A ClientView is a View subclass that is used to occupy the "client area"
21 // ClientView are used to create more elaborate contents, e.g.
23 class VIEWS_EXPORT ClientView : public View { class in namespace:views
28 // Constructs a ClientView object for the specified widget with the specified
32 ClientView(Widget* widget, View* contents_view);
33 virtual ~ClientView() {}
40 // ClientView subclasses can override this default behavior to allow the
53 // Subclasses of ClientView can extend this logic by overriding this method
80 // The View that this ClientView contain
[all...]
H A Dclient_view.cc16 const char ClientView::kViewClassName[] =
17 "ui/views/window/ClientView";
20 // ClientView, public:
22 ClientView::ClientView(Widget* widget, View* contents_view) function in class:views::ClientView
26 int ClientView::NonClientHitTest(const gfx::Point& point) {
30 DialogClientView* ClientView::AsDialogClientView() {
34 const DialogClientView* ClientView::AsDialogClientView() const {
38 bool ClientView::CanClose() {
42 void ClientView
[all...]

Completed in 61 milliseconds