Searched refs:do_capture (Results 1 – 5 of 5) sorted by relevance
43 bool do_capture) { in InitMenuHost() argument68 ShowMenuHost(do_capture); in InitMenuHost()75 void MenuHost::ShowMenuHost(bool do_capture) { in ShowMenuHost() argument80 if (do_capture) { in ShowMenuHost()
36 bool do_capture);43 void ShowMenuHost(bool do_capture);
302 bool do_capture) { in ShowAt() argument304 host_->ShowMenuHost(do_capture); in ShowAt()312 host_->InitMenuHost(parent, bounds, scroll_view_container_, do_capture); in ShowAt()
87 void ShowAt(Widget* parent, const gfx::Rect& bounds, bool do_capture);
1597 bool do_capture = (!did_capture_ && blocking_run_); in OpenMenuImpl() local1603 item->GetSubmenu()->ShowAt(owner_, bounds, do_capture); in OpenMenuImpl()