Lines Matching refs:TabContents
20 class TabContents;
30 // of TabContents, and provides an API for adding, removing and shuffling
77 // TabContents::set_closed_by_user_gesture(true) is invoked.
97 // If not set the insertion index of the TabContents is left up to the Order
134 // Retrieve the index of the currently active TabContents.
161 // Adds the specified TabContents in the default location. Tabs opened in the
165 // Adds the specified TabContents at the specified location. |add_types| is a
179 // Closes the TabContents at the specified index. This causes the TabContents
181 // TabContents). |close_types| is a bitmask of CloseTypes.
182 // Returns true if the TabContents was closed immediately, false if it was not
204 // Detaches the TabContents at the specified index from this strip. The
205 // TabContents is not destroyed, just removed from display. The caller is
216 // Move the TabContents at the specified index to another index. This method
218 // TabContents inline and sends a Moved notification instead.
244 // Returns the currently selected TabContents, or NULL if there is none.
252 // Returns the index of the specified TabContents wrapper, or
253 // TabStripModel::kNoTab if the TabContents is not in this TabStripModel.
256 // Returns the index of the specified TabContents wrapper given its raw
257 // TabContents, or TabStripModel::kNoTab if the TabContents is not in this
262 int GetWrapperIndex(const TabContents* contents) const;
268 // Notify any observers that the TabContents at the specified index has
284 // Returns true if there are any TabContents that are currently loading.
287 // Returns the controller controller that opened the TabContents at |index|.
290 // Returns the index of the next TabContents in the sequence of TabContentses
299 // Returns the index of the first TabContents in the model opened by the
304 // Returns the index of the last TabContents in the model opened by the
310 // TabContents. Depending on the tab, and the transition type of the
323 // Forgets the group affiliation of the specified TabContents. This should be
324 // called when a TabContents that is part of a logical group of tabs is
391 // Adds a TabContents at the best position in the TabStripModel given the
481 // Returns true if the specified TabContents is a New Tab at the end of the
488 // Closes the TabContents at the specified indices. This causes the
489 // TabContents to be destroyed, but it may not happen immediately. If the
490 // page in question has an unload event the TabContents will not be destroyed
494 // Returns true if the TabContents were closed immediately, false if we are
553 // A hunk of data representing a TabContents and (optionally) the
555 // the TabContents is in the current TabStripModel, unless otherwise
566 // Create a relationship between this TabContents and other TabContentses.
567 // Used to identify which TabContents to select next after one is closed.
573 // Forget the opener relationship so that when this TabContents is closed
581 // "identity" of a Tab, TabContents can change depending on the URL loaded
611 // The TabContents data currently hosted within this TabStripModel.