Searched refs:new_view (Results 1 – 10 of 10) sorted by relevance
79 RenderWidgetHostView* new_view) { in RenderWidgetHostViewChanged() argument80 if (new_view) in RenderWidgetHostViewChanged()81 new_view->set_reserved_contents_rect(cached_reserved_rect_); in RenderWidgetHostViewChanged()
66 void RenderWidgetHostViewChanged(RenderWidgetHostView* new_view);
74 void RenderWidgetHostViewChanged(RenderWidgetHostView* new_view);
14 explicit NativeViewPhotoboothGtk(gfx::NativeView new_view);20 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
26 void NativeViewPhotoboothGtk::Replace(gfx::NativeView new_view) { in Replace() argument
37 virtual void Replace(gfx::NativeView new_view) = 0;
38 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
2047 bool BrowserView::UpdateChildViewAndLayout(views::View* new_view, argument2050 if (*old_view == new_view) {2052 if (new_view) {2053 if (new_view->GetPreferredSize().height() != new_view->height())2071 if (new_view) {2072 new_height = new_view->GetPreferredSize().height();2073 AddChildView(new_view);2078 } else if (new_view && *old_view) {2081 new_view->SetBoundsRect((*old_view)->bounds());2082 new_view->SchedulePaint();[all …]
477 bool UpdateChildViewAndLayout(views::View* new_view, views::View** old_view);
116 TabContentsView* new_view = new_contents->view(); in CreateNewWindow() local120 new_view->CreateViewForWidget(new_contents->render_view_host()); in CreateNewWindow()