Searched refs:UpdateChildViewAndLayout (Results 1 – 2 of 2) sorted by relevance
477 bool UpdateChildViewAndLayout(views::View* new_view, views::View** old_view);
1914 return UpdateChildViewAndLayout(new_bookmark_bar_view, &active_bookmark_bar_);2047 bool BrowserView::UpdateChildViewAndLayout(views::View* new_view, function in BrowserView