Searched refs:GetInstalledApp (Results 1 – 5 of 5) sorted by relevance
31 const Extension* GetInstalledApp(TabContents* contents) { in GetInstalledApp() function in __anon8b3ac5480111::IsolatedAppApiTest74 ASSERT_TRUE(GetInstalledApp(tab1)); in IN_PROC_BROWSER_TEST_F()75 ASSERT_TRUE(GetInstalledApp(tab2)); in IN_PROC_BROWSER_TEST_F()76 ASSERT_TRUE(!GetInstalledApp(tab3)); in IN_PROC_BROWSER_TEST_F()
155 const Extension* GetInstalledApp(const GURL& url);
362 const Extension* ExtensionService::GetInstalledApp(const GURL& url) { in GetInstalledApp() function in ExtensionService377 return !!GetInstalledApp(url); in IsInstalledApp()
39 const Extension* installed_app = service->GetInstalledApp(url); in PreCreateRenderView()
207 GetProfile()->GetExtensionService()->GetInstalledApp( in Init()