Searched refs:site_instance_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_proxy_host.h65 return site_instance_->GetProcess();
77 return site_instance_.get();
116 scoped_refptr<SiteInstance> site_instance_; member in class:content::RenderFrameProxyHost
H A Drender_frame_proxy_host.cc46 site_instance_(site_instance),
86 site_instance_.get());
120 if (!site_instance_->GetProcess()->Init())
129 ->GetRoutingIdForSiteInstance(site_instance_.get());
136 ->GetRenderViewHost(site_instance_.get())
H A Dnavigation_entry_impl.cc41 site_instance_(NULL),
67 site_instance_(instance),
159 site_instance_ = site_instance;
H A Dnavigation_entry_impl.h109 return site_instance_.get();
231 scoped_refptr<SiteInstanceImpl> site_instance_; member in class:content::NavigationEntryImpl
/external/chromium_org/extensions/browser/
H A Dprocess_manager.h139 // Gets the BrowserContext associated with site_instance_ and all other
199 scoped_refptr<content::SiteInstance> site_instance_; member in class:extensions::ProcessManager
H A Dprocess_manager.cc250 : site_instance_(SiteInstance::Create(context)),
410 return site_instance_->GetRelatedSiteInstance(url);
661 return site_instance_->GetBrowserContext();

Completed in 103 milliseconds