Home | History | Annotate | Download | only in location_bar

Lines Matching refs:available_width

770   int available_width = entry_width - location_needed_width;
775 leading_decorations.LayoutPass3(&location_bounds, &available_width);
776 trailing_decorations.LayoutPass3(&location_bounds, &available_width);
874 // Contract |available_width| as necessary, but never expand it. This way,
878 available_width -= current_omnibox_offset_;
905 if (suggested_text_size.width() > available_width ||