HomeSort by relevance Sort by last modified time
    Searched refs:kAppsGalleryUpdateURL (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/common/extensions/
extension_constants.cc 62 if (cmdline->HasSwitch(switches::kAppsGalleryUpdateURL))
63 return GURL(cmdline->GetSwitchValueASCII(switches::kAppsGalleryUpdateURL));
  /external/chromium/chrome/browser/extensions/
extension_gallery_install_apitest.cc 33 switches::kAppsGalleryUpdateURL, testing_install_base_url);
  /external/chromium/chrome/common/
chrome_switches.cc 63 const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url";
    [all...]
chrome_switches.h 38 extern const char kAppsGalleryUpdateURL[];
  /external/chromium_org/chrome/browser/extensions/
webstore_startup_installer_browsertest.cc 64 switches::kAppsGalleryUpdateURL, crx_url.spec());
277 switches::kAppsGalleryUpdateURL, crx_url.spec());
extension_disabled_ui_browsertest.cc 32 command_line->AppendSwitchASCII(switches::kAppsGalleryUpdateURL,
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_apitest.cc 135 switches::kAppsGalleryUpdateURL, crx_url.spec());
  /external/chromium_org/chrome/common/
chrome_switches.cc 100 const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url";
    [all...]
chrome_switches.h 46 extern const char kAppsGalleryUpdateURL[];
  /external/chromium/chrome/common/extensions/
extension.cc 442 if (cmdline->HasSwitch(switches::kAppsGalleryUpdateURL))
443 return GURL(cmdline->GetSwitchValueASCII(switches::kAppsGalleryUpdateURL));
    [all...]

Completed in 812 milliseconds