Home | History | Annotate | Download | only in tab_contents

Lines Matching refs:TabContents

15 // Autofill does not need the entire TabContents class, just
23 class TabContents {
25 TabContents()
110 class TabContents;
123 // Describes what goes in the main content area of a tab. TabContents is
124 // the only type of TabContents, and these should be merged together.
125 class TabContents : public PageNavigator,
153 TabContents(Profile* profile,
156 const TabContents* base_tab_contents,
158 virtual ~TabContents();
177 // Returns the user profile associated with this TabContents (via the
213 // Returns the FavIconHelper of this TabContents.
221 // tab becomes an app-tab. TabContents does not listen for unload events for
222 // the extension. It's up to consumers of TabContents to do that.
237 // If an app extension has been explicitly set for this TabContents its icon
255 // The max PageID of any page that this TabContents has loaded. PageIDs
257 // TabContents, then the max PageID is kept separately on each SiteInstance.
265 // there is no site instance. TabContents overrides this to provide proper
317 // Sets an app icon associated with TabContents and fires an INVALIDATE_TITLE
400 // Called by the NavigationController to cause the TabContents to navigate to
417 // Called on a TabContents
420 // Creates a new TabContents with the same state as this one. The returned
422 virtual TabContents* Clone();
434 // Create a new window constrained to this TabContents' clip and visibility.
442 void AddNewContents(TabContents* new_contents,
473 // Returns the actual window that is focused when this TabContents is shown.
476 // Returns the NativeView associated with this TabContents. Outside of
480 // Returns the bounds of this TabContents in the screen coordinate system.
620 // Returns true if this TabContents will notify about disconnection.
636 // Sets whether all TabContents added by way of |AddNewContents| should be
638 // reevaluating any blocked TabContents, which may result in unblocking some
639 // of the blocked TabContents.
659 // from before we created this TabContents.
694 virtual TabContents* AsTabContents();
834 void AddPopup(TabContents* new_contents,
906 // Causes the TabContents to navigate in the right renderer to |entry|, which
936 virtual TabContents* GetAsTabContents();
1034 // process is not shared, then the TabContents will act as though the renderer
1063 // and if so, swap the RenderViewHost with the preload into this TabContents
1151 // a TabContents, in which case the max page ID is stored separately with
1182 // Object that holds any blocked TabContents spawned from this TabContents.
1185 // Should we block all child TabContents this attempts to spawn.
1196 // Delegates for InfoBars associated with this TabContents.
1220 // TabContents. This is used to ensure disconnection notifications only
1289 DISALLOW_COPY_AND_ASSIGN(TabContents);