Searched defs:TabContentsViewGtk (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.h27 class TabContentsViewGtk : public TabContentsView, class in inherits:TabContentsView,NotificationObserver
33 explicit TabContentsViewGtk(TabContents* tab_contents);
34 virtual ~TabContentsViewGtk();
37 // TabContentsViewGtk to position the dialogs.
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);
H A Dtab_contents_view_gtk.cc84 return new TabContentsViewGtk(tab_contents);
87 TabContentsViewGtk::TabContentsViewGtk(TabContents* tab_contents) function in class:TabContentsViewGtk
108 TabContentsViewGtk::~TabContentsViewGtk() {
112 void TabContentsViewGtk::AttachConstrainedWindow(
121 void TabContentsViewGtk::RemoveConstrainedWindow(
130 void TabContentsViewGtk::CreateView(const gfx::Size& initial_size) {
134 RenderWidgetHostView* TabContentsViewGtk::CreateViewForWidget(
167 gfx::NativeView TabContentsViewGtk
[all...]
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.h33 class TabContentsViewGtk : public TabContentsView, class in inherits:TabContentsView,views::WidgetGtk
39 explicit TabContentsViewGtk(TabContents* tab_contents);
40 virtual ~TabContentsViewGtk();
43 // TabContentsViewGtk to position the dialogs.
140 DISALLOW_COPY_AND_ASSIGN(TabContentsViewGtk);
H A Dtab_contents_view_gtk.cc74 TabContentsViewGtk* tab_contents_view) {
101 return new TabContentsViewGtk(tab_contents);
104 TabContentsViewGtk::TabContentsViewGtk(TabContents* tab_contents) function in class:TabContentsViewGtk
114 TabContentsViewGtk::~TabContentsViewGtk() {
129 void TabContentsViewGtk::AttachConstrainedWindow(
142 void TabContentsViewGtk::RemoveConstrainedWindow(
152 void TabContentsViewGtk::CreateView(const gfx::Size& initial_size) {
161 RenderWidgetHostView* TabContentsViewGtk
[all...]

Completed in 93 milliseconds