Home
last modified time | relevance | path

Searched refs:AddWebContents (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
Dtab_strip_model_unittest.cc1197 tabstrip.AddWebContents( in TEST_F()
1203 tabstrip.AddWebContents( in TEST_F()
1215 tabstrip.AddWebContents( in TEST_F()
1219 tabstrip.AddWebContents( in TEST_F()
1223 tabstrip.AddWebContents( in TEST_F()
1267 tabstrip.AddWebContents( in TEST_F()
1273 tabstrip.AddWebContents( in TEST_F()
1284 tabstrip.AddWebContents(left_click_contents, -1, in TEST_F()
1318 tabstrip.AddWebContents( in TEST_F()
1324 tabstrip.AddWebContents( in TEST_F()
[all …]
Dtab_strip_model.h383 void AddWebContents(content::WebContents* contents,
Dtab_strip_model.cc785 void TabStripModel::AddWebContents(WebContents* contents, in AddWebContents() function in TabStripModel
/external/chromium_org/chrome/browser/ui/
Dbrowser_tabstrip.h43 void AddWebContents(Browser* browser,
Dbrowser_tabstrip.cc47 void AddWebContents(Browser* browser, in AddWebContents() function
Dbrowser_commands.cc147 browser->tab_strip_model()->AddWebContents( in GetOrCloneTabForDisposition()
157 b->tab_strip_model()->AddWebContents( in GetOrCloneTabForDisposition()
626 new_browser->tab_strip_model()->AddWebContents( in DuplicateTabAt()
1112 b->tab_strip_model()->AddWebContents(view_source_contents, -1, in ViewSource()
Dbrowser_navigator.cc680 params->browser->tab_strip_model()->AddWebContents( in Navigate()
Dbrowser_browsertest.cc1230 model->AddWebContents(app_contents, 0, content::PageTransitionFromInt(0), in IN_PROC_BROWSER_TEST_F()
1356 model->AddWebContents(app_contents, 0, content::PageTransitionFromInt(0), in IN_PROC_BROWSER_TEST_F()
Dbrowser.cc1305 chrome::AddWebContents(this, source, new_contents, disposition, initial_pos, in AddNewContents()
/external/chromium_org/chrome/browser/ui/webui/memory_internals/
Dmemory_internals_proxy.cc153 void AddWebContents(content::WebContents* content) { in AddWebContents() function in RendererDetails
228 renderer_details_->AddWebContents(model->GetWebContentsAt(i)); in RequestRendererDetails()
232 renderer_details_->AddWebContents(*iter); in RequestRendererDetails()
/external/chromium_org/chrome/browser/tab_contents/
Dbackground_contents.h36 virtual void AddWebContents(content::WebContents* new_contents,
Dbackground_contents.cc123 delegate_->AddWebContents( in AddNewContents()
/external/chromium_org/chrome/browser/background/
Dbackground_contents_service.h78 virtual void AddWebContents(content::WebContents* new_contents,
Dbackground_contents_service.cc751 void BackgroundContentsService::AddWebContents( in AddWebContents() function in BackgroundContentsService
761 chrome::AddWebContents(browser, NULL, new_contents, disposition, in AddWebContents()
/external/chromium_org/chrome/browser/ui/apps/
Dchrome_shell_window_delegate.cc121 chrome::AddWebContents(displayer.browser(), NULL, new_contents, disposition, in AddNewContents()
/external/chromium_org/chrome/browser/notifications/
Dballoon_host.cc96 chrome::AddWebContents(browser, NULL, new_contents, disposition, in AddNewContents()
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_mac_browsertest.mm100 chrome::AddWebContents(browser(), NULL, web_contents.release(),
/external/chromium_org/chrome/browser/devtools/
Ddevtools_window.cc1352 browser_->tab_strip_model()->AddWebContents( in CreateDevToolsBrowser()