/external/chromium_org/chrome/browser/ui/webui/ |
H A D | constrained_web_dialog_delegate_base.cc | 26 WebDialogWebContentsDelegate* tab_delegate) 35 if (tab_delegate) { 36 override_tab_delegate_.reset(tab_delegate); 37 web_contents_->SetDelegate(tab_delegate); 23 ConstrainedWebDialogDelegateBase( content::BrowserContext* browser_context, WebDialogDelegate* delegate, WebDialogWebContentsDelegate* tab_delegate) argument
|
H A D | constrained_web_dialog_delegate_base.h | 29 WebDialogWebContentsDelegate* tab_delegate);
|
H A D | constrained_web_dialog_ui.h | 86 // |tab_delegate| is optional, pass one in to use a custom 89 // |tab_delegate|. 94 ui::WebDialogWebContentsDelegate* tab_delegate,
|
/external/chromium_org/chrome/browser/ui/gtk/ |
H A D | constrained_web_dialog_delegate_gtk.cc | 35 WebDialogWebContentsDelegate* tab_delegate) 37 browser_context, delegate, tab_delegate), 68 WebDialogWebContentsDelegate* tab_delegate); 112 WebDialogWebContentsDelegate* tab_delegate) 116 tab_delegate)) { 139 WebDialogWebContentsDelegate* tab_delegate, 143 browser_context, delegate, tab_delegate); 32 ConstrainedWebDialogDelegateGtk( content::BrowserContext* browser_context, WebDialogDelegate* delegate, WebDialogWebContentsDelegate* tab_delegate) argument 109 ConstrainedWebDialogDelegateViewGtk( content::BrowserContext* browser_context, WebDialogDelegate* delegate, WebDialogWebContentsDelegate* tab_delegate) argument 136 CreateConstrainedWebDialog( content::BrowserContext* browser_context, WebDialogDelegate* delegate, WebDialogWebContentsDelegate* tab_delegate, content::WebContents* web_contents) argument
|
/external/chromium_org/chrome/browser/ui/views/ |
H A D | constrained_web_dialog_delegate_views.cc | 39 WebDialogWebContentsDelegate* tab_delegate, 42 browser_context, delegate, tab_delegate), 89 WebDialogWebContentsDelegate* tab_delegate); 190 WebDialogWebContentsDelegate* tab_delegate) 194 tab_delegate, 208 WebDialogWebContentsDelegate* tab_delegate, 212 browser_context, delegate, tab_delegate); 36 ConstrainedWebDialogDelegateViews( content::BrowserContext* browser_context, WebDialogDelegate* delegate, WebDialogWebContentsDelegate* tab_delegate, views::WebView* view) argument 187 ConstrainedWebDialogDelegateViewViews( content::BrowserContext* browser_context, WebDialogDelegate* delegate, WebDialogWebContentsDelegate* tab_delegate) argument 205 CreateConstrainedWebDialog( content::BrowserContext* browser_context, WebDialogDelegate* delegate, WebDialogWebContentsDelegate* tab_delegate, content::WebContents* web_contents) argument
|
/external/chromium_org/chrome/browser/sync/sessions2/ |
H A D | sessions_sync_manager.cc | 749 const SyncedTabDelegate& tab_delegate) { 750 const int current_index = tab_delegate.GetCurrentEntryIndex(); 751 const int pending_index = tab_delegate.GetPendingEntryIndex(); 754 tab_delegate.GetPendingEntry() : 755 tab_delegate.GetEntryAtIndex(current_index); 761 const SyncedTabDelegate& tab_delegate) { 762 const int current_index = tab_delegate.GetCurrentEntryIndex(); 763 const int pending_index = tab_delegate.GetPendingEntryIndex(); 766 tab_delegate.GetPendingEntry() : 767 tab_delegate 748 GetCurrentVirtualURL( const SyncedTabDelegate& tab_delegate) argument 760 GetCurrentFaviconURL( const SyncedTabDelegate& tab_delegate) argument 792 LocalTabDelegateToSpecifics( const SyncedTabDelegate& tab_delegate, sync_pb::SessionSpecifics* specifics) argument 807 UpdateTabIdIfNecessary( const SyncedTabDelegate& tab_delegate, SessionID::id_type new_tab_id, syncer::SyncChangeList* change_output) argument 834 SetSessionTabFromDelegate( const SyncedTabDelegate& tab_delegate, base::Time mtime, SessionTab* session_tab) argument [all...] |
H A D | sessions_sync_manager.h | 142 static GURL GetCurrentVirtualURL(const SyncedTabDelegate& tab_delegate); 145 static GURL GetCurrentFaviconURL(const SyncedTabDelegate& tab_delegate); 289 // Set |session_tab| from |tab_delegate| and |mtime|. 291 const SyncedTabDelegate& tab_delegate, 295 // Populates |specifics| based on the data in |tab_delegate|. 296 void LocalTabDelegateToSpecifics(const SyncedTabDelegate& tab_delegate, 307 void UpdateTabIdIfNecessary(const SyncedTabDelegate& tab_delegate,
|
/external/chromium_org/chrome/browser/sync/glue/ |
H A D | session_model_associator.cc | 394 const SyncedTabDelegate& tab_delegate) { 395 const int current_index = tab_delegate.GetCurrentEntryIndex(); 396 const int pending_index = tab_delegate.GetPendingEntryIndex(); 399 tab_delegate.GetPendingEntry() : 400 tab_delegate.GetEntryAtIndex(current_index); 406 const SyncedTabDelegate& tab_delegate) { 407 const int current_index = tab_delegate.GetCurrentEntryIndex(); 408 const int pending_index = tab_delegate.GetPendingEntryIndex(); 411 tab_delegate.GetPendingEntry() : 412 tab_delegate 393 GetCurrentVirtualURL( const SyncedTabDelegate& tab_delegate) argument 405 GetCurrentFaviconURL( const SyncedTabDelegate& tab_delegate) argument 422 const SyncedTabDelegate& tab_delegate = *(tab_link->tab()); local 489 SetSessionTabFromDelegate( const SyncedTabDelegate& tab_delegate, base::Time mtime, SessionTab* session_tab) argument [all...] |
H A D | session_model_associator.h | 277 static GURL GetCurrentVirtualURL(const SyncedTabDelegate& tab_delegate); 280 static GURL GetCurrentFaviconURL(const SyncedTabDelegate& tab_delegate); 289 // Set |session_tab| from |tab_delegate| and |mtime|. 291 const SyncedTabDelegate& tab_delegate,
|
H A D | session_model_associator_unittest.cc | 51 static GURL GetCurrentVirtualURL(const SyncedTabDelegate& tab_delegate) { argument 52 return SessionModelAssociator::GetCurrentVirtualURL(tab_delegate); 56 const SyncedTabDelegate& tab_delegate, 60 tab_delegate, 55 SetSessionTabFromDelegate( const SyncedTabDelegate& tab_delegate, base::Time mtime, SessionTab* session_tab) argument
|