HomeSort by relevance Sort by last modified time
    Searched refs:exit_type_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_controller_unittest.cc 123 controller_->exit_type_ = MenuController::EXIT_ALL;
189 controller_->exit_type_ = MenuController::EXIT_ALL;
menu_controller.h 120 ExitType exit_type() const { return exit_type_; }
530 ExitType exit_type_; member in class:views::MenuController
menu_controller.cc 294 exit_type_ = EXIT_NONE;
424 if (exit_type_ == EXIT_OUTERMOST) {
435 if (exit_type_ != EXIT_DESTROYED)
449 // needed. We especially don't want to set the |exit_type_| to a lesser
451 if (exit_type_ == EXIT_DESTROYED || exit_type_ == type)
    [all...]

Completed in 46 milliseconds