Home
last modified time | relevance | path

Searched refs:closing_event_time_ (Results 1 – 14 of 14) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/menu/
H A Dmenu_runner_impl.cc109 closing_event_time_ = base::TimeTicks(); in RunMenuAt()
181 return closing_event_time_; in GetClosingEventTime()
189 closing_event_time_ = controller_->closing_event_time(); in OnMenuClosed()
H A Dmenu_runner_impl_cocoa.mm140 closing_event_time_(base::TimeTicks()),
175 closing_event_time_ = base::TimeTicks();
202 closing_event_time_ = ui::EventTimeForNow();
221 return closing_event_time_;
H A Dmenu_runner_impl_cocoa.h55 base::TimeTicks closing_event_time_; variable
H A Dmenu_runner_impl.h95 base::TimeTicks closing_event_time_; variable
H A Dmenu_controller.h145 base::TimeTicks closing_event_time() const { return closing_event_time_; } in closing_event_time()
723 base::TimeTicks closing_event_time_; variable
H A Dmenu_controller.cc455 closing_event_time_ = base::TimeTicks(); in Run()
1405 closing_event_time_ = event->time_stamp(); in SetSelectionOnPointerDown()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/menu/
H A Dmenu_runner_impl.cc135 closing_event_time_ = base::TimeTicks(); in RunMenuAt()
207 return closing_event_time_; in GetClosingEventTime()
215 closing_event_time_ = controller_->closing_event_time(); in OnMenuClosed()
H A Dmenu_runner_impl_cocoa.h59 base::TimeTicks closing_event_time_; variable
H A Dmenu_runner_impl.h95 base::TimeTicks closing_event_time_; variable
H A Dmenu_runner_impl_cocoa.mm301 closing_event_time_(base::TimeTicks()),
339 closing_event_time_ = base::TimeTicks();
366 closing_event_time_ = ui::EventTimeForNow();
385 return closing_event_time_;
H A Dmenu_controller.h153 base::TimeTicks closing_event_time() const { return closing_event_time_; } in closing_event_time()
731 base::TimeTicks closing_event_time_; variable
H A Dmenu_controller.cc473 closing_event_time_ = base::TimeTicks(); in Run()
1440 closing_event_time_ = event->time_stamp(); in SetSelectionOnPointerDown()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_view.cc2274 closing_event_time_ = base::TimeTicks(); in ShowMenu()
2310 closing_event_time_ = shelf_menu_model_adapter_->GetClosingEventTime(); in OnMenuClosed()
2361 if (closing_event_time_.is_null()) in IsRepostEvent()
2366 return closing_event_time_ == event.time_stamp(); in IsRepostEvent()
H A Dshelf_view.h623 base::TimeTicks closing_event_time_; variable