OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPanelsHorizontalSpacing
(Results
1 - 3
of
3
) sorted by null
/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
;
/external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.h
188
static const int
kPanelsHorizontalSpacing
= 4;
docked_panel_collection.cc
153
(panels_.back()->GetBounds().x() -
kPanelsHorizontalSpacing
);
666
kPanelsHorizontalSpacing
* panels_.size();
700
rightmost_position = x -
kPanelsHorizontalSpacing
;
Completed in 3603 milliseconds