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

  /external/chromium_org/chrome/common/extensions/
extension_constants.cc 19 std::string gallery_prefix = kGalleryBrowsePrefix; local
21 gallery_prefix = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
23 if (EndsWith(gallery_prefix, "/", true))
24 gallery_prefix = gallery_prefix.substr(0, gallery_prefix.length() - 1);
25 return gallery_prefix;
  /external/chromium/chrome/common/extensions/
extension.cc 2498 std::string gallery_prefix = extension_urls::kGalleryBrowsePrefix; local
    [all...]

Completed in 186 milliseconds