HomeSort by relevance Sort by last modified time
    Searched refs:TabContentsViewViews (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_views.cc 36 return new TabContentsViewViews(tab_contents);
39 TabContentsViewViews::TabContentsViewViews(TabContents* tab_contents)
49 TabContentsViewViews::~TabContentsViewViews() {
59 void TabContentsViewViews::Unparent() {
64 void TabContentsViewViews::CreateView(const gfx::Size& initial_size) {
68 RenderWidgetHostView* TabContentsViewViews::CreateViewForWidget(
90 gfx::NativeView TabContentsViewViews::GetNativeView() const {
94 gfx::NativeView TabContentsViewViews::GetContentNativeView() const
    [all...]
tab_contents_view_views.h 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);
native_tab_contents_container_win.cc 42 // TabContentsViewViews so that the window hierarchy is intact for any
55 static_cast<TabContentsViewViews*>(contents->view())->Unparent();

Completed in 167 milliseconds