OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVerticalGap
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chromeos/display/
output_configurator_unittest.cc
358
kSmallModeHeight + OutputConfigurator::
kVerticalGap
+ kBigModeHeight;
367
kSmallModeHeight + OutputConfigurator::
kVerticalGap
,
408
kSmallModeHeight + OutputConfigurator::
kVerticalGap
,
513
kSmallModeHeight + OutputConfigurator::
kVerticalGap
+ kBigModeHeight;
524
kSmallModeHeight + OutputConfigurator::
kVerticalGap
,
557
kSmallModeHeight + OutputConfigurator::
kVerticalGap
,
573
kSmallModeHeight + OutputConfigurator::
kVerticalGap
,
output_configurator.h
242
static const int
kVerticalGap
= 60;
output_configurator.cc
493
output->y = height ? height +
kVerticalGap
: 0;
500
height += (height ?
kVerticalGap
: 0) + mode_sizes[i].second;
Completed in 40 milliseconds