Searched refs:TabContentsViewGtk (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | tab_contents_view_gtk.cc | 74 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 …]
|
D | tab_contents_view_gtk.h | 33 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/ |
D | tab_contents_view_gtk.cc | 84 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 …]
|
D | tab_contents_view_gtk.h | 27 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);
|
D | tab_contents.h | 771 friend class TabContentsViewGtk; variable
|
/external/chromium/chrome/browser/ui/gtk/ |
D | constrained_window_gtk.h | 22 class TabContentsViewGtk; variable 54 typedef TabContentsViewGtk TabContentsViewType;
|
D | constrained_window_gtk.cc | 115 static_cast<TabContentsViewGtk*>(owner_->view())-> in FocusConstrainedWindow()
|