OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NonClientView
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ui/views/window/
non_client_view.cc
21
const char
NonClientView
::kViewClassName[] =
22
"ui/views/window/
NonClientView
";
33
//
NonClientView
, public:
35
NonClientView
::
NonClientView
()
40
NonClientView
::~
NonClientView
() {
46
void
NonClientView
::SetFrameView(NonClientFrameView* frame_view) {
56
void
NonClientView
::SetOverlayView(View* view) {
68
bool
NonClientView
::CanClose()
[
all
...]
non_client_view.h
65
// the parent
NonClientView
because that makes it more difficult to calculate
102
//
NonClientView
104
// The
NonClientView
is the logical root of all Views contained within a
106
// sole child. The
NonClientView
has two children, the NonClientFrameView which
113
// | | +- views::
NonClientView
---------------------+ | |
137
class VIEWS_EXPORT
NonClientView
: public View {
142
NonClientView
();
143
virtual ~
NonClientView
();
185
// Tells the window controls as rendered by the
NonClientView
to reset
192
// Tells the
NonClientView
to invalidate the NonClientFrameView's window icon
[
all
...]
dialog_delegate_unittest.cc
185
const
NonClientView
* view = dialog()->GetWidget()->non_client_view();
/external/chromium/chrome/browser/chromeos/frame/
browser_frame_view_chromeos.cc
25
// to the
NonClientView
. We do this by overriding HitTest(), NonClientHitTest()
51
views::
NonClientView
* nc_view = frame()->GetWindow()->non_client_view();
/external/chromium_org/ui/views/widget/
widget.h
132
// Widgets of TYPE_WINDOW will have a
NonClientView
.
134
// Widgets of TYPE_PANEL will have a
NonClientView
.
326
// Returns true if the specified type requires a
NonClientView
.
605
NonClientView
* non_client_view() {
606
return const_cast<
NonClientView
*>(
609
const
NonClientView
* non_client_view() const {
768
// both the
NonClientView
and WidgetDelegate are notified.
[
all
...]
widget_unittest.cc
1002
NonClientView
* non_client_view = widget.non_client_view();
[
all
...]
widget.cc
381
non_client_view_ = new
NonClientView
;
383
// Create the ClientView, add it to the
NonClientView
and add the
384
//
NonClientView
to the RootView. This will cause everything to be parented.
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc
126
views::
NonClientView
* non_client = GetWidget()->non_client_view();
/external/chromium_org/ui/views/bubble/
bubble_delegate.cc
316
const
NonClientView
* view =
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc
[
all
...]
Completed in 177 milliseconds