Searched refs:do_capture (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_host.h36 bool do_capture);
41 // Shows the menu host. If |do_capture| is true the menu host should do a
43 void ShowMenuHost(bool do_capture);
H A Dmenu_host.cc39 bool do_capture) {
58 ShowMenuHost(do_capture);
65 void MenuHost::ShowMenuHost(bool do_capture) { argument
70 if (do_capture) {
36 InitMenuHost(Widget* parent, const gfx::Rect& bounds, View* contents_view, bool do_capture) argument
H A Dsubmenu_view.cc350 bool do_capture) {
352 host_->ShowMenuHost(do_capture);
360 host_->InitMenuHost(parent, bounds, scroll_view_container_, do_capture);
348 ShowAt(Widget* parent, const gfx::Rect& bounds, bool do_capture) argument
H A Dsubmenu_view.h97 void ShowAt(Widget* parent, const gfx::Rect& bounds, bool do_capture);
H A Dmenu_controller.cc1505 bool do_capture = (!did_capture_ && blocking_run_); local
1511 item->GetSubmenu()->ShowAt(owner_, bounds, do_capture);

Completed in 117 milliseconds