Home
last modified time | relevance | path

Searched refs:webstore_url (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
Dwebstore_bindings.cc153 GURL webstore_url = GURL(webstore_url_string); in GetWebstoreItemIdFromFrame() local
154 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()
/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
Dkiosk_apps_handler.cc68 GURL webstore_url = GURL(input); in ExtractsAppIdFromInput() local
69 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()
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_resource_dispatcher_host_delegate.cc669 GURL webstore_url(extension_urls::GetWebstoreLaunchURL()); local
670 if (request->url().DomainIs(webstore_url.host().c_str())) {
/external/chromium_org/chrome/browser/prerender/
Dprerender_browsertest.cc3882 std::string webstore_url = extension_urls::GetWebstoreLaunchURL(); in IN_PROC_BROWSER_TEST_F() local
3888 base::Bind(&CreateMockInterceptorOnIO, GURL(webstore_url), file)); in IN_PROC_BROWSER_TEST_F()
3890 PrerenderTestURL(CreateClientRedirect(webstore_url), in IN_PROC_BROWSER_TEST_F()