Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/tabs/
Dtab_strip_model.h418 CommandFirst = 0, enumerator
Dtab_strip_model.cc717 DCHECK(command_id > CommandFirst && command_id < CommandLast); in IsContextMenuCommandEnabled()
794 DCHECK(command_id > CommandFirst && command_id < CommandLast); in ExecuteContextMenuCommand()
/external/chromium/chrome/browser/ui/views/tabs/
Dbrowser_tab_strip_controller.cc45 last_command_(TabStripModel::CommandFirst) { in TabContextMenuContents()