HomeSort by relevance Sort by last modified time
    Searched full:suggested_text_width (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 647 int suggested_text_width = suggested_text_view_->GetPreferredSize().width(); local
649 if (vis_text_width + suggested_text_width > entry_width) {
656 entry_width - suggested_text_width));
660 suggested_text_width,
    [all...]

Completed in 33 milliseconds