Home | Sort by relevance Sort by last modified time |
/external/chromium_org/ui/views/controls/menu/ | |
menu_runner.cc | 52 base::TimeDelta closing_event_time() const; 202 closing_event_time_ = controller->closing_event_time(); 215 base::TimeDelta MenuRunnerImpl::closing_event_time() const { function in class:views::internal::MenuRunnerImpl 356 base::TimeDelta MenuRunner::closing_event_time() const { function in class:views::MenuRunner 357 return holder_->closing_event_time(); |
menu_controller.h | 102 base::TimeDelta closing_event_time() const { return closing_event_time_; } function in class:views::MenuController |