OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RootView
(Results
26 - 47
of
47
) sorted by null
1
2
/external/chromium/chrome/browser/ui/views/frame/
browser_frame_gtk.cc
104
views::
RootView
* BrowserFrameGtk::CreateRootView() {
browser_frame_win.cc
168
views::
RootView
* BrowserFrameWin::CreateRootView() {
/external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.cc
27
: views::internal::
RootView
(widget),
147
return
RootView
::OnMouseWheel(event);
157
RootView
::DispatchGestureEvent(event);
browser_frame.cc
173
views::internal::
RootView
* BrowserFrame::CreateRootView() {
/external/chromium_org/ui/views/controls/menu/
menu_host.cc
116
internal::
RootView
* MenuHost::CreateRootView() {
menu_controller.cc
319
static_cast<internal::
RootView
*>(root_view)->current_event();
[
all
...]
/external/chromium_org/ui/views/focus/
focus_manager.h
43
//
RootView
.
46
//
RootView
. The default traversal order is the order in which the views have
50
// If you are embedding a native view containing a nested
RootView
(for example
54
// It should return the
RootView
of the inner component. This is used when
56
//
RootView
. In the example mentioned above, the NativeControl overrides
58
// - call Widget::SetFocusTraversableParent() on the nested
RootView
and point
59
// it to the outer
RootView
. This is used when the focus goes out of the
60
// nested
RootView
. In the example:
63
// - call
RootView
::SetFocusTraversableParentView() on the nested
RootView
wit
[
all
...]
focus_traversal_unittest.cc
144
virtual internal::
RootView
* GetContentsRootView() {
145
return static_cast<internal::
RootView
*>(widget_->GetRootView());
149
return static_cast<internal::
RootView
*>(widget_->GetRootView());
173
static_cast<internal::
RootView
*>(widget_->GetRootView())->
/external/chromium_org/ui/views/widget/
widget.h
66
class
RootView
;
75
// Owns a
RootView
and thus a View hierarchy. Can contain child Widgets.
348
// Forwarded from the
RootView
so that the widget can do any cleanup.
355
// Called after changing the widget's parent NativeView. Notifies the
RootView
369
// be one contents view child of this Widget's
RootView
. This view is sized to
370
// fit the entire size of the
RootView
. The
RootView
takes ownership of this
698
// Called by our
RootView
after it has performed a Layout. Used to forward
753
// Creates the
RootView
to be used within this Widget. Subclasses may override
756
virtual internal::
RootView
* CreateRootView()
[
all
...]
widget.cc
384
// NonClientView to the
RootView
. This will cause everything to be parented.
833
return static_cast<internal::
RootView
*>(root_view_.get());
[
all
...]
native_widget_win.h
34
class
RootView
;
44
// This Widget contains a
RootView
which owns the hierarchy of views within it.
46
// when the
RootView
is destroyed. If you remove a view from the tree, you are
242
// WARNING:
RootView
's destructor calls into the TooltipManager. As such, this
native_widget_win.cc
671
static_cast<internal::
RootView
*>(GetWidget()->GetRootView()));
[
all
...]
widget_unittest.cc
[
all
...]
/external/chromium_org/ui/views/controls/button/
menu_button.cc
93
// mouse press event we block
RootView
in mouse dispatching. This also
94
// appears to cause
RootView
to get a mouse pressed BEFORE the mouse
95
// release is seen, which means
RootView
sends us another mouse press no
96
// matter where the user pressed. To force
RootView
to recalculate the
99
static_cast<internal::
RootView
*>(GetWidget()->GetRootView())->
128
// We must return false here so that the
RootView
does not get stuck
/external/chromium_org/ui/views/
view.h
74
class
RootView
;
568
// functions are in the view's coordinates, except for a
RootView
.
[
all
...]
view_unittest.cc
404
internal::
RootView
* root =
405
static_cast<internal::
RootView
*>(widget->GetRootView());
525
internal::
RootView
* root =
526
static_cast<internal::
RootView
*>(widget->GetRootView());
625
internal::
RootView
* root =
626
static_cast<internal::
RootView
*>(widget->GetRootView());
648
// Simulate an up so that
RootView
is no longer targetting |v3|.
691
internal::
RootView
* root =
692
static_cast<internal::
RootView
*>(widget->GetRootView());
739
// Simulate an up so that
RootView
is no longer targetting |v3|
[
all
...]
/external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc
78
views::
RootView
* root_view = popup_->GetRootView();
/external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc
[
all
...]
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc
447
static_cast<internal::
RootView
*>(GetWidget()->GetRootView())));
[
all
...]
/external/chromium/chrome/browser/
browser_main.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc
[
all
...]
Completed in 1003 milliseconds
1
2