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

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

Completed in 337 milliseconds