Home
last modified time | relevance | path

Searched refs:TabContentsViewViews (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_views.cc36 return new TabContentsViewViews(tab_contents); in Create()
39 TabContentsViewViews::TabContentsViewViews(TabContents* tab_contents) in TabContentsViewViews() function in TabContentsViewViews
49 TabContentsViewViews::~TabContentsViewViews() { in ~TabContentsViewViews()
59 void TabContentsViewViews::Unparent() { in Unparent()
64 void TabContentsViewViews::CreateView(const gfx::Size& initial_size) { in CreateView()
68 RenderWidgetHostView* TabContentsViewViews::CreateViewForWidget( in CreateViewForWidget()
90 gfx::NativeView TabContentsViewViews::GetNativeView() const { in GetNativeView()
94 gfx::NativeView TabContentsViewViews::GetContentNativeView() const { in GetContentNativeView()
99 gfx::NativeWindow TabContentsViewViews::GetTopLevelNativeWindow() const { in GetTopLevelNativeWindow()
103 void TabContentsViewViews::GetContainerBounds(gfx::Rect* out) const { in GetContainerBounds()
[all …]
Dtab_contents_view_views.h30 class TabContentsViewViews : public TabContentsView,
36 explicit TabContentsViewViews(TabContents* tab_contents);
37 virtual ~TabContentsViewViews();
128 base::OneShotTimer<TabContentsViewViews> close_tab_timer_;
130 DISALLOW_COPY_AND_ASSIGN(TabContentsViewViews);
Dnative_tab_contents_container_win.cc55 static_cast<TabContentsViewViews*>(contents->view())->Unparent(); in DetachContents()