Searched refs:tab_delegate (Results 1 – 5 of 5) sorted by relevance
837 const SyncedTabDelegate& tab_delegate) { in GetCurrentVirtualURL() argument838 const int current_index = tab_delegate.GetCurrentEntryIndex(); in GetCurrentVirtualURL()839 const int pending_index = tab_delegate.GetPendingEntryIndex(); in GetCurrentVirtualURL()842 tab_delegate.GetPendingEntry() : in GetCurrentVirtualURL()843 tab_delegate.GetEntryAtIndex(current_index); in GetCurrentVirtualURL()849 const SyncedTabDelegate& tab_delegate) { in GetCurrentFaviconURL() argument850 const int current_index = tab_delegate.GetCurrentEntryIndex(); in GetCurrentFaviconURL()851 const int pending_index = tab_delegate.GetPendingEntryIndex(); in GetCurrentFaviconURL()854 tab_delegate.GetPendingEntry() : in GetCurrentFaviconURL()855 tab_delegate.GetEntryAtIndex(current_index); in GetCurrentFaviconURL()[all …]
135 static GURL GetCurrentVirtualURL(const SyncedTabDelegate& tab_delegate);138 static GURL GetCurrentFaviconURL(const SyncedTabDelegate& tab_delegate);299 const SyncedTabDelegate& tab_delegate,304 void LocalTabDelegateToSpecifics(const SyncedTabDelegate& tab_delegate,320 const SyncedTabDelegate& tab_delegate,
26 WebDialogWebContentsDelegate* tab_delegate) in ConstrainedWebDialogDelegateBase() argument35 if (tab_delegate) { in ConstrainedWebDialogDelegateBase()36 override_tab_delegate_.reset(tab_delegate); in ConstrainedWebDialogDelegateBase()37 web_contents_->SetDelegate(tab_delegate); in ConstrainedWebDialogDelegateBase()
28 WebDialogWebContentsDelegate* tab_delegate);
19 content::WebContentsDelegate* tab_delegate = tab->GetDelegate(); in CloseTab() local20 if (tab_delegate) in CloseTab()21 tab_delegate->CloseContents(tab); in CloseTab()