Home
last modified time | relevance | path

Searched refs:HasWebContents (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_tab_delegate.h55 virtual bool HasWebContents() const = 0;
Dsynced_tab_delegate_android.h40 virtual bool HasWebContents() const OVERRIDE;
Dsynced_tab_delegate_android.cc86 bool SyncedTabDelegateAndroid::HasWebContents() const { in HasWebContents() function in browser_sync::SyncedTabDelegateAndroid
/external/chromium_org/chrome/browser/ui/sync/
Dtab_contents_synced_tab_delegate.h39 virtual bool HasWebContents() const OVERRIDE;
Dtab_contents_synced_tab_delegate.cc109 bool TabContentsSyncedTabDelegate::HasWebContents() const { return true; } in HasWebContents() function in TabContentsSyncedTabDelegate
/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_sync_manager.cc209 if (!synced_tab->HasWebContents()) { in AssociateWindows()
268 DCHECK(tab->HasWebContents()); in AssociateTab()
Dsessions_sync_manager_unittest.cc429 virtual bool HasWebContents() const OVERRIDE { in HasWebContents() function in browser_sync::__anonbef9d0740211::SyncedTabDelegateFake