Home
last modified time | relevance | path

Searched refs:CommandFirst (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
Dtab_strip_model.h406 CommandFirst = 0, enumerator
Dtab_strip_model.cc877 DCHECK(command_id > CommandFirst && command_id < CommandLast); in IsContextMenuCommandEnabled()
948 DCHECK(command_id > CommandFirst && command_id < CommandLast); in ExecuteContextMenuCommand()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dbrowser_tab_strip_controller.cc95 last_command_(TabStripModel::CommandFirst) { in TabContextMenuContents()