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
524
kSmallModeHeight + OutputConfigurator::
kVerticalGap
+ kBigModeHeight;
531
kSmallModeHeight + OutputConfigurator::
kVerticalGap
,
575
kSmallModeHeight + OutputConfigurator::
kVerticalGap
,
694
kSmallModeHeight + OutputConfigurator::
kVerticalGap
+ kBigModeHeight;
701
kSmallModeHeight + OutputConfigurator::
kVerticalGap
,
738
kSmallModeHeight + OutputConfigurator::
kVerticalGap
,
756
kSmallModeHeight + OutputConfigurator::
kVerticalGap
,
[
all
...]
output_configurator.h
314
static const int
kVerticalGap
= 60;
output_configurator.cc
919
output->y = height ? height +
kVerticalGap
: 0;
930
height += (height ?
kVerticalGap
: 0) + mode_info->height;
[
all
...]
Completed in 27 milliseconds