HomeSort by relevance Sort by last modified time
    Searched refs:SiteInstance (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/chromium_org/content/public/browser/
site_instance.h 18 // SiteInstance interface.
20 // A SiteInstance represents a group of web pages that may be able to
40 // navigates within a site, the same SiteInstance is used.
42 // stay in the same SiteInstance, to preserve compatibility in cases like
55 // Each NavigationEntry for a WebContents points to the SiteInstance that
56 // rendered it. Each RenderViewHost also points to the SiteInstance that it is
57 // associated with. A SiteInstance keeps track of the number of these
59 // a SiteInstance is only live as long as it is accessible, either from new
63 class CONTENT_EXPORT SiteInstance : public base::RefCounted<SiteInstance> {
    [all...]
render_process_host_factory.h 15 class SiteInstance;
24 SiteInstance* site_instance) const = 0;
browser_plugin_guest_manager.h 21 class SiteInstance;
32 content::SiteInstance* embedder_site_instance,
render_frame_host.h 24 class SiteInstance;
39 // Returns the SiteInstance grouping all RenderFrameHosts that have script
42 virtual SiteInstance* GetSiteInstance() = 0;
browser_plugin_guest_manager.cc 12 SiteInstance* embedder_site_instance,
  /external/chromium_org/chrome/browser/tab_contents/
tab_util.h 12 class SiteInstance;
24 // Returns a new SiteInstance for WebUI and app URLs. Returns NULL otherwise.
25 content::SiteInstance* GetSiteInstanceForNewTab(
tab_util.cc 17 using content::SiteInstance;
32 SiteInstance* GetSiteInstanceForNewTab(Profile* profile,
34 // If |url| is a WebUI or extension, we set the SiteInstance up front so that
41 return SiteInstance::CreateForURL(profile, url);
44 // We used to share the SiteInstance for same-site links opened in new tabs,
  /external/chromium_org/content/browser/
browsing_instance.h 18 class SiteInstance;
37 // It is important to only have one SiteInstance per site within a given
42 // A BrowsingInstance is live as long as any SiteInstance has a reference to
43 // it. A SiteInstance is live as long as any NavigationEntry or RenderViewHost
48 // visible only from the SiteInstance class. To get a new
49 // SiteInstance that is part of the same BrowsingInstance, use
50 // SiteInstance::GetRelatedSiteInstance. Because of this,
64 // Returns whether this BrowsingInstance has registered a SiteInstance for
68 // Get the SiteInstance responsible for rendering the given URL. Should
70 // SiteInstance per site
    [all...]
site_instance_impl.h 18 class CONTENT_EXPORT SiteInstanceImpl : public SiteInstance,
21 // SiteInstance interface overrides.
27 virtual SiteInstance* GetRelatedSiteInstance(const GURL& url) OVERRIDE;
28 virtual bool IsRelatedSiteInstance(const SiteInstance* instance) OVERRIDE;
31 // Set the web site that this SiteInstance is rendering pages for.
38 // Returns whether there is currently a related SiteInstance (registered with
40 // avoid dedicating an unused SiteInstance to it (e.g., in a new tab).
43 // Returns whether this SiteInstance has a process that is the wrong type for
48 // Increase the number of active views in this SiteInstance. This is
53 // Decrease the number of active views in this SiteInstance. This i
    [all...]
browsing_instance.cc 30 SiteInstance* BrowsingInstance::GetSiteInstanceForURL(const GURL& url) {
40 // No current SiteInstance for this site, so let's create one.
43 // Set the site of this new SiteInstance, which will register it with us.
48 void BrowsingInstance::RegisterSiteInstance(SiteInstance* site_instance) {
55 // Only register if we don't have a SiteInstance for this site already.
59 // SiteInstance for this site, we just won't register the new one.
67 void BrowsingInstance::UnregisterSiteInstance(SiteInstance* site_instance) {
74 // Only unregister the SiteInstance if it is the same one that is registered
75 // for the site. (It might have been an unregistered SiteInstance. See the
  /external/chromium_org/content/test/
test_render_view_host_factory.h 14 class SiteInstance;
31 SiteInstance* instance,
test_web_contents.h 28 SiteInstance* instance);
81 void ExpectSetHistoryLengthAndPrune(const SiteInstance* site_instance,
87 virtual void SetHistoryLengthAndPrune(const SiteInstance* site_instance,
  /external/chromium_org/content/browser/frame_host/
navigation_controller_delegate.h 21 class SiteInstance;
39 virtual SiteInstance* GetPendingSiteInstance() const = 0;
41 virtual int32 GetMaxPageIDForSiteInstance(SiteInstance* site_instance) = 0;
54 const SiteInstance* site_instance,
59 virtual void UpdateMaxPageIDForSiteInstance(SiteInstance* site_instance,
render_frame_proxy_host.h 29 // the frame tree has a RenderFrameHost for the active SiteInstance and a set
41 // alive. A RenderFrameProxyHost and a RenderFrameHost for the same SiteInstance
45 // for the new SiteInstance. A pending RenderFrameHost is created, but it is
50 // creates a RenderFrameProxyHost for the old SiteInstance and uses it going
58 RenderFrameProxyHost(SiteInstance* site_instance,
70 SiteInstance* GetSiteInstance() {
103 // The SiteInstance this proxy is associated with.
104 scoped_refptr<SiteInstance> site_instance_;
  /external/chromium_org/content/browser/renderer_host/
render_view_host_factory.h 17 class SiteInstance;
28 SiteInstance* instance,
48 SiteInstance* instance,
render_view_host_delegate.cc 34 SiteInstance* instance) {
  /external/chromium_org/content/public/test/
web_contents_tester.cc 26 SiteInstance* instance) {
web_contents_tester.h 18 class SiteInstance;
56 SiteInstance* instance);
  /external/chromium_org/content/browser/service_worker/
service_worker_process_manager.h 21 class SiteInstance;
56 // SiteInstance. This must match a call to AllocateWorkerProcess.
71 explicit ProcessInfo(const scoped_refptr<SiteInstance>& site_instance);
75 // Stores the SiteInstance the Worker lives inside. This needs to outlive
78 scoped_refptr<SiteInstance> site_instance;
80 // In case the process was allocated without using a SiteInstance, we need
83 // so all processes can be allocated with a SiteInstance.
  /external/chromium_org/ash/test/
ash_test_views_delegate.h 24 content::SiteInstance* site_instance) OVERRIDE;
ash_test_views_delegate.cc 21 content::SiteInstance* site_instance) {
  /external/chromium_org/chrome/browser/extensions/
extension_view_host_mac.h 20 content::SiteInstance* site_instance,
  /external/chromium_org/chrome/browser/profiles/
profile_destroyer_unittest.cc 76 scoped_refptr<content::SiteInstance> instance1(
77 content::SiteInstance::Create(off_the_record_profile_));
82 scoped_refptr<content::SiteInstance> instance2(
83 content::SiteInstance::Create(off_the_record_profile_));
114 scoped_refptr<content::SiteInstance> instance1(
115 content::SiteInstance::Create(off_the_record_profile));
134 scoped_refptr<content::SiteInstance> instance2(
135 content::SiteInstance::Create(main_profile));
  /external/chromium_org/apps/shell/browser/
shell_content_browser_client.h 52 virtual void SiteInstanceGotProcess(content::SiteInstance* site_instance)
54 virtual void SiteInstanceDeleting(content::SiteInstance* site_instance)
64 content::SiteInstance* site_instance);
  /external/chromium_org/chrome/browser/
site_details.h 24 std::vector<content::SiteInstance*> instances;

Completed in 381 milliseconds

1 2 3 4 5