HomeSort by relevance Sort by last modified time
    Searched refs:ntp_contents (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/search/
instant_ntp_prerenderer.cc 84 scoped_ptr<content::WebContents> ntp_contents = ntp_->ReleaseContents(); local
88 return ntp_contents.Pass();
108 content::WebContents* ntp_contents = ntp_->contents();
109 DCHECK(ntp_contents);
115 ntp_contents->GetRenderProcessHost()->GetID())) {
118 InstantSupportDetermined(ntp_contents, false);
instant_extended_interactive_uitest.cc 343 content::WebContents* ntp_contents = instant()->ntp_->contents(); local
344 EXPECT_TRUE(ntp_contents);
431 content::WebContents* ntp_contents = instant()->ntp_->contents(); local
432 EXPECT_TRUE(ntp_contents);
442 EXPECT_EQ(ntp_contents, active_tab);
453 content::WebContents* ntp_contents = instant()->ntp_->contents(); local
454 EXPECT_TRUE(ntp_contents);
455 GURL ntp_url = ntp_contents->GetURL();
1563 content::WebContents* ntp_contents = local
1624 content::WebContents* ntp_contents = local
    [all...]

Completed in 34 milliseconds