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

  /external/chromium_org/content/browser/frame_host/
render_frame_proxy_host.h 70 SiteInstance* GetSiteInstance() {
render_frame_host_impl.cc 182 SiteInstance* RenderFrameHostImpl::GetSiteInstance() {
183 return render_view_host_->GetSiteInstance();
207 return GetSiteInstance() !=
208 parent_node->current_frame_host()->GetSiteInstance();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 261 SiteInstance* RenderViewHostImpl::GetSiteInstance() const {
760 GetSiteInstance())->GetFileSystemContext();
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 796 return GetMaxPageIDForSiteInstance(GetSiteInstance());
808 UpdateMaxPageIDForSiteInstance(GetSiteInstance(), page_id);
822 SiteInstance* WebContentsImpl::GetSiteInstance() const {
823 return GetRenderManager()->current_host()->GetSiteInstance();
830 return dest_rvh->GetSiteInstance();
    [all...]

Completed in 91 milliseconds