Searched refs:browser_cmd (Results 1 – 8 of 8) 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);
1098 int* browser_cmd) { in ContextMenuCommandToBrowserCommand() argument1101 *browser_cmd = IDC_NEW_TAB; in ContextMenuCommandToBrowserCommand()1104 *browser_cmd = IDC_RELOAD; in ContextMenuCommandToBrowserCommand()1107 *browser_cmd = IDC_DUPLICATE_TAB; in ContextMenuCommandToBrowserCommand()1110 *browser_cmd = IDC_CLOSE_TAB; in ContextMenuCommandToBrowserCommand()1113 *browser_cmd = IDC_RESTORE_TAB; in ContextMenuCommandToBrowserCommand()1116 *browser_cmd = IDC_BOOKMARK_ALL_TABS; in ContextMenuCommandToBrowserCommand()1119 *browser_cmd = 0; in ContextMenuCommandToBrowserCommand()
444 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()
150 int browser_cmd; in GetAcceleratorForCommandId() local152 &browser_cmd) ? in GetAcceleratorForCommandId()153 controller_->tabstrip_->GetWidget()->GetAccelerator(browser_cmd, in GetAcceleratorForCommandId()
920 const CommandLine& browser_cmd, in PropagateBrowserCommandLineToRenderer() argument1151 renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames, in PropagateBrowserCommandLineToRenderer()1154 if (browser_cmd.HasSwitch(switches::kTraceStartup) && in PropagateBrowserCommandLineToRenderer()1160 browser_cmd.GetSwitchValueASCII(switches::kTraceStartup)); in PropagateBrowserCommandLineToRenderer()1165 !browser_cmd.HasSwitch(switches::kDisableDatabases)) { in PropagateBrowserCommandLineToRenderer()1174 !browser_cmd.HasSwitch(switches::kEnableDeferredImageDecoding)) in PropagateBrowserCommandLineToRenderer()
258 void PropagateBrowserCommandLineToRenderer(const CommandLine& browser_cmd,