Home
last modified time | relevance | path

Searched refs:IsTypePopup (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_window_delegate.h52 virtual bool IsTypePopup() const = 0;
Dsynced_window_delegate_android.h31 virtual bool IsTypePopup() const OVERRIDE;
Dsynced_window_delegate_android.cc70 bool SyncedWindowDelegateAndroid::IsTypePopup() const { in IsTypePopup() function in browser_sync::SyncedWindowDelegateAndroid
/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_util.cc52 return window->IsTypeTabbed() || window->IsTypePopup(); in ShouldSyncWindow()
Dsession_data_type_controller_unittest.cc37 virtual bool IsTypePopup() const OVERRIDE { return false; } in IsTypePopup() function in browser_sync::__anon009d9f480111::MockSyncedWindowDelegate
Dsessions_sync_manager_unittest.cc78 virtual bool IsTypePopup() const OVERRIDE { in IsTypePopup() function in browser_sync::__anonbef9d0740111::SyncedWindowDelegateOverride
79 return wrapped_->IsTypePopup(); in IsTypePopup()
/external/chromium_org/chrome/browser/ui/sync/
Dbrowser_synced_window_delegate.h32 virtual bool IsTypePopup() const OVERRIDE;
Dbrowser_synced_window_delegate.cc89 bool BrowserSyncedWindowDelegate::IsTypePopup() const { in IsTypePopup() function in BrowserSyncedWindowDelegate