OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:center_width
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/wm/core/
image_grid.cc
142
int
center_width
= std::max(size.width() - left - right, 0);
local
149
gfx::Size(
center_width
, center_height), layer_->device_scale_factor()));
152
if (
center_width
> 0) {
158
top_layer_->SetVisible(
center_width
> 0);
161
if (
center_width
> 0) {
168
bottom_layer_->SetVisible(
center_width
> 0);
237
if (
center_width
> 0 && center_height > 0) {
240
transform.Scale(
center_width
/ center_layer_->bounds().width(),
244
center_layer_->SetVisible(
center_width
> 0 && center_height > 0);
/external/chromium_org/ui/views/window/
frame_background.cc
162
int
center_width
=
local
164
if (
center_width
<= 0)
170
center_width
, bottom_edge_->height()),
/external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc
692
int
center_width
= width() - kLeftPadding -
local
700
if (
center_width
<= 0)
750
x, box_y_, box_height_,
center_width
);
751
x +=
center_width
;
772
x, box_y_, box_height_,
center_width
);
773
x +=
center_width
;
[
all
...]
Completed in 700 milliseconds