Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc113 static const char* const kSwitchNames[] = { in AppendExtraCommandLineSwitches() local
116 command_line->CopySwitchesFrom(*browser_cmd, kSwitchNames, in AppendExtraCommandLineSwitches()
117 base::size(kSwitchNames)); in AppendExtraCommandLineSwitches()
125 static const char* const kSwitchNames[] = { in AppendExtraCommandLineSwitches() local
128 command_line->CopySwitchesFrom(*browser_cmd, kSwitchNames, in AppendExtraCommandLineSwitches()
129 base::size(kSwitchNames)); in AppendExtraCommandLineSwitches()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc731 static const char* const kSwitchNames[] = { in AppendExtraCommandLineSwitches() local
743 command_line->CopySwitchesFrom(*browser_cmd, kSwitchNames, in AppendExtraCommandLineSwitches()
744 base::size(kSwitchNames)); in AppendExtraCommandLineSwitches()
752 static const char* const kSwitchNames[] = { in AppendExtraCommandLineSwitches() local
763 command_line->CopySwitchesFrom(*browser_cmd, kSwitchNames, in AppendExtraCommandLineSwitches()
764 base::size(kSwitchNames)); in AppendExtraCommandLineSwitches()
789 static const char* const kSwitchNames[] = { in AppendExtraCommandLineSwitches() local
792 command_line->CopySwitchesFrom(*browser_cmd, kSwitchNames, in AppendExtraCommandLineSwitches()
793 base::size(kSwitchNames)); in AppendExtraCommandLineSwitches()
815 static const char* const kSwitchNames[] = { in AppendExtraCommandLineSwitches() local
[all …]
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch13087 + static const char* const kSwitchNames[] = {
13090 + command_line->CopySwitchesFrom(*browser_cmd, kSwitchNames,
13091 + base::size(kSwitchNames));
13103 command_line->CopySwitchesFrom(*browser_cmd, kSwitchNames,
13104 base::size(kSwitchNames));