Searched defs:InterstitialPageImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dinterstitial_page_impl.h33 class CONTENT_EXPORT InterstitialPageImpl class in namespace:content
47 InterstitialPageImpl(WebContents* web_contents,
51 virtual ~InterstitialPageImpl();
244 base::WeakPtrFactory<InterstitialPageImpl> weak_ptr_factory_;
248 DISALLOW_COPY_AND_ASSIGN(InterstitialPageImpl);
H A Dinterstitial_page_impl.cc70 class InterstitialPageImpl::InterstitialPageRVHDelegateView
73 explicit InterstitialPageRVHDelegateView(InterstitialPageImpl* page);
98 InterstitialPageImpl* interstitial_page_;
106 typedef std::map<WebContents*, InterstitialPageImpl*> InterstitialPageMap;
120 return new InterstitialPageImpl(web_contents, new_navigation, url, delegate);
134 InterstitialPageImpl::InterstitialPageImpl(WebContents* web_contents, function in class:content::InterstitialPageImpl
164 InterstitialPageImpl::~InterstitialPageImpl() {
167 void InterstitialPageImpl
[all...]

Completed in 93 milliseconds