Home | History | Annotate | Download | only in instant

Lines Matching refs:TabContents

34 class TabContents;
38 // InstantController maintains a TabContents that is intended to give a preview
41 // At any time the TabContents maintained by InstantController may be destroyed
76 // the url is empty and there is a preview TabContents it is destroyed. If url
77 // is non-empty and the preview TabContents has not been created it is
93 // Destroys the preview TabContents. Does nothing if the preview TabContents
124 // Releases the preview TabContents passing ownership to the caller. This is
125 // intended to be called when the preview TabContents is committed. This does
128 // TabContents to a tabstrip.
133 void CompleteRelease(TabContents* tab);
135 // TabContents the match is being shown for.
138 // The preview TabContents; may be null.
145 // Returns true if the preview TabContents is ready to be displayed. In some
196 // Returns the TabContents of the pending loader (or NULL). This is only used
243 // destroying the loader destroys the TabContents and the TabContents is on
257 // The TabContents last passed to |Update|.