HomeSort by relevance Sort by last modified time
    Searched refs:CommandLine (Results 801 - 825 of 1825) sorted by null

<<31323334353637383940>>

  /external/chromium_org/content/common/gpu/
image_transport_surface_android.cc 100 const CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/content/common/sandbox_linux/
bpf_gpu_policy_linux.cc 78 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/content/public/browser/
browser_message_filter.cc 182 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/content/renderer/
renderer_main.cc 59 static void HandleRendererErrorTestParameters(const CommandLine& command_line) {
122 const CommandLine& parsed_command_line = parameters.command_line;
  /external/chromium_org/content/shell/common/
webkit_test_helpers.cc 56 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/net/test/spawned_test_server/
local_test_server.cc 25 CommandLine* command_line) {
201 bool LocalTestServer::AddCommandLineArguments(CommandLine* command_line) const {
206 // Serialize the argument dictionary into CommandLine.
local_test_server_posix.cc 108 CommandLine python_command(CommandLine::NO_PROGRAM);
local_test_server_win.cc 144 CommandLine python_command(CommandLine::NO_PROGRAM);
  /external/chromium_org/ppapi/proxy/
pdf_resource.cc 29 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/ui/base/
layout.cc 41 static bool has_touch_optimized_ui = CommandLine::ForCurrentProcess()->
44 const std::string switch_value = CommandLine::ForCurrentProcess()->
  /external/chromium_org/ui/gfx/
display.cc 23 return CommandLine::ForCurrentProcess()->HasSwitch(
30 std::string value = CommandLine::ForCurrentProcess()->
  /external/chromium_org/ui/gfx/win/
dpi.cc 96 if (CommandLine::ForCurrentProcess()->HasSwitch(
98 return CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium_org/win8/delegate_execute/
delegate_execute.cc 148 CommandLine::Init(0, NULL);
151 if (operation.Init(CommandLine::ForCurrentProcess())) {
  /external/clang/include/clang/Tooling/
Tooling.h 138 /// \param CommandLine The command line arguments to clang. Note that clang
139 /// uses its binary name (CommandLine[0]) to locate its builtin headers.
145 ToolInvocation(ArrayRef<std::string> CommandLine, FrontendAction *ToolAction,
166 std::vector<std::string> CommandLine;
  /external/chromium/base/
process_util.h 41 class CommandLine;
300 BASE_API bool LaunchApp(const CommandLine& cl, bool wait, bool start_hidden,
307 BASE_API bool GetAppOutput(const CommandLine& cl, std::string* output);
313 bool GetAppOutputRestricted(const CommandLine& cl,
  /external/chromium/chrome/browser/
background_mode_manager_win.cc 79 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
bug_report_util.cc 205 if (CommandLine::ForCurrentProcess()->
207 post_url = GURL(CommandLine::ForCurrentProcess()->
335 if (!CommandLine::ForCurrentProcess()->HasSwitch(
341 if (zipped_logs_data && CommandLine::ForCurrentProcess()->HasSwitch(
process_singleton_linux_uitest.cc 65 CommandLine CommandLineForUrl(const std::string& url) {
70 CommandLine* cmd_line = CommandLine::ForCurrentProcess();
74 CommandLine new_cmd_line(*cmd_line);
80 // |url| will be added to CommandLine for current process, so that it can be
90 // |url| will be added to CommandLine for current process, so that it can be
  /external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc 19 void SetUpCommandLine(CommandLine* command_line) {
convert_web_app_browsertest.cc 30 virtual void SetUpCommandLine(CommandLine* command_line) {
extension_browsertest.h 28 virtual void SetUpCommandLine(CommandLine* command_line);
extension_rlz_apitest.cc 40 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium/chrome/browser/net/
chrome_cookie_policy.cc 21 CommandLine::ForCurrentProcess()->HasSwitch(
proxy_service_factory.cc 57 const CommandLine& command_line) {
  /external/chromium/chrome/browser/prefs/
pref_service_mock_builder.cc 93 PrefServiceMockBuilder::WithCommandLine(CommandLine* command_line) {

Completed in 515 milliseconds

<<31323334353637383940>>