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

  /external/chromium_org/content/browser/frame_host/
interstitial_page_navigator_impl.h 15 class InterstitialPageImpl;
22 InterstitialPageImpl* interstitial,
36 InterstitialPageImpl* interstitial_;
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...]
interstitial_page_navigator_impl.cc 15 InterstitialPageImpl* interstitial,
navigation_controller_delegate.h 19 class InterstitialPageImpl;
69 // Methods needed by InterstitialPageImpl.
74 InterstitialPageImpl* interstitial_page) = 0;
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);
render_frame_host_manager.h 28 class InterstitialPageImpl;
272 void set_interstitial_page(InterstitialPageImpl* interstitial_page) {
285 InterstitialPageImpl* interstitial_page() const { return interstitial_page_; }
531 InterstitialPageImpl* interstitial_page_;
navigation_controller_impl.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.cc 48 static_cast<InterstitialPageImpl*>(
web_contents_android.cc 116 rwhv = static_cast<InterstitialPageImpl*>(
web_contents_impl.h 55 class InterstitialPageImpl;
649 // Called by InterstitialPageImpl when it creates a RenderFrameHost.
656 InterstitialPageImpl* interstitial_page) OVERRIDE;
    [all...]
web_contents_impl_unittest.cc 89 class TestInterstitialPage : public InterstitialPageImpl {
121 : InterstitialPageImpl(
    [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 338 rwhv = static_cast<InterstitialPageImpl*>(
    [all...]

Completed in 631 milliseconds