Home | History | Annotate | Download | only in tabs

Lines Matching refs:opener

97     // If set the newly inserted tab's opener is set to the active tab. If not
98 // set the tab may still inherit the group/opener under certain situations.
271 // there is no opener on record.
274 // Changes the |opener| of the WebContents at |index|.
275 // Note: |opener| must be in this tab strip.
276 void SetOpenerOfWebContentsAt(int index, content::WebContents* opener);
280 // true, the group property of the tab is used instead of the opener to find
282 // the opener may not.
283 int GetIndexOfNextWebContentsOpenedBy(const content::WebContents* opener,
288 // specified opener, starting at |start_index|.
289 int GetIndexOfLastWebContentsOpenedBy(const content::WebContents* opener,
299 // Forget all Opener relationships that are stored (but _not_ group
309 // URL or selecting a bookmark). This also forgets the opener, which is
313 // Returns true if the group/opener relationships present for |contents|
465 // Gets the set of tab indices that have the same opener as the tab at
475 // the tabstrip. We check for this because opener relationships are _not_
543 // Returns true if the tab represented by the specified data has an opener
547 const content::WebContents* opener,
550 // Sets the group/opener of any tabs that reference |tab| to NULL.