Searched refs:browser_cmd (Results 1 – 5 of 5) sorted by relevance
1120 int* browser_cmd) { in ContextMenuCommandToBrowserCommand() argument1123 *browser_cmd = IDC_NEW_TAB; in ContextMenuCommandToBrowserCommand()1126 *browser_cmd = IDC_RELOAD; in ContextMenuCommandToBrowserCommand()1129 *browser_cmd = IDC_DUPLICATE_TAB; in ContextMenuCommandToBrowserCommand()1132 *browser_cmd = IDC_CLOSE_TAB; in ContextMenuCommandToBrowserCommand()1135 *browser_cmd = IDC_RESTORE_TAB; in ContextMenuCommandToBrowserCommand()1138 *browser_cmd = IDC_BOOKMARK_ALL_TABS; in ContextMenuCommandToBrowserCommand()1141 *browser_cmd = 0; in ContextMenuCommandToBrowserCommand()
445 static bool ContextMenuCommandToBrowserCommand(int cmd_id, int* browser_cmd);
136 int browser_cmd; in GetAcceleratorForCommandId() local138 &browser_cmd) ? in GetAcceleratorForCommandId()139 controller_->tabstrip_->GetWidget()->GetAccelerator(browser_cmd, in GetAcceleratorForCommandId()
1073 const base::CommandLine& browser_cmd, in PropagateBrowserCommandLineToRenderer() argument1255 renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames, in PropagateBrowserCommandLineToRenderer()1258 if (browser_cmd.HasSwitch(switches::kTraceStartup) && in PropagateBrowserCommandLineToRenderer()1264 browser_cmd.GetSwitchValueASCII(switches::kTraceStartup)); in PropagateBrowserCommandLineToRenderer()1269 !browser_cmd.HasSwitch(switches::kDisableDatabases)) { in PropagateBrowserCommandLineToRenderer()1275 !browser_cmd.HasSwitch(switches::kEnableDeferredImageDecoding)) in PropagateBrowserCommandLineToRenderer()1279 if (browser_cmd.HasSwitch(switches::kWaitForDebuggerChildren)) { in PropagateBrowserCommandLineToRenderer()1282 browser_cmd.GetSwitchValueASCII(switches::kWaitForDebuggerChildren); in PropagateBrowserCommandLineToRenderer()
314 const base::CommandLine& browser_cmd,