Home | History | Annotate | Download | only in prerender

Lines Matching defs:target_contents

416   content::WebContents* web_contents = params->target_contents;
494 // Record the new target_contents for the callers.
495 params->target_contents = new_web_contents;
1052 content::WebContents* target_contents,
1056 : content::WebContentsObserver(target_contents),
1072 WebContents* PrerenderManager::PendingSwap::target_contents() const {
1081 target_contents()->GetController().GetDefaultSessionStorageNamespace();
1209 GURL(url_), target_contents(), prerender_data_,
1508 WebContents* target_contents) {
1512 (*it)->pending_swap()->target_contents() == target_contents)