Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/menu/
Dmenu_host.cc43 bool do_capture) { in InitMenuHost() argument
68 ShowMenuHost(do_capture); in InitMenuHost()
75 void MenuHost::ShowMenuHost(bool do_capture) { in ShowMenuHost() argument
80 if (do_capture) { in ShowMenuHost()
Dmenu_host.h36 bool do_capture);
43 void ShowMenuHost(bool do_capture);
Dsubmenu_view.cc302 bool do_capture) { in ShowAt() argument
304 host_->ShowMenuHost(do_capture); in ShowAt()
312 host_->InitMenuHost(parent, bounds, scroll_view_container_, do_capture); in ShowAt()
Dsubmenu_view.h87 void ShowAt(Widget* parent, const gfx::Rect& bounds, bool do_capture);
Dmenu_controller.cc1597 bool do_capture = (!did_capture_ && blocking_run_); in OpenMenuImpl() local
1603 item->GetSubmenu()->ShowAt(owner_, bounds, do_capture); in OpenMenuImpl()