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

  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.h 194 static const int kPanelsHorizontalSpacing = 4;
  /external/chromium/chrome/browser/ui/panels/
panel_manager.cc 32 const int kPanelsHorizontalSpacing = 4;
192 right_x_to_move_to -= bounds.width() + kPanelsHorizontalSpacing;
236 left_x_to_move_to += bounds.width() + kPanelsHorizontalSpacing;
310 current_x_ -= width + kPanelsHorizontalSpacing;

Completed in 150 milliseconds