Searched defs:do_capture (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
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 Dmenu_controller.cc1505 bool do_capture = (!did_capture_ && blocking_run_); local
1511 item->GetSubmenu()->ShowAt(owner_, bounds, do_capture);

Completed in 111 milliseconds