Searched refs:last_command_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_test_base.h53 return last_command_;
87 int last_command_; member in class:MenuTestBase
H A Dmenu_test_base.cc18 last_command_(0) {
89 last_command_ = id;
/external/vixl/src/a64/
H A Ddebugger-a64.h183 DebugCommand* last_command_; member in class:vixl::Debugger
H A Ddebugger-a64.cc531 last_command_(NULL) {
745 last_command_ = command;
748 if (last_command_ != NULL) {
749 done = last_command_->Run(this);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc95 last_command_(TabStripModel::CommandFirst) {
144 controller_->StopHighlightTabsForCommand(last_command_, tab_);
145 last_command_ = static_cast<TabStripModel::ContextMenuCommand>(command_id);
146 controller_->StartHighlightTabsForCommand(last_command_, tab_);
174 TabStripModel::ContextMenuCommand last_command_; member in class:BrowserTabStripController::TabContextMenuContents

Completed in 2784 milliseconds