Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc1958 int sidebar_width = g_browser_process->local_state()->GetInteger( local
1960 if (sidebar_width < 0) {
1962 sidebar_width = sidebar_split_->width() / 7;
1966 sidebar_width = std::min(sidebar_split_->width() - min_sidebar_width,
1967 std::max(min_sidebar_width, sidebar_width));
1970 sidebar_split_->width() - sidebar_width);