Home | History | Annotate | Download | only in glue

Lines Matching refs:owned

79   // that the requested windows and tabs are owned (by setting the boolean
82 // windows and tabs not owned.
86 // longer owned.
91 // |session_tag|, and markes the window as being owned. If none existed for
99 // being owned. If none existed for that session, creates one. Ownership of
155 // mapped tabs, unmapped tabs are owned by the unmapped_tabs_ container).
156 // Note, we pair pointers with bools so that we can track what is owned and
168 owned(false),
170 SessionTabWrapper(SessionTab* tab_ptr, OwnedState owned, int tab_node_id)
172 owned(owned == IS_OWNED),
177 // collection for closed tabs that are no longer "in use", or "owned".
178 // ResetSessionTracking will clear |owned| bits, and if it is not claimed
180 bool owned;
191 SessionWindowWrapper() : window_ptr(NULL), owned(false) {}
192 SessionWindowWrapper(SessionWindow* window_ptr, OwnedState owned)
194 owned(owned == IS_OWNED) {}
196 bool owned;
231 // owned by the SyncedSessionTracker itself (and deleted on Clear()).