Searched refs:CLOSE_NONE (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model_unittest.cc | 498 EXPECT_FALSE(tabstrip.CloseTabContentsAt(2, TabStripModel::CLOSE_NONE)); in TEST_F() 504 EXPECT_TRUE(tabstrip.CloseTabContentsAt(2, TabStripModel::CLOSE_NONE)); in TEST_F() 882 tabstrip.CloseTabContentsAt(2, TabStripModel::CLOSE_NONE); in TEST_F() 884 tabstrip.CloseTabContentsAt(2, TabStripModel::CLOSE_NONE); in TEST_F() 886 tabstrip.CloseTabContentsAt(1, TabStripModel::CLOSE_NONE); in TEST_F() 898 tabstrip.CloseTabContentsAt(2, TabStripModel::CLOSE_NONE); in TEST_F() 1441 tabstrip.CloseTabContentsAt(2, TabStripModel::CLOSE_NONE); in TEST_F() 1479 strip.CloseTabContentsAt(strip.active_index(), TabStripModel::CLOSE_NONE); in TEST_F() 1485 strip.CloseTabContentsAt(strip.active_index(), TabStripModel::CLOSE_NONE); in TEST_F() 1491 strip.CloseTabContentsAt(strip.active_index(), TabStripModel::CLOSE_NONE); in TEST_F() [all …]
|
D | tab_strip_model.h | 74 CLOSE_NONE = 0, enumerator
|
D | tab_strip_model.cc | 199 InternalCloseTabs(closing_tabs, CLOSE_NONE); in ReplaceNavigationControllerAt()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | tabpose_window_unittest.mm | 106 model->CloseTabContentsAt(0, TabStripModel::CLOSE_NONE); 111 model->CloseTabContentsAt(0, TabStripModel::CLOSE_NONE);
|