HomeSort by relevance Sort by last modified time
    Searched defs:target_contents (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_api.cc 78 content::WebContents* target_contents = local
80 if (!target_contents) {
88 const int tab_id = SessionID::IdForTab(target_contents);
105 content::RenderViewHost* const rvh = target_contents->GetRenderViewHost();
  /external/chromium_org/chrome/browser/extensions/
extension_tab_util.cc 243 tab_strip->GetIndexOfWebContents(navigate_params.target_contents);
248 navigate_params.target_contents->SetInitialFocus();
251 return ExtensionTabUtil::CreateTabValue(navigate_params.target_contents,
468 WebContents* target_contents = target_tab_strip->GetWebContentsAt(i); local
469 if (SessionID::IdForTab(target_contents) == tab_id) {
475 *contents = target_contents;
  /external/chromium_org/chrome/browser/ui/
browser_navigator.cc 91 if (params->target_contents != NULL ||
253 void LoadURLInContents(WebContents* target_contents,
280 target_contents->GetController().LoadURLWithParams(load_url_params);
307 // avoid a leak and the params->target_contents field is set to NULL.
315 params_->target_contents = NULL;
318 // Assumes ownership of |params_|' target_contents until ReleaseOwnership
321 target_contents_owner_.reset(params_->target_contents);
324 // Relinquishes ownership of |params_|' target_contents.
357 WebContents* target_contents = WebContents::Create(create_params); local
362 BrowserNavigatorWebContentsAdoption::AttachTabHelpers(target_contents);
    [all...]
browser_navigator.h 64 // The URL/referrer to be loaded. Ignored if |target_contents| is non-NULL.
101 content::WebContents* target_contents; member in struct:chrome::NavigateParams
132 // content::PAGE_TRANSITION_LINK when target_contents is specified in the
234 // |target_contents|.
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc 416 content::WebContents* web_contents = params->target_contents;
494 // Record the new target_contents for the callers.
495 params->target_contents = new_web_contents;
1072 WebContents* PrerenderManager::PendingSwap::target_contents() const { function in class:prerender::PrerenderManager::PendingSwap
    [all...]

Completed in 443 milliseconds