Home | History | Annotate | Download | only in tabs

Lines Matching refs:InsertTabContentsAt

111   InsertTabContentsAt(index, contents,
116 void TabStripModel::InsertTabContentsAt(int index,
196 InsertTabContentsAt(index + 1, contents, ADD_ACTIVE | ADD_INHERIT_GROUP);
653 InsertTabContentsAt(
662 // TODO(sky): figure out why this is here and not in InsertTabContentsAt. When