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

  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_gtk.h 14 explicit NativeViewPhotoboothGtk(gfx::NativeView new_view);
20 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
native_view_photobooth.h 37 virtual void Replace(gfx::NativeView new_view) = 0;
native_view_photobooth_gtk.cc 26 void NativeViewPhotoboothGtk::Replace(gfx::NativeView new_view) {
native_view_photobooth_win.h 38 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.cc 79 RenderWidgetHostView* new_view) {
80 if (new_view)
81 new_view->set_reserved_contents_rect(cached_reserved_rect_);
tab_contents_container_native.h 74 void RenderWidgetHostViewChanged(RenderWidgetHostView* new_view);
tab_contents_container_views.h 66 void RenderWidgetHostViewChanged(RenderWidgetHostView* new_view);
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
browser_view.h 473 // Shelf. If |*old_view| differs from new_view, the old_view is removed and
474 // the new_view is added. This is intended to be used when swapping in/out
477 bool UpdateChildViewAndLayout(views::View* new_view, views::View** old_view);
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 116 TabContentsView* new_view = new_contents->view(); local
120 new_view->CreateViewForWidget(new_contents->render_view_host());

Completed in 49 milliseconds