Home
last modified time | relevance | path

Searched refs:kAppsGalleryURL (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_gallery_install_apitest.cc20 command_line->AppendSwitchASCII(switches::kAppsGalleryURL, in SetUpCommandLine()
Dextension_webstore_private_browsertest.cc117 command_line->AppendSwitchASCII(switches::kAppsGalleryURL, test_url_base_); in SetUpCommandLine()
Dextension_service.cc327 switches::kAppsGalleryURL)); in IsDownloadFromGallery()
/external/chromium/chrome/common/
Dchrome_switches.cc60 const char kAppsGalleryURL[] = "apps-gallery-url"; variable
Dchrome_switches.h37 extern const char kAppsGalleryURL[];
/external/chromium/chrome/common/extensions/
Dextension.cc1313 GetSwitchValueASCII(switches::kAppsGalleryURL); in LoadLaunchURL()
1320 << switches::kAppsGalleryURL; in LoadLaunchURL()
1323 LOG(WARNING) << "URLs passed to switch " << switches::kAppsGalleryURL in LoadLaunchURL()
2499 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAppsGalleryURL)) in ChromeStoreLaunchURL()
2501 switches::kAppsGalleryURL); in ChromeStoreLaunchURL()