Searched refs:requestor_url (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/browser/extensions/ |
D | webstore_inline_installer_unittest.cc | 24 const std::string& requestor_url); 39 const std::string& requestor_url) in TestWebstoreInlineInstaller() argument 42 GURL(requestor_url), in TestWebstoreInlineInstaller() 57 bool TestSingleVerifiedSite(const std::string& requestor_url, 61 const std::string& requestor_url, 81 const std::string& requestor_url, in TestSingleVerifiedSite() argument 87 new TestWebstoreInlineInstaller(web_contents_.get(), requestor_url); in TestSingleVerifiedSite() 94 const std::string& requestor_url, in TestMultipleVerifiedSites() argument 105 new TestWebstoreInlineInstaller(web_contents_.get(), requestor_url); in TestMultipleVerifiedSites()
|
D | webstore_inline_installer_browsertest.cc | 84 const GURL& requestor_url, in WebstoreInlineInstallerForTest() argument 89 requestor_url, in WebstoreInlineInstallerForTest() 117 const GURL& requestor_url, in CreateInstaller() argument 120 contents, webstore_item_id, requestor_url, callback); in CreateInstaller()
|
D | webstore_inline_installer_factory.cc | 15 const GURL& requestor_url, in CreateInstaller() argument 18 contents, webstore_item_id, requestor_url, callback); in CreateInstaller()
|
D | webstore_inline_installer.cc | 34 const GURL& requestor_url, in WebstoreInlineInstaller() argument 41 requestor_url_(requestor_url) { in WebstoreInlineInstaller() 173 const GURL& requestor_url, in IsRequestorURLInVerifiedSite() argument 218 return verified_site_pattern.MatchesURL(requestor_url); in IsRequestorURLInVerifiedSite()
|
D | webstore_inline_installer.h | 36 const GURL& requestor_url, 66 static bool IsRequestorURLInVerifiedSite(const GURL& requestor_url,
|
D | tab_helper.cc | 371 const GURL& requestor_url) { in OnInlineWebstoreInstall() argument 379 requestor_url, in OnInlineWebstoreInstall() 384 void TabHelper::OnGetAppInstallState(const GURL& requestor_url, in OnGetAppInstallState() argument 394 if (extensions->GetHostedAppByURL(requestor_url)) in OnGetAppInstallState() 396 else if (disabled->GetHostedAppByURL(requestor_url)) in OnGetAppInstallState()
|
D | webstore_inline_installer_factory.h | 32 const GURL& requestor_url,
|
D | tab_helper.h | 194 const GURL& requestor_url); 195 void OnGetAppInstallState(const GURL& requestor_url,
|