Home | History | Annotate | Download | only in tabs

Lines Matching defs:opener

99     // If set the newly inserted tab's opener is set to the active tab. If not
100 // set the tab may still inherit the group/opener under certain situations.
273 // there is no opener on record.
276 // Changes the |opener| of the WebContents at |index|.
277 // Note: |opener| must be in this tab strip.
278 void SetOpenerOfWebContentsAt(int index, content::WebContents* opener);
282 // true, the group property of the tab is used instead of the opener to find
284 // the opener may not.
285 int GetIndexOfNextWebContentsOpenedBy(const content::WebContents* opener,
290 // specified opener, starting at |start_index|.
291 int GetIndexOfLastWebContentsOpenedBy(const content::WebContents* opener,
301 // Forget all Opener relationships that are stored (but _not_ group
311 // URL or selecting a bookmark). This also forgets the opener, which is
315 // Returns true if the group/opener relationships present for |contents|
470 // Gets the set of tab indices that have the same opener as the tab at
480 // the tabstrip. We check for this because opener relationships are _not_
548 // Returns true if the tab represented by the specified data has an opener
553 const content::WebContents* opener,
556 // Sets the group/opener of any tabs that reference |tab| to NULL.
581 opener = a_group;
584 // Forget the opener relationship so that when this WebContents is
587 opener = NULL;
603 content::WebContents* opener;
607 // before selection moves elsewhere, their opener is selected. But if
608 // selection shifts to _any_ tab (including their opener), the group