OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:menu_stack_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/controls/menu/
menu_controller.cc
337
menu_stack_
.push_back(state_);
410
DCHECK(!
menu_stack_
.empty());
413
state_ =
menu_stack_
.back();
414
pending_state_ =
menu_stack_
.back();
415
menu_stack_
.pop_back();
927
if (!
menu_stack_
.empty()) {
933
menu_stack_
.back().item, screen_loc);
[
all
...]
menu_controller.h
519
// Run, the current state (state_) is pushed onto
menu_stack_
. This allows
521
std::list<State>
menu_stack_
;
member in class:views::MenuController
Completed in 148 milliseconds