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

  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 70 const int LocationBarView::kVerticalEdgeThickness = 2;
150 std::max(GetPreferredSize().height() - (kVerticalEdgeThickness * 2), 0);
444 int location_y = kVerticalEdgeThickness;
449 int location_height = std::max(height() - (kVerticalEdgeThickness * 2), 0);
689 bounds.Inset(0, kVerticalEdgeThickness);
    [all...]
location_bar_view.h 265 static const int kVerticalEdgeThickness;

Completed in 29 milliseconds