Searched refs:IsTypePopup (Results 1 – 8 of 8) sorted by relevance
52 virtual bool IsTypePopup() const = 0;
31 virtual bool IsTypePopup() const OVERRIDE;
70 bool SyncedWindowDelegateAndroid::IsTypePopup() const { in IsTypePopup() function in browser_sync::SyncedWindowDelegateAndroid
52 return window->IsTypeTabbed() || window->IsTypePopup(); in ShouldSyncWindow()
37 virtual bool IsTypePopup() const OVERRIDE { return false; } in IsTypePopup() function in browser_sync::__anon009d9f480111::MockSyncedWindowDelegate
78 virtual bool IsTypePopup() const OVERRIDE { in IsTypePopup() function in browser_sync::__anonbef9d0740111::SyncedWindowDelegateOverride79 return wrapped_->IsTypePopup(); in IsTypePopup()
32 virtual bool IsTypePopup() const OVERRIDE;
89 bool BrowserSyncedWindowDelegate::IsTypePopup() const { in IsTypePopup() function in BrowserSyncedWindowDelegate