HomeSort by relevance Sort by last modified time
    Searched defs:installed_app (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/
chrome_content_browser_client.cc 39 const Extension* installed_app = service->GetInstalledApp(url); local
41 set_installed_app(installed_app);
51 host->installed_app())));
  /external/chromium/chrome/browser/automation/
automation_util.cc 116 const Extension* installed_app = static_cast<BrowserRenderProcessHost*>( local
117 contents->render_view_host()->process())->installed_app();
119 contents->profile()->GetRequestContextForPossibleApp(installed_app);
142 const Extension* installed_app = static_cast<BrowserRenderProcessHost*>( local
143 contents->render_view_host()->process())->installed_app();
145 contents->profile()->GetRequestContextForPossibleApp(installed_app);
169 const Extension* installed_app = static_cast<BrowserRenderProcessHost*>( local
170 contents->render_view_host()->process())->installed_app();
172 contents->profile()->GetRequestContextForPossibleApp(installed_app);
  /external/chromium/chrome/browser/notifications/
balloon_host.cc 206 const Extension* installed_app = local
210 installed_app);
  /external/chromium_org/chrome/browser/extensions/
isolated_app_browsertest.cc 111 const extensions::Extension* installed_app = NULL; local
121 installed_app = service->extensions()->GetByID(*iter);
122 if (installed_app && installed_app->is_app())
123 return installed_app;

Completed in 298 milliseconds