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

  /external/chromium_org/content/browser/frame_host/
interstitial_page_navigator_impl.cc 13 InterstitialPageImpl* interstitial,
interstitial_page_navigator_impl.h 15 class InterstitialPageImpl;
22 InterstitialPageImpl* interstitial,
interstitial_page_impl.cc 72 class InterstitialPageImpl::InterstitialPageRVHDelegateView
75 explicit InterstitialPageRVHDelegateView(InterstitialPageImpl* page);
100 InterstitialPageImpl* interstitial_page_;
108 typedef std::map<WebContents*, InterstitialPageImpl*> InterstitialPageMap;
122 return new InterstitialPageImpl(
140 InterstitialPageImpl::InterstitialPageImpl(
158 // TODO(nasko): The InterstitialPageImpl will need to provide its own
183 InterstitialPageImpl::~InterstitialPageImpl() {
    [all...]
navigation_controller_delegate.h 18 class InterstitialPageImpl;
65 // Methods needed by InterstitialPageImpl.
70 InterstitialPageImpl* interstitial_page) = 0;
interstitial_page_impl.h 37 class CONTENT_EXPORT InterstitialPageImpl
53 InterstitialPageImpl(WebContents* web_contents,
58 virtual ~InterstitialPageImpl();
267 base::WeakPtrFactory<InterstitialPageImpl> weak_ptr_factory_;
271 DISALLOW_COPY_AND_ASSIGN(InterstitialPageImpl);
render_frame_host_manager.h 22 class InterstitialPageImpl;
201 void set_interstitial_page(InterstitialPageImpl* interstitial_page) {
214 InterstitialPageImpl* interstitial_page() const { return interstitial_page_; }
400 InterstitialPageImpl* interstitial_page_;
navigation_controller_impl.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.cc 49 static_cast<InterstitialPageImpl*>(
web_contents_impl.h 50 class InterstitialPageImpl;
548 // Called by InterstitialPageImpl when it creates a RenderViewHost.
555 InterstitialPageImpl* interstitial_page) OVERRIDE;
586 // So InterstitialPageImpl can access SetIsLoading.
587 friend class InterstitialPageImpl;
    [all...]
web_contents_impl_unittest.cc 84 class TestInterstitialPage : public InterstitialPageImpl {
116 : InterstitialPageImpl(
    [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/content/browser/android/
content_view_core_impl.cc 318 rwhv = static_cast<InterstitialPageImpl*>(
    [all...]

Completed in 475 milliseconds