HomeSort by relevance Sort by last modified time
    Searched refs:render_host (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/
app_launcher_page_ui.cc 104 content::RenderProcessHost* render_host = local
107 profile_, render_host);
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
ntp_resource_cache_android.cc 43 Profile* profile, content::RenderProcessHost* render_host) {
44 if (render_host) {
46 // so we check the |render_host| if it is provided.
47 if (render_host->GetBrowserContext()->IsOffTheRecord())
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.h 63 Profile* profile, content::RenderProcessHost* render_host);
new_tab_ui.cc 392 content::RenderProcessHost* render_host = local
395 profile_, render_host);
ntp_resource_cache.cc 218 Profile* profile, content::RenderProcessHost* render_host) {
221 } else if (render_host) {
223 // so we check the |render_host| if it is provided.
224 if (render_host->GetBrowserContext()->IsOffTheRecord())

Completed in 908 milliseconds