Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view_layout.cc419 gfx::Rect sidebar_split_bounds; in LayoutTabContents() local
428 contents_split_bounds, &sidebar_split_bounds, &devtools_bounds); in LayoutTabContents()
433 sidebar_split_offset.Offset(sidebar_split_bounds.x(), in LayoutTabContents()
434 sidebar_split_bounds.y()); in LayoutTabContents()
440 sidebar_split_bounds, &contents_bounds, &sidebar_bounds); in LayoutTabContents()
442 contents_bounds = sidebar_split_bounds; in LayoutTabContents()
482 sidebar_split->SetBoundsRect(sidebar_split_bounds); in LayoutTabContents()