Home
last modified time | relevance | path

Searched refs:GetInstalledApp (Results 1 – 20 of 20) sorted by relevance

/external/chromium/chrome/browser/extensions/
Disolated_app_apitest.cc31 const Extension* GetInstalledApp(TabContents* contents) { in GetInstalledApp() function in __anon2030406f0111::IsolatedAppApiTest
74 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()
Dextension_service.h155 const Extension* GetInstalledApp(const GURL& url);
Dextension_service.cc362 const Extension* ExtensionService::GetInstalledApp(const GURL& url) { in GetInstalledApp() function in ExtensionService
377 return !!GetInstalledApp(url); in IsInstalledApp()
/external/chromium_org/chrome/browser/extensions/
Disolated_app_browsertest.cc110 const extensions::Extension* GetInstalledApp(WebContents* contents) { in GetInstalledApp() function in __anon41cf11800111::IsolatedAppTest
244 ASSERT_TRUE(GetInstalledApp(tab0)); in IN_PROC_BROWSER_TEST_F()
245 ASSERT_TRUE(GetInstalledApp(tab1)); in IN_PROC_BROWSER_TEST_F()
246 ASSERT_TRUE(!GetInstalledApp(tab2)); in IN_PROC_BROWSER_TEST_F()
416 ASSERT_FALSE(GetInstalledApp(tab0)); in IN_PROC_BROWSER_TEST_F()
421 ASSERT_TRUE(GetInstalledApp(tab1)); in IN_PROC_BROWSER_TEST_F()
Dextension_service.h137 const extensions::Extension* GetInstalledApp(const GURL& url) const;
Dextension_service.cc308 const Extension* ExtensionService::GetInstalledApp(const GURL& url) const { in GetInstalledApp() function in ExtensionService
314 return !!GetInstalledApp(url); in IsInstalledApp()
/external/chromium/chrome/browser/
Dchrome_content_browser_client.cc39 const Extension* installed_app = service->GetInstalledApp(url); in PreCreateRenderView()
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dlauncher_app_tab_helper.cc30 return extension_service->GetInstalledApp(url); in GetExtensionForTab()
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
Dextension_sync_event_observer.cc50 GetInstalledApp(app_origin); in GetExtensionId()
/external/chromium_org/chrome/browser/ui/startup/
Dstartup_browser_creator_impl.cc250 extension_service->GetInstalledApp(cmd_line_urls.at(i)); in RecordAppLaunches()
259 extension_service->GetInstalledApp(autolaunch_tabs.at(i).url); in RecordAppLaunches()
544 profile->GetExtensionService()->GetInstalledApp(url); in OpenApplicationWindow()
/external/chromium/chrome/browser/notifications/
Dballoon_host.cc207 GetProfile()->GetExtensionService()->GetInstalledApp( in Init()
/external/chromium_org/chrome/browser/autocomplete/
Dextension_app_provider.cc51 service->GetInstalledApp(match.destination_url); in LaunchAppFromOmnibox()
/external/chromium_org/chrome/browser/chromeos/first_run/
Ddrive_first_run_controller.cc272 service->GetInstalledApp(target_url); in ShouldCreateWebContents()
/external/chromium_org/chrome/browser/sync_file_system/local/
Dlocal_file_sync_service.cc206 const extensions::Extension* extension = extension_service->GetInstalledApp( in PrepareForProcessRemoteChange()
/external/chromium_org/chrome/browser/sessions/
Dtab_restore_service_helper.cc42 profile->GetExtensionService()->GetInstalledApp(url); in RecordAppLaunch()
Dsession_restore.cc955 browser->profile()->GetExtensionService()->GetInstalledApp(url); in RecordAppLaunchForTab()
/external/chromium_org/chrome/browser/ui/
Dbrowser_commands.cc448 browser->profile()->GetExtensionService()->GetInstalledApp(url); in OpenCurrentURL()
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
Dbookmark_bar_gtk.cc129 profile->GetExtensionService()->GetInstalledApp(url); in RecordAppLaunch()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc316 profile->GetExtensionService()->GetInstalledApp(url); in RecordAppLaunch()
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_controller.mm136 profile->GetExtensionService()->GetInstalledApp(url);