Home
last modified time | relevance | path

Searched refs:new_view (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_container.cc79 RenderWidgetHostView* new_view) { in RenderWidgetHostViewChanged() argument
80 if (new_view) in RenderWidgetHostViewChanged()
81 new_view->set_reserved_contents_rect(cached_reserved_rect_); in RenderWidgetHostViewChanged()
Dtab_contents_container_views.h66 void RenderWidgetHostViewChanged(RenderWidgetHostView* new_view);
Dtab_contents_container_native.h74 void RenderWidgetHostViewChanged(RenderWidgetHostView* new_view);
/external/chromium/chrome/browser/ui/views/tabs/
Dnative_view_photobooth_gtk.h14 explicit NativeViewPhotoboothGtk(gfx::NativeView new_view);
20 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
Dnative_view_photobooth_gtk.cc26 void NativeViewPhotoboothGtk::Replace(gfx::NativeView new_view) { in Replace() argument
Dnative_view_photobooth.h37 virtual void Replace(gfx::NativeView new_view) = 0;
Dnative_view_photobooth_win.h38 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc2047 bool BrowserView::UpdateChildViewAndLayout(views::View* new_view, argument
2050 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 …]
Dbrowser_view.h477 bool UpdateChildViewAndLayout(views::View* new_view, views::View** old_view);
/external/chromium/chrome/browser/tab_contents/
Drender_view_host_delegate_helper.cc116 TabContentsView* new_view = new_contents->view(); in CreateNewWindow() local
120 new_view->CreateViewForWidget(new_contents->render_view_host()); in CreateNewWindow()