Searched defs:TabContentsSyncedTabDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.h17 class TabContentsSyncedTabDelegate class in inherits:browser_sync::SyncedTabDelegate,content::WebContentsUserData
19 public content::WebContentsUserData<TabContentsSyncedTabDelegate> {
21 virtual ~TabContentsSyncedTabDelegate();
45 explicit TabContentsSyncedTabDelegate(content::WebContents* web_contents);
46 friend class content::WebContentsUserData<TabContentsSyncedTabDelegate>;
51 DISALLOW_COPY_AND_ASSIGN(TabContentsSyncedTabDelegate);
H A Dtab_contents_synced_tab_delegate.cc26 DEFINE_WEB_CONTENTS_USER_DATA_KEY(TabContentsSyncedTabDelegate);
28 TabContentsSyncedTabDelegate::TabContentsSyncedTabDelegate( function in class:TabContentsSyncedTabDelegate
32 TabContentsSyncedTabDelegate::~TabContentsSyncedTabDelegate() {}
34 SessionID::id_type TabContentsSyncedTabDelegate::GetWindowId() const {
38 SessionID::id_type TabContentsSyncedTabDelegate::GetSessionId() const {
42 bool TabContentsSyncedTabDelegate::IsBeingDestroyed() const {
46 Profile* TabContentsSyncedTabDelegate::profile() const {
50 std::string TabContentsSyncedTabDelegate
[all...]

Completed in 50 milliseconds