Searched refs:webstore_url (Results 1 – 4 of 4) sorted by relevance
153 GURL webstore_url = GURL(webstore_url_string); in GetWebstoreItemIdFromFrame() local154 if (!webstore_url.is_valid()) { in GetWebstoreItemIdFromFrame()159 if (webstore_url.scheme() != webstore_base_url.scheme() || in GetWebstoreItemIdFromFrame()160 webstore_url.host() != webstore_base_url.host() || in GetWebstoreItemIdFromFrame()162 webstore_url.path(), webstore_base_url.path(), true)) { in GetWebstoreItemIdFromFrame()167 std::string candidate_webstore_item_id = webstore_url.path().substr( in GetWebstoreItemIdFromFrame()
68 GURL webstore_url = GURL(input); in ExtractsAppIdFromInput() local69 if (!webstore_url.is_valid()) in ExtractsAppIdFromInput()75 if (webstore_url.scheme() != webstore_base_url.scheme() || in ExtractsAppIdFromInput()76 webstore_url.host() != webstore_base_url.host() || in ExtractsAppIdFromInput()78 webstore_url.path(), webstore_base_url.path(), true)) { in ExtractsAppIdFromInput()82 const std::string path = webstore_url.path(); in ExtractsAppIdFromInput()
669 GURL webstore_url(extension_urls::GetWebstoreLaunchURL()); local670 if (request->url().DomainIs(webstore_url.host().c_str())) {
3882 std::string webstore_url = extension_urls::GetWebstoreLaunchURL(); in IN_PROC_BROWSER_TEST_F() local3888 base::Bind(&CreateMockInterceptorOnIO, GURL(webstore_url), file)); in IN_PROC_BROWSER_TEST_F()3890 PrerenderTestURL(CreateClientRedirect(webstore_url), in IN_PROC_BROWSER_TEST_F()