Searched refs:TabContentsViewViews (Results 1 – 3 of 3) sorted by relevance
36 return new TabContentsViewViews(tab_contents); in Create()39 TabContentsViewViews::TabContentsViewViews(TabContents* tab_contents) in TabContentsViewViews() function in TabContentsViewViews49 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 …]
30 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);
55 static_cast<TabContentsViewViews*>(contents->view())->Unparent(); in DetachContents()