OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MenuHostRootView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_host_root_view.h
15
//
MenuHostRootView
is the RootView of the window showing the menu.
16
// SubmenuView's scroll view is added as a child of
MenuHostRootView
.
17
//
MenuHostRootView
forwards relevant events to the MenuController.
20
// such that when
MenuHostRootView
is deleted it doesn't delete the menu items.
21
class
MenuHostRootView
: public internal::RootView {
23
MenuHostRootView
(Widget* widget, SubmenuView* submenu);
38
// Returns the MenuController for this
MenuHostRootView
.
50
DISALLOW_COPY_AND_ASSIGN(
MenuHostRootView
);
menu_host_root_view.cc
13
MenuHostRootView
::
MenuHostRootView
(Widget* widget,
20
bool
MenuHostRootView
::OnMousePressed(const ui::MouseEvent& event) {
31
bool
MenuHostRootView
::OnMouseDragged(const ui::MouseEvent& event) {
39
void
MenuHostRootView
::OnMouseReleased(const ui::MouseEvent& event) {
47
void
MenuHostRootView
::OnMouseMoved(const ui::MouseEvent& event) {
53
bool
MenuHostRootView
::OnMouseWheel(const ui::MouseWheelEvent& event) {
67
void
MenuHostRootView
::DispatchGestureEvent(ui::GestureEvent* event) {
78
MenuController*
MenuHostRootView
::GetMenuController() {
82
bool
MenuHostRootView
::DoesEventTargetEmptyMenuItem
[
all
...]
Completed in 371 milliseconds