Home | History | Annotate | Download | only in glue

Lines Matching refs:SessionTab

53   // Ownership of the SessionTab remains within the SyncedSessionTracker.
55 // - Sets tab to point to the SessionTab, and returns true.
60 const SessionTab** tab) const;
100 // the SessionTab remains within the SyncedSessionTracker.
108 // Returns a pointer to the SessionTab object associated with |tab_id| for
110 // Ownership of the SessionTab remains within the SyncedSessionTracker.
112 SessionTab* GetTab(const std::string& session_tag,
160 // SessionTab for sync purposes, such as |tab_node_id|.
170 SessionTabWrapper(SessionTab* tab_ptr, OwnedState owned, int tab_node_id)
174 SessionTab* tab_ptr;
209 SessionTab* GetTabImpl(const std::string& session_tag,
213 // Per client mapping of tab id's to their SessionTab objects.
228 // The set of tabs that we have seen, and created SessionTab objects for, but
232 std::set<SessionTab*> unmapped_tabs_;