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

/external/chromium_org/content/browser/
H A Dbrowsing_instance.cc17 BrowsingInstance::BrowsingInstance(BrowserContext* browser_context) function in class:content::BrowsingInstance
22 bool BrowsingInstance::HasSiteInstance(const GURL& url) {
30 SiteInstance* BrowsingInstance::GetSiteInstanceForURL(const GURL& url) {
48 void BrowsingInstance::RegisterSiteInstance(SiteInstance* site_instance) {
67 void BrowsingInstance::UnregisterSiteInstance(SiteInstance* site_instance) {
84 BrowsingInstance::~BrowsingInstance() {
H A Dbrowsing_instance.h23 // BrowsingInstance class
31 // We further subdivide a BrowsingInstance into SiteInstances, which represent
32 // the documents within each BrowsingInstance that are from the same site and
38 // BrowsingInstance. This is because any two documents from the same site
39 // might be able to script each other if they are in the same BrowsingInstance.
42 // A BrowsingInstance is live as long as any SiteInstance has a reference to
47 // BrowsingInstance has no public members, as it is designed to be
49 // SiteInstance that is part of the same BrowsingInstance, use
55 class CONTENT_EXPORT BrowsingInstance class in namespace:content
56 : public base::RefCounted<BrowsingInstance> {
[all...]

Completed in 569 milliseconds