/external/chromium_org/ui/ozone/platform/test/ |
ozone_platform_test.cc | 28 CommandLine* cmd = CommandLine::ForCurrentProcess();
|
/external/chromium_org/win8/delegate_execute/ |
delegate_execute_operation.h | 15 class CommandLine; 46 bool Init(const CommandLine* cmd_line);
|
/external/clang/unittests/Tooling/ |
CompilationDatabaseTest.cpp | 108 ASSERT_EQ(1u, Commands[0].CommandLine.size()); 109 EXPECT_EQ(Command1, Commands[0].CommandLine[0]) << ErrorMessage; 111 ASSERT_EQ(1u, Commands[1].CommandLine.size()); 112 EXPECT_EQ(Command2, Commands[1].CommandLine[0]) << ErrorMessage; 209 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage; 225 ASSERT_EQ(4u, FoundCommand.CommandLine.size()) << ErrorMessage; 227 FoundCommand.CommandLine[0]) << ErrorMessage; 228 EXPECT_EQ("and", FoundCommand.CommandLine[1]) << ErrorMessage; 229 EXPECT_EQ("some", FoundCommand.CommandLine[2]) << ErrorMessage; 230 EXPECT_EQ("arguments", FoundCommand.CommandLine[3]) << ErrorMessage [all...] |
/external/chromium/base/ |
command_line_unittest.cc | 25 CommandLine cl = CommandLine::FromString( 42 CommandLine cl(arraysize(argv), argv); 80 const std::vector<CommandLine::StringType>& args = cl.args(); 83 std::vector<CommandLine::StringType>::const_iterator iter = args.begin(); 107 CommandLine cl = CommandLine::FromString(L""); 111 CommandLine cl(0, NULL); 129 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); 159 // on the target CommandLine object and the switches from the sourc [all...] |
/external/chromium/chrome/browser/ |
background_mode_manager_factory.cc | 33 return new BackgroundModeManager(profile, CommandLine::ForCurrentProcess());
|
background_mode_manager_unittest.cc | 23 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM)); 25 scoped_ptr<CommandLine> command_line_; 30 TestBackgroundModeManager(Profile* profile, CommandLine* cl)
|
tab_closeable_state_watcher.cc | 22 if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium/chrome/browser/chromeos/ |
cros_settings_provider.cc | 18 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession) &&
|
/external/chromium/chrome/common/ |
switch_utils.cc | 26 std::map<std::string, CommandLine::StringType>* switch_list) {
|
/external/chromium_org/chrome/browser/ |
about_flags.h | 81 // The commandline switch and value that are added when this flag is active. 82 // This is different from |internal_name| so that the commandline flag can be 113 // commandline flags belonging to the active experiments to |command_line|. 115 CommandLine* command_line, 121 const CommandLine& new_cmdline, const CommandLine& active_cmdline); 148 std::map<std::string, CommandLine::StringType>* switch_list);
|
browser_process_platform_part_aurawin.h | 27 const CommandLine& command_line) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/background/ |
ash_user_wallpaper_delegate.cc | 31 !CommandLine::ForCurrentProcess()->HasSwitch( 34 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kLoginManager)) { 63 const CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/chromium_org/chrome/browser/chromeos/login/ |
wizard_in_process_browser_test.h | 39 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
owner_flags_storage.cc | 55 CommandLine command_line(CommandLine::NO_PROGRAM); 58 CommandLine::StringVector switches = command_line.argv(); 59 for (CommandLine::StringVector::const_iterator it = switches.begin() + 1;
|
/external/chromium_org/chrome/browser/extensions/ |
cast_streaming_apitest.cc | 13 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
window_open_interactive_apitest.cc | 10 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
/external/chromium_org/chrome/browser/ui/aura/ |
chrome_browser_main_extra_parts_aura.cc | 42 const CommandLine* command_line = CommandLine::ForCurrentProcess(); 110 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium_org/chrome/browser/ui/webui/ |
downloads_ui_browsertest.cc | 27 CommandLine* command_line) {
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
guest_mode_options_ui_browsertest.cc | 18 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_experimental_unittest.cc | 21 CommandLine::ForCurrentProcess()->AppendSwitch(
|
extension_manifests_isolatedapp_unittest.cc | 26 CommandLine::ForCurrentProcess()->AppendSwitch(
|
/external/chromium_org/chrome/installer/util/ |
product_operations.h | 18 class CommandLine; 38 virtual void ReadOptions(const CommandLine& command, 62 CommandLine* cmd_line) const = 0; 66 CommandLine* cmd_line) const = 0;
|
/external/chromium_org/content/browser/android/ |
child_process_launcher_android.h | 24 const CommandLine::StringVector& argv,
|
/external/chromium_org/content/renderer/android/ |
synchronous_compositor_factory.cc | 23 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess));
|
/external/chromium_org/content/shell/common/ |
shell_content_client.cc | 26 CommandLine* command_line = CommandLine::ForCurrentProcess(); 33 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) { 59 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
|