HomeSort by relevance Sort by last modified time
    Searched full:installed_app (Results 1 - 9 of 9) 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/chrome/browser/profiles/
profile.cc 413 const Extension* installed_app) {
416 installed_app != NULL &&
417 installed_app->is_storage_isolated())
418 return GetRequestContextForIsolatedApp(installed_app->id());