ContentsLayoutManager 1977 chrome/browser/ui/views/frame/browser_view.cc   contents_container_->SetLayoutManager(new ContentsLayoutManager(
ContentsLayoutManager 2074 chrome/browser/ui/views/frame/browser_view.cc ContentsLayoutManager* BrowserView::GetContentsLayoutManager() const {
ContentsLayoutManager 2075 chrome/browser/ui/views/frame/browser_view.cc   return static_cast<ContentsLayoutManager*>(
ContentsLayoutManager   48 chrome/browser/ui/views/frame/browser_view.h class ContentsLayoutManager;
ContentsLayoutManager  507 chrome/browser/ui/views/frame/browser_view.h   ContentsLayoutManager* GetContentsLayoutManager() const;
ContentsLayoutManager  151 chrome/browser/ui/views/frame/browser_view_layout.cc     ContentsLayoutManager* contents_layout_manager,
ContentsLayoutManager   18 chrome/browser/ui/views/frame/browser_view_layout.h class ContentsLayoutManager;
ContentsLayoutManager   57 chrome/browser/ui/views/frame/browser_view_layout.h             ContentsLayoutManager* contents_layout_manager,
ContentsLayoutManager  148 chrome/browser/ui/views/frame/browser_view_layout.h   ContentsLayoutManager* contents_layout_manager_;
ContentsLayoutManager  182 chrome/browser/ui/views/frame/browser_view_layout_unittest.cc     ContentsLayoutManager* contents_layout_manager =
ContentsLayoutManager  183 chrome/browser/ui/views/frame/browser_view_layout_unittest.cc         new ContentsLayoutManager(devtools_web_view_, contents_web_view_);
ContentsLayoutManager    9 chrome/browser/ui/views/frame/contents_layout_manager.cc ContentsLayoutManager::ContentsLayoutManager(
ContentsLayoutManager   18 chrome/browser/ui/views/frame/contents_layout_manager.cc ContentsLayoutManager::~ContentsLayoutManager() {
ContentsLayoutManager   21 chrome/browser/ui/views/frame/contents_layout_manager.cc void ContentsLayoutManager::SetContentsResizingStrategy(
ContentsLayoutManager   31 chrome/browser/ui/views/frame/contents_layout_manager.cc void ContentsLayoutManager::SetActiveTopMargin(int margin) {
ContentsLayoutManager   40 chrome/browser/ui/views/frame/contents_layout_manager.cc void ContentsLayoutManager::Layout(views::View* contents_container) {
ContentsLayoutManager   65 chrome/browser/ui/views/frame/contents_layout_manager.cc gfx::Size ContentsLayoutManager::GetPreferredSize(views::View* host) {
ContentsLayoutManager   69 chrome/browser/ui/views/frame/contents_layout_manager.cc void ContentsLayoutManager::Installed(views::View* host) {
ContentsLayoutManager   74 chrome/browser/ui/views/frame/contents_layout_manager.cc void ContentsLayoutManager::Uninstalled(views::View* host) {
ContentsLayoutManager   14 chrome/browser/ui/views/frame/contents_layout_manager.h class ContentsLayoutManager : public views::LayoutManager {
ContentsLayoutManager   16 chrome/browser/ui/views/frame/contents_layout_manager.h   ContentsLayoutManager(views::View* devtools_view, views::View* contents_view);
ContentsLayoutManager   17 chrome/browser/ui/views/frame/contents_layout_manager.h   virtual ~ContentsLayoutManager();
ContentsLayoutManager   42 chrome/browser/ui/views/frame/contents_layout_manager.h   DISALLOW_COPY_AND_ASSIGN(ContentsLayoutManager);