Home | History | Annotate | Download | only in tabs

Lines Matching refs:pinned

46 //   . Pinned. Any tab can be pinned. Non-app tabs whose pinned state is changed
94 // The tab should be pinned.
337 // Changes the pinned state of the tab at |index|. See description above
339 void SetTabPinned(int index, bool pinned);
341 // Returns true if the tab at |index| is pinned.
342 // See description above class for details on pinned tabs.
363 // mini (pinned or app). If |mini_tab| is true, the returned index is between
561 pinned(false),
604 // Is the tab pinned?
605 bool pinned;