HomeSort by relevance Sort by last modified time
    Searched refs:kMatchCountMinWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/
find_bar_view.cc 47 static const int kMatchCountMinWidth = 30;
357 sz.set_width(std::max(kMatchCountMinWidth, static_cast<int>(sz.width())));
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.cc 49 static const int kMatchCountMinWidth = 30;
312 sz.SetToMax(gfx::Size(kMatchCountMinWidth, 0));

Completed in 475 milliseconds