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

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

Completed in 151 milliseconds