HomeSort by relevance Sort by last modified time
    Searched defs:TabContentsSyncedTabDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.h 17 class TabContentsSyncedTabDelegate
19 public content::WebContentsUserData<TabContentsSyncedTabDelegate> {
21 virtual ~TabContentsSyncedTabDelegate();
44 explicit TabContentsSyncedTabDelegate(content::WebContents* web_contents);
45 friend class content::WebContentsUserData<TabContentsSyncedTabDelegate>;
50 DISALLOW_COPY_AND_ASSIGN(TabContentsSyncedTabDelegate);
tab_contents_synced_tab_delegate.cc 23 DEFINE_WEB_CONTENTS_USER_DATA_KEY(TabContentsSyncedTabDelegate);
25 TabContentsSyncedTabDelegate::TabContentsSyncedTabDelegate(
29 TabContentsSyncedTabDelegate::~TabContentsSyncedTabDelegate() {}
31 SessionID::id_type TabContentsSyncedTabDelegate::GetWindowId() const {
35 SessionID::id_type TabContentsSyncedTabDelegate::GetSessionId() const {
39 bool TabContentsSyncedTabDelegate::IsBeingDestroyed() const {
43 Profile* TabContentsSyncedTabDelegate::profile() const {
47 std::string TabContentsSyncedTabDelegate::GetExtensionAppId() const
    [all...]

Completed in 120 milliseconds