Searched refs:browser_cmd (Results 1 – 3 of 3) sorted by relevance
1019 int* browser_cmd) { in ContextMenuCommandToBrowserCommand() argument1022 *browser_cmd = IDC_NEW_TAB; in ContextMenuCommandToBrowserCommand()1025 *browser_cmd = IDC_RELOAD; in ContextMenuCommandToBrowserCommand()1028 *browser_cmd = IDC_DUPLICATE_TAB; in ContextMenuCommandToBrowserCommand()1031 *browser_cmd = IDC_CLOSE_TAB; in ContextMenuCommandToBrowserCommand()1034 *browser_cmd = IDC_RESTORE_TAB; in ContextMenuCommandToBrowserCommand()1037 *browser_cmd = IDC_BOOKMARK_ALL_TABS; in ContextMenuCommandToBrowserCommand()1040 *browser_cmd = IDC_TOGGLE_VERTICAL_TABS; in ContextMenuCommandToBrowserCommand()1043 *browser_cmd = 0; in ContextMenuCommandToBrowserCommand()
466 static bool ContextMenuCommandToBrowserCommand(int cmd_id, int* browser_cmd);
77 int browser_cmd; in GetAcceleratorForCommandId() local79 &browser_cmd) ? in GetAcceleratorForCommandId()80 controller_->tabstrip_->GetWidget()->GetAccelerator(browser_cmd, in GetAcceleratorForCommandId()