OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit_type_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_controller.cc
304
exit_type_
= EXIT_NONE;
428
if (
exit_type_
== EXIT_OUTERMOST) {
439
if (
exit_type_
!= EXIT_DESTROYED)
446
if (
exit_type_
!= EXIT_DESTROYED && menu_button_) {
455
// needed. We especially don't want to set the |
exit_type_
| to a lesser
457
if (
exit_type_
== EXIT_DESTROYED ||
exit_type_
== type)
[
all
...]
menu_controller.h
99
ExitType exit_type() const { return
exit_type_
; }
497
ExitType
exit_type_
;
member in class:views::MenuController
Completed in 28 milliseconds