Searched refs:SetTabPinned (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_codec_unittest.cc42 browser()->tab_strip_model()->SetTabPinned(0, true);
51 browser()->tab_strip_model()->SetTabPinned(1, true);
H A Dpinned_tab_service_unittest.cc52 browser()->tab_strip_model()->SetTabPinned(0, true);
H A Dtab_strip_model_unittest.cc251 model->SetTabPinned(i, true);
1208 tabstrip.SetTabPinned(0, true);
1209 tabstrip.SetTabPinned(1, true);
1975 tabstrip.SetTabPinned(0, true);
1990 tabstrip.SetTabPinned(0, false);
2005 tabstrip.SetTabPinned(2, true);
2024 tabstrip.SetTabPinned(1, true);
2052 tabstrip.SetTabPinned(0, false);
2070 tabstrip.SetTabPinned(1, false);
2081 tabstrip.SetTabPinned(
[all...]
H A Dtab_strip_model.h322 void SetTabPinned(int index, bool pinned);
H A Dtab_strip_model.cc662 void TabStripModel::SetTabPinned(int index, bool pinned) { function in class:TabStripModel
1026 SetTabPinned(indices[i], true);
1033 SetTabPinned(indices[i - 1], false);
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter.cc294 tab_model->SetTabPinned(i, false);
H A Dprofile_resetter_unittest.cc768 tab_strip_model->SetTabPinned(2, true);
770 tab_strip_model->SetTabPinned(3, true);
/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.cc249 model->SetTabPinned(tab_index, true);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc1298 model->SetTabPinned(0, true);
1482 model->SetTabPinned(0, true);
1491 model->SetTabPinned(2, true);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc1048 browser()->tab_strip_model()->SetTabPinned(0, true);
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc1175 tab_strip->SetTabPinned(tab_index, pinned);

Completed in 389 milliseconds