/external/chromium_org/chrome/browser/ui/ |
H A D | browser_navigator.cc | 85 if (params->target_contents != NULL || 244 void LoadURLInContents(WebContents* target_contents, argument 269 target_contents->GetController().LoadURLWithParams(load_url_params); 296 // avoid a leak and the params->target_contents field is set to NULL. 304 params_->target_contents = NULL; 307 // Assumes ownership of |params_|' target_contents until ReleaseOwnership 310 target_contents_owner_.reset(params_->target_contents); 313 // Relinquishes ownership of |params_|' target_contents. 343 WebContents* target_contents = WebContents::Create(create_params); local 348 BrowserNavigatorWebContentsAdoption::AttachTabHelpers(target_contents); 364 SwapInPrerender(WebContents* target_contents, const GURL& url) argument [all...] |
H A D | browser_tabstrip.cc | 33 CoreTabHelper::FromWebContents(params.target_contents); 44 return params.target_contents;
|
H A D | browser_instant_controller.h | 35 // If |url| is the new tab page URL, set |target_contents| to the preloaded 37 // replace it with the new |target_contents| in the tabstrip and delete 38 // |source_contents|. Otherwise, the caller owns |target_contents| and is 41 // Returns true if and only if we update |target_contents|. 45 content::WebContents** target_contents);
|
H A D | browser_navigator.h | 64 // The URL/referrer to be loaded. Ignored if |target_contents| is non-NULL. 94 content::WebContents* target_contents; member in struct:chrome::NavigateParams 122 // content::PAGE_TRANSITION_LINK when target_contents is specified in the 227 // |target_contents|.
|
H A D | browser_instant_controller.cc | 68 content::WebContents** target_contents) { 85 *target_contents = instant_ntp.get(); 96 *target_contents = source_contents; 65 MaybeSwapInInstantNTPContents( const GURL& url, content::WebContents* source_contents, content::WebContents** target_contents) argument
|
H A D | singleton_tabs.cc | 124 params->target_contents = tab;
|
H A D | browser_navigator_browsertest.cc | 95 if (!param.target_contents) 102 param.target_contents); 107 *title = param.target_contents->GetTitle(); 355 p.target_contents); 681 p.target_contents = CreateWebContents(); 688 p.target_contents); 700 p.target_contents = CreateWebContents(); 724 p.target_contents->GetView()->GetContainerSize()); 749 static_cast<const WebContents*>(p.target_contents)));
|
/external/chromium/chrome/browser/ui/ |
H A D | browser_navigator.cc | 117 params->target_contents = tab; 130 if (!params->target_contents && 305 // params->target_contents field is set to NULL. 313 params_->target_contents = NULL; 316 // Assumes ownership of |params_|' target_contents until ReleaseOwnership 319 target_contents_owner_.reset(params_->target_contents); 322 // Relinquishes ownership of |params_|' target_contents. 342 target_contents(NULL), 356 : target_contents(a_target_contents), 416 if (!params->target_contents [all...] |
H A D | browser_navigator.h | 50 // The URL/referrer to be loaded. Ignored if |target_contents| is non-NULL. 66 TabContentsWrapper* target_contents; member in struct:browser::NavigateParams 94 // when target_contents is specified in the constructor.
|
H A D | browser_navigator_browsertest.cc | 160 EXPECT_EQ(browser()->GetSelectedTabContentsWrapper(), p.target_contents); 452 p.target_contents = CreateTabContents(); 458 EXPECT_EQ(browser()->GetSelectedTabContentsWrapper(), p.target_contents); 470 p.target_contents = CreateTabContents(); 493 p.target_contents->tab_contents()->view()->GetContainerSize()); 518 static_cast<const TabContentsWrapper*>(p.target_contents))); 539 EXPECT_EQ(browser()->GetSelectedTabContentsWrapper(), p.target_contents); 558 EXPECT_EQ(incognito->GetSelectedTabContentsWrapper(), p.target_contents);
|
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
H A D | tab_capture_api.cc | 67 content::WebContents* target_contents = local 69 if (!target_contents) { 79 if (!TabHelper::FromWebContents(target_contents)-> 89 content::RenderViewHost* const rvh = target_contents->GetRenderViewHost(); 92 int tab_id = SessionTabHelper::FromWebContents(target_contents)->
|
/external/chromium_org/chrome/browser/ui/blocked_content/ |
H A D | popup_blocker_tab_helper.cc | 149 if (popup->params.target_contents) { 150 popup->params.target_contents->Send(new ChromeViewMsg_SetWindowFeatures( 151 popup->params.target_contents->GetRoutingID(), popup->window_features));
|
/external/chromium_org/chrome/browser/ui/webui/ |
H A D | chrome_web_contents_handler.cc | 69 return nav_params.target_contents;
|
/external/chromium_org/chrome/browser/ui/panels/ |
H A D | panel_host.cc | 118 return navigate_params.target_contents; 139 navigate_params.target_contents = new_contents;
|
/external/chromium_org/chrome/browser/extensions/ |
H A D | extension_tab_util.cc | 246 WebContents* target_contents = target_tab_strip->GetWebContentsAt(i); local 247 if (SessionID::IdForTab(target_contents) == tab_id) { 253 *contents = target_contents;
|
/external/chromium/chrome/browser/printing/ |
H A D | print_preview_tab_controller.cc | 175 TabContentsWrapper* preview_tab = params.target_contents;
|
/external/chromium_org/chrome/browser/ui/apps/ |
H A D | chrome_shell_window_delegate.cc | 96 return new_tab_params.target_contents;
|
/external/chromium_org/chrome/test/base/ |
H A D | browser_with_test_window_test.cc | 101 CommitPendingLoad(¶ms.target_contents->GetController());
|
H A D | in_process_browser_test.cc | 304 content::WaitForLoadStop(params.target_contents);
|
/external/chromium/chrome/browser/extensions/ |
H A D | extension_tabs_module.cc | 234 TabContentsWrapper* target_contents = local 236 if (target_contents->controller().session_id().id() == tab_id) { 242 *contents = target_contents; 755 params.target_contents->view()->SetInitialFocus(); 760 params.target_contents->tab_contents(), 763 params.target_contents)));
|
/external/chromium_org/chrome/browser/ui/extensions/ |
H A D | extension_install_ui_default.cc | 175 content::Source<WebContents>(params.target_contents),
|
H A D | application_launch.cc | 240 contents = params.target_contents;
|
/external/chromium/chrome/browser/ |
H A D | aeropeek_manager.cc | 1078 TabContents* target_contents = (*iterator)->tab_contents(); local 1079 if (target_contents->controller().session_id().id() == tab_id) 1080 return target_contents;
|
/external/chromium/chrome/browser/chromeos/input_method/ |
H A D | candidate_window.cc | 860 views::View* target_contents = ( local 865 if (target_contents->parent() != target_area) { 868 target_area->AddChildView(target_contents);
|
/external/chromium/chrome/browser/ssl/ |
H A D | ssl_browser_tests.cc | 561 TabContentsWrapper* tab2 = params.target_contents; 598 TabContentsWrapper* tab2 = params.target_contents;
|