Home
last modified time | relevance | path

Searched refs:CreateWebContentsView (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_android.cc17 WebContentsView* CreateWebContentsView( in CreateWebContentsView() function
Dweb_contents_view_mac.mm72 WebContentsView* CreateWebContentsView(
Dweb_contents_impl.h87 WebContentsView* CreateWebContentsView(
Dweb_contents_view_aura.cc75 WebContentsView* CreateWebContentsView( in CreateWebContentsView() function
Dweb_contents_impl.cc1202 scoped_ptr<WebContentsView> platform_view(CreateWebContentsView( in Init()
1212 view_.reset(CreateWebContentsView( in Init()
Dweb_contents_impl_unittest.cc189 virtual WebContentsView* CreateWebContentsView() OVERRIDE { in CreateWebContentsView() function in content::__anon3b9064680111::TestInterstitialPage
/external/chromium_org/content/browser/frame_host/
Dinterstitial_page_impl.h182 virtual WebContentsView* CreateWebContentsView(); in NON_EXPORTED_BASE()
Dinterstitial_page_impl.cc249 CreateWebContentsView(); in Show()
578 WebContentsView* InterstitialPageImpl::CreateWebContentsView() { in CreateWebContentsView() function in content::InterstitialPageImpl