HomeSort by relevance Sort by last modified time
    Searched refs:kApp (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium/chrome/common/
switch_utils.cc 17 switches::kApp,
chrome_switches.cc 44 const char kApp[] = "app";
    [all...]
chrome_switches.h 33 extern const char kApp[];
  /external/chromium_org/chrome/common/
switch_utils.cc 17 switches::kApp,
chrome_switches.cc 72 const char kApp[] = "app";
    [all...]
chrome_switches.h 39 extern const char kApp[];
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager_unittest.cc 24 kApp,
52 stats.renderer_handle = kApp;
116 EXPECT_EQ(kApp, test_list[index++].renderer_handle);
  /external/chromium/chrome/browser/
shell_integration.cc 50 // the kApp switch (the launch url will be read from the extension app
58 new_cmd_line.AppendSwitchASCII(switches::kApp, url.spec());
shell_integration_win.cc 229 if (command_line.HasSwitch(switches::kApp)) {
231 GURL(command_line.GetSwitchValueASCII(switches::kApp))));
  /external/chromium/chrome/common/extensions/
extension_constants.cc 10 const char* kApp = "app";
extension_constants.h 14 extern const char* kApp;
extension_messages.cc 39 extension_manifest_keys::kApp
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_controller.h 43 kApp,
  /external/chromium_org/chrome/browser/extensions/
test_extension_prefs.cc 134 dictionary.SetString(extension_manifest_keys::kApp, "true");
  /external/chromium_org/chrome/common/extensions/
sync_type_unittest.cc 43 source.SetString(keys::kApp, "true");
180 manifest.SetString(keys::kApp, "true");
extension_manifest_constants.cc 11 const char kApp[] = "app";
extension_manifest_constants.h 17 extern const char kApp[];
manifest.cc 112 } else if (value_->HasKey(keys::kApp)) {
manifest_unittest.cc 152 &manifest, keys::kApp, new base::DictionaryValue());
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 115 if (command_line.HasSwitch(switches::kApp)) {
117 GURL(command_line.GetSwitchValueASCII(switches::kApp))));
shell_integration.cc 98 // the kApp switch (the launch url will be read from the extension app
106 new_cmd_line.AppendSwitchASCII(switches::kApp, url.spec());
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_helper.cc 289 source.Set(extension_manifest_keys::kApp, new DictionaryValue());
294 source.Set(extension_manifest_keys::kApp, new DictionaryValue());
  /external/chromium/chrome/browser/ui/tests/
browser_uitest.cc 317 launch_arguments_.AppendSwitchASCII(switches::kApp, test_file_url.spec());
  /external/chromium/chrome/browser/sessions/
session_restore_uitest.cc 354 app_launch_arguments.AppendSwitchASCII(switches::kApp, url2_.spec());
  /external/chromium/chrome/browser/ui/
browser_init.cc 750 if (command_line_.HasSwitch(switches::kApp)) {
752 *app_url = command_line_.GetSwitchValueASCII(switches::kApp);
    [all...]

Completed in 774 milliseconds

1 2