Home
last modified time | relevance | path

Searched refs:TabContentsViewGtk (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_gtk.cc74 TabContentsViewGtk* tab_contents_view) { in CallMouseMove()
101 return new TabContentsViewGtk(tab_contents); in Create()
104 TabContentsViewGtk::TabContentsViewGtk(TabContents* tab_contents) in TabContentsViewGtk() function in TabContentsViewGtk
114 TabContentsViewGtk::~TabContentsViewGtk() { in ~TabContentsViewGtk()
129 void TabContentsViewGtk::AttachConstrainedWindow( in AttachConstrainedWindow()
142 void TabContentsViewGtk::RemoveConstrainedWindow( in RemoveConstrainedWindow()
152 void TabContentsViewGtk::CreateView(const gfx::Size& initial_size) { in CreateView()
161 RenderWidgetHostView* TabContentsViewGtk::CreateViewForWidget( in CreateViewForWidget()
204 gfx::NativeView TabContentsViewGtk::GetNativeView() const { in GetNativeView()
208 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const { in GetContentNativeView()
[all …]
Dtab_contents_view_gtk.h33 class TabContentsViewGtk : public TabContentsView,
39 explicit TabContentsViewGtk(TabContents* tab_contents);
40 virtual ~TabContentsViewGtk();
140 DISALLOW_COPY_AND_ASSIGN(TabContentsViewGtk);
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_gtk.cc84 return new TabContentsViewGtk(tab_contents); in Create()
87 TabContentsViewGtk::TabContentsViewGtk(TabContents* tab_contents) in TabContentsViewGtk() function in TabContentsViewGtk
108 TabContentsViewGtk::~TabContentsViewGtk() { in ~TabContentsViewGtk()
112 void TabContentsViewGtk::AttachConstrainedWindow( in AttachConstrainedWindow()
121 void TabContentsViewGtk::RemoveConstrainedWindow( in RemoveConstrainedWindow()
130 void TabContentsViewGtk::CreateView(const gfx::Size& initial_size) { in CreateView()
134 RenderWidgetHostView* TabContentsViewGtk::CreateViewForWidget( in CreateViewForWidget()
167 gfx::NativeView TabContentsViewGtk::GetNativeView() const { in GetNativeView()
171 gfx::NativeView TabContentsViewGtk::GetContentNativeView() const { in GetContentNativeView()
178 gfx::NativeWindow TabContentsViewGtk::GetTopLevelNativeWindow() const { in GetTopLevelNativeWindow()
[all …]
Dtab_contents_view_gtk.h27 class TabContentsViewGtk : public TabContentsView,
33 explicit TabContentsViewGtk(TabContents* tab_contents);
34 virtual ~TabContentsViewGtk();
97 CHROMEGTK_CALLBACK_1(TabContentsViewGtk, gboolean, OnFocus, GtkDirectionType);
101 CHROMEGTK_CALLBACK_2(TabContentsViewGtk, void, OnChildSizeRequest,
106 CHROMEGTK_CALLBACK_1(TabContentsViewGtk, void, OnSizeAllocate,
109 CHROMEGTK_CALLBACK_1(TabContentsViewGtk, void, OnSetFloatingPosition,
145 DISALLOW_COPY_AND_ASSIGN(TabContentsViewGtk);
Dtab_contents.h771 friend class TabContentsViewGtk; variable
/external/chromium/chrome/browser/ui/gtk/
Dconstrained_window_gtk.h22 class TabContentsViewGtk; variable
54 typedef TabContentsViewGtk TabContentsViewType;
Dconstrained_window_gtk.cc115 static_cast<TabContentsViewGtk*>(owner_->view())-> in FocusConstrainedWindow()