Home | History | Annotate | Download | only in browser

Lines Matching refs:BrowsingInstance

42 SiteInstanceImpl::SiteInstanceImpl(BrowsingInstance* browsing_instance)
58 // the BrowsingInstance. Any future visits to a page from this site
59 // (within the same BrowsingInstance) can safely create a new SiteInstance.
165 // Now that we have a site, register it with the BrowsingInstance. This
167 // the same BrowsingInstance, because all same-site pages within a
168 // BrowsingInstance can script each other.
235 return new SiteInstanceImpl(new BrowsingInstance(browser_context));
241 // This BrowsingInstance may be deleted if it returns an existing
243 scoped_refptr<BrowsingInstance> instance(
244 new BrowsingInstance(browser_context));