HomeSort by relevance Sort by last modified time
    Searched defs:installed_app (Results 1 - 3 of 3) 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);

Completed in 166 milliseconds