Home | History | Annotate | Download | only in common

Lines Matching full:gurl

13 #include "url/gurl.h"
22 return GURL(source).SchemeIs(kExtensionScheme) ||
51 GURL GetWebstoreItemJsonDataURL(const std::string& extension_id) {
52 return GURL(GetWebstoreLaunchURL() + "/inlineinstall/detail/" + extension_id);
55 GURL GetWebstoreJsonSearchUrl(const std::string& query,
57 GURL url(GetWebstoreLaunchURL() + "/jsonsearch");
63 GURL GetWebstoreSearchPageUrl(const std::string& query) {
64 return GURL(GetWebstoreLaunchURL() + "/search/" +
68 GURL GetWebstoreUpdateUrl() {
71 return GURL(client->GetWebstoreUpdateURL());
72 return GURL(kChromeWebstoreUpdateURL);
75 bool IsWebstoreUpdateUrl(const GURL& update_url) {
76 GURL store_url = GetWebstoreUpdateUrl();
85 bool IsBlacklistUpdateUrl(const GURL& url) {