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

  /external/chromium_org/ui/views/widget/
widget.h 25 #include "ui/views/window/non_client_view.h"
641 NonClientView* non_client_view() { function in class:views::Widget
643 const_cast<const Widget*>(this)->non_client_view());
645 const NonClientView* non_client_view() const { function in class:views::Widget
    [all...]
widget_unittest.cc 1102 NonClientView* non_client_view = widget.non_client_view(); local
1208 NonClientView* non_client_view = widget.non_client_view(); local
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.cc 704 native_widget_delegate_->AsWidget()->non_client_view()->UpdateFrame();
1620 NonClientView* non_client_view = widget->non_client_view(); local
    [all...]

Completed in 121 milliseconds