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

  /external/chromium_org/content/browser/web_contents/
web_contents_view.h 23 // The WebContentsView is an interface that is implemented by the platform-
26 class WebContentsView {
28 virtual ~WebContentsView() {}
119 virtual void SetOverlayView(WebContentsView* overlay,
web_contents_view_guest.h 22 class WebContentsViewGuest : public WebContentsView,
32 scoped_ptr<WebContentsView> platform_view,
38 void OnGuestInitialized(WebContentsView* parent_view);
45 // WebContentsView implementation --------------------------------------------
70 virtual void SetOverlayView(WebContentsView* overlay,
93 // The platform dependent view backing this WebContentsView.
95 scoped_ptr<WebContentsView> platform_view_;
web_contents_view_mac.h 56 // Mac-specific implementation of the WebContentsView. It owns an NSView that
58 class WebContentsViewMac : public WebContentsView,
68 // WebContentsView implementation --------------------------------------------
82 virtual void SetOverlayView(WebContentsView* overlay,
web_contents_view_android.h 19 // Android-specific implementation of the WebContentsView.
20 class WebContentsViewAndroid : public WebContentsView,
32 // WebContentsView implementation --------------------------------------------
82 // Interface for extensions to WebContentsView. Used to show the context menu.
web_contents_view_guest.cc 37 scoped_ptr<WebContentsView> platform_view,
63 void WebContentsViewGuest::OnGuestInitialized(WebContentsView* parent_view) {
131 WebContentsView* overlay, const gfx::Point& offset) {
web_contents_view_android.cc 17 WebContentsView* CreateWebContentsView(
web_contents_impl.h 66 class WebContentsView;
77 WebContentsView* CreateWebContentsView(
162 WebContentsView* GetView() const;
    [all...]
web_contents_view_aura.h 41 : public WebContentsView,
105 // Overridden from WebContentsView:
web_contents_view_aura.cc 74 WebContentsView* CreateWebContentsView(
    [all...]
web_contents_impl.cc 679 WebContentsView* WebContentsImpl::GetView() const {
    [all...]
web_contents_impl_unittest.cc 187 virtual WebContentsView* CreateWebContentsView() OVERRIDE {
    [all...]
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.h 29 class WebContentsView;
179 // Creates the WebContentsView that shows the interstitial RVH.
181 virtual WebContentsView* CreateWebContentsView();
interstitial_page_impl.cc 566 WebContentsView* InterstitialPageImpl::CreateWebContentsView() {
569 WebContentsView* wcv =
    [all...]

Completed in 575 milliseconds