OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:center_height
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/corewm/
image_grid.cc
108
int
center_height
= std::max(size.height() - top - bottom, 0);
local
114
gfx::Size(center_width,
center_height
), layer_->device_scale_factor()));
136
if (
center_height
> 0) {
142
left_layer_->SetVisible(
center_height
> 0);
145
if (
center_height
> 0) {
152
right_layer_->SetVisible(
center_height
> 0);
202
if (center_width > 0 &&
center_height
> 0) {
206
center_height
/ center_layer_->bounds().height());
209
center_layer_->SetVisible(center_width > 0 &&
center_height
> 0);
/external/chromium_org/ui/native_theme/
native_theme_aura.cc
81
int
center_height
= rect.height();
local
94
center_height
-= top->height();
105
center_height
-= bottom->height();
108
if (
center_height
> 0) {
114
center->width(),
center_height
);
/external/chromium_org/ui/views/controls/combobox/
combobox.cc
209
int
center_height
= height - top_image.height() - bottom_image.height();
local
212
x, y, width,
center_height
, false);
213
y +=
center_height
;
Completed in 2324 milliseconds