OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrowsingInstance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/
browsing_instance.cc
17
BrowsingInstance
::
BrowsingInstance
(BrowserContext* browser_context)
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
() {
browsing_instance.h
23
//
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
56
: public base::RefCounted<
BrowsingInstance
> {
[
all
...]
Completed in 129 milliseconds