Searched defs:SiteInstance (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dsite_instance.h19 // SiteInstance interface.
21 // A SiteInstance represents a group of web pages that may be able to
41 // navigates within a site, the same SiteInstance is used.
43 // stay in the same SiteInstance, to preserve compatibility in cases like
56 // Each NavigationEntry for a WebContents points to the SiteInstance that
57 // rendered it. Each RenderViewHost also points to the SiteInstance that it is
58 // associated with. A SiteInstance keeps track of the number of these
60 // a SiteInstance is only live as long as it is accessible, either from new
64 class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance> { class in namespace:content
144 SiteInstance() {} function in class:content::SiteInstance
[all...]

Completed in 112 milliseconds