HomeSort by relevance Sort by last modified time
    Searched refs:SetTabPinned (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec_unittest.cc 42 browser()->tab_strip_model()->SetTabPinned(0, true);
51 browser()->tab_strip_model()->SetTabPinned(1, true);
pinned_tab_service_unittest.cc 52 browser()->tab_strip_model()->SetTabPinned(0, true);
tab_strip_model_unittest.cc 250 model->SetTabPinned(i, true);
    [all...]
tab_strip_model.h 322 void SetTabPinned(int index, bool pinned);
tab_strip_model.cc 661 void TabStripModel::SetTabPinned(int index, bool pinned) {
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter.cc 308 tab_model->SetTabPinned(i, false);
profile_resetter_unittest.cc 773 tab_strip_model->SetTabPinned(2, true);
775 tab_strip_model->SetTabPinned(3, true);
    [all...]
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.cc 277 model->SetTabPinned(tab_index, true);
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc     [all...]

Completed in 250 milliseconds