/external/chromium_org/chrome/browser/ui/tabs/ |
D | tab_strip_model_unittest.cc | 1197 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 …]
|
D | tab_strip_model.h | 383 void AddWebContents(content::WebContents* contents,
|
D | tab_strip_model.cc | 785 void TabStripModel::AddWebContents(WebContents* contents, in AddWebContents() function in TabStripModel
|
/external/chromium_org/chrome/browser/ui/ |
D | browser_tabstrip.h | 43 void AddWebContents(Browser* browser,
|
D | browser_tabstrip.cc | 47 void AddWebContents(Browser* browser, in AddWebContents() function
|
D | browser_commands.cc | 147 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()
|
D | browser_navigator.cc | 680 params->browser->tab_strip_model()->AddWebContents( in Navigate()
|
D | browser_browsertest.cc | 1230 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()
|
D | browser.cc | 1305 chrome::AddWebContents(this, source, new_contents, disposition, initial_pos, in AddNewContents()
|
/external/chromium_org/chrome/browser/ui/webui/memory_internals/ |
D | memory_internals_proxy.cc | 153 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/ |
D | background_contents.h | 36 virtual void AddWebContents(content::WebContents* new_contents,
|
D | background_contents.cc | 123 delegate_->AddWebContents( in AddNewContents()
|
/external/chromium_org/chrome/browser/background/ |
D | background_contents_service.h | 78 virtual void AddWebContents(content::WebContents* new_contents,
|
D | background_contents_service.cc | 751 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/ |
D | chrome_shell_window_delegate.cc | 121 chrome::AddWebContents(displayer.browser(), NULL, new_contents, disposition, in AddNewContents()
|
/external/chromium_org/chrome/browser/notifications/ |
D | balloon_host.cc | 96 chrome::AddWebContents(browser, NULL, new_contents, disposition, in AddNewContents()
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
D | constrained_window_mac_browsertest.mm | 100 chrome::AddWebContents(browser(), NULL, web_contents.release(),
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_window.cc | 1352 browser_->tab_strip_model()->AddWebContents( in CreateDevToolsBrowser()
|