/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model_unittest.cc | 1181 tabstrip.AddTabContents( in TEST_F() 1187 tabstrip.AddTabContents( in TEST_F() 1199 tabstrip.AddTabContents( in TEST_F() 1203 tabstrip.AddTabContents( in TEST_F() 1207 tabstrip.AddTabContents( in TEST_F() 1250 tabstrip.AddTabContents( in TEST_F() 1256 tabstrip.AddTabContents( in TEST_F() 1267 tabstrip.AddTabContents(left_click_contents, -1, PageTransition::LINK, in TEST_F() 1300 tabstrip.AddTabContents( in TEST_F() 1306 tabstrip.AddTabContents( in TEST_F() [all …]
|
D | tab_strip_model.h | 395 void AddTabContents(TabContentsWrapper* contents,
|
D | tab_strip_model.cc | 618 void TabStripModel::AddTabContents(TabContentsWrapper* contents, in AddTabContents() function in TabStripModel
|
/external/chromium/chrome/browser/ |
D | blocked_content_container.h | 27 void AddTabContents(TabContents* tab_contents,
|
D | background_contents_service.h | 61 virtual void AddTabContents(TabContents* new_contents,
|
D | blocked_content_container.cc | 36 void BlockedContentContainer::AddTabContents(TabContents* tab_contents, in AddTabContents() function in BlockedContentContainer
|
D | background_contents_service.cc | 559 void BackgroundContentsService::AddTabContents( in AddTabContents() function in BackgroundContentsService 568 browser->AddTabContents(new_contents, disposition, initial_pos, user_gesture); in AddTabContents()
|
D | browser_browsertest.cc | 497 model->AddTabContents(app_contents, 0, 0, TabStripModel::ADD_NONE); in IN_PROC_BROWSER_TEST_F() 619 model->AddTabContents(app_contents, 0, 0, TabStripModel::ADD_NONE); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium/chrome/browser/tab_contents/ |
D | background_contents.h | 44 virtual void AddTabContents(TabContents* new_contents,
|
D | background_contents.cc | 249 delegate_->AddTabContents(contents, disposition, initial_pos, user_gesture); in ShowCreatedWindow()
|
/external/chromium/chrome/browser/notifications/ |
D | balloon_host.cc | 172 browser->AddTabContents(contents, disposition, initial_pos, user_gesture); in ShowCreatedWindow()
|
/external/chromium/chrome/browser/debugger/ |
D | devtools_window.cc | 244 browser_->tabstrip_model()->AddTabContents( in CreateDevToolsBrowser()
|
/external/chromium/chrome/browser/ui/ |
D | browser_navigator.cc | 476 params->browser->tabstrip_model()->AddTabContents( in Navigate()
|
D | browser.h | 402 void AddTabContents(TabContents* new_contents,
|
D | browser.cc | 1025 tab_handler_->GetTabStripModel()->AddTabContents( in AddTab() 1030 void Browser::AddTabContents(TabContents* new_contents, in AddTabContents() function in Browser 1213 tab_handler_->GetTabStripModel()->AddTabContents( in GetOrCloneTabForDisposition() 4337 tab_handler_->GetTabStripModel()->AddTabContents( in OpenInstant()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_host.cc | 650 browser->AddTabContents(contents, disposition, initial_pos, user_gesture); in ShowCreatedWindow()
|