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

  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.h 37 class CONTENT_EXPORT InterstitialPageImpl
53 InterstitialPageImpl(WebContents* web_contents,
58 virtual ~InterstitialPageImpl();
287 base::WeakPtrFactory<InterstitialPageImpl> weak_ptr_factory_;
289 DISALLOW_COPY_AND_ASSIGN(InterstitialPageImpl);
interstitial_page_impl.cc 74 class InterstitialPageImpl::InterstitialPageRVHDelegateView
77 explicit InterstitialPageRVHDelegateView(InterstitialPageImpl* page);
106 InterstitialPageImpl* interstitial_page_;
114 typedef std::map<WebContents*, InterstitialPageImpl*> InterstitialPageMap;
128 return new InterstitialPageImpl(
146 InterstitialPageImpl::InterstitialPageImpl(
164 // TODO(nasko): The InterstitialPageImpl will need to provide its own
190 InterstitialPageImpl::~InterstitialPageImpl() {
    [all...]

Completed in 42 milliseconds