Home
last modified time | relevance | path

Searched refs:browser_cmd (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
Dtab_strip_model.cc1120 int* browser_cmd) { in ContextMenuCommandToBrowserCommand() argument
1123 *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()
Dtab_strip_model.h445 static bool ContextMenuCommandToBrowserCommand(int cmd_id, int* browser_cmd);
/external/chromium_org/chrome/browser/ui/views/tabs/
Dbrowser_tab_strip_controller.cc136 int browser_cmd; in GetAcceleratorForCommandId() local
138 &browser_cmd) ? in GetAcceleratorForCommandId()
139 controller_->tabstrip_->GetWidget()->GetAccelerator(browser_cmd, in GetAcceleratorForCommandId()
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc1073 const base::CommandLine& browser_cmd, in PropagateBrowserCommandLineToRenderer() argument
1255 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()
Drender_process_host_impl.h314 const base::CommandLine& browser_cmd,