HomeSort by relevance Sort by last modified time
    Searched refs:cmd_line (Results 151 - 166 of 166) sorted by null

1 2 3 4 5 67

  /external/chromium_org/content/common/gpu/media/
video_encode_accelerator_unittest.cc 1194 const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); local
    [all...]
video_decode_accelerator_unittest.cc 1402 const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); local
    [all...]
v4l2_video_encode_accelerator.cc 293 const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); local
294 if (cmd_line->HasSwitch(switches::kEnableWebRtcHWVp8Encoding)) {
    [all...]
vaapi_video_encode_accelerator.cc 111 const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); local
112 if (cmd_line->HasSwitch(switches::kDisableVaapiAcceleratedVideoEncode))
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 618 base::CommandLine* cmd_line = new base::CommandLine(renderer_path); local
620 cmd_line->PrependWrapper(renderer_prefix);
621 AppendRendererCommandLine(cmd_line);
622 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
629 cmd_line,
    [all...]
  /external/chromium_org/chrome/browser/
about_flags.cc 116 CommandLine cmd_line(CommandLine::NO_PROGRAM);
117 cmd_line.AppendSwitch(flag);
118 DCHECK_EQ(2U, cmd_line.argv().size());
119 return cmd_line.argv()[1];
    [all...]
browser_process_impl.cc 1034 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); local
    [all...]
process_singleton_posix.cc 767 const CommandLine& cmd_line,
850 const std::vector<std::string>& argv = cmd_line.argv();
    [all...]
enumerate_modules_model_win.cc 982 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 663 def _android_server_process_constructor(port, server_name, cmd_line, env=None, logging=False):
664 return server_process.ServerProcess(port, server_name, cmd_line, env,
1047 def cmd_line(self, pixel_tests, per_test_args): member in class:ChromiumAndroidDriver
    [all...]
test.py 565 def cmd_line(self, pixel_tests, per_test_args): member in class:TestDriver
base.py     [all...]
  /external/chromium_org/ui/views/focus/
focus_manager_unittest.cc 800 base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); local
801 cmd_line->AppendSwitch(switches::kEnableTextInputFocusManager);
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 1086 const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/lldb/test/
dotest.py     [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc 393 const CommandLine* cmd_line = CommandLine::ForCurrentProcess(); local
394 if (cmd_line->HasSwitch(switches::kInstallEphemeralAppFromWebstore)) {
    [all...]

Completed in 1672 milliseconds

1 2 3 4 5 67