OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:top_right_image
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/corewm/
image_grid.cc
50
const gfx::Image*
top_right_image
,
59
SetImage(
top_right_image
, &top_right_layer_, &top_right_painter_);
74
GetImageSize(
top_right_image
).height()));
81
base_right_column_width_ = max(GetImageSize(
top_right_image
).width(),
image_grid_unittest.cc
231
scoped_ptr<gfx::Image>
top_right_image
(
237
grid.SetImages(top_left_image.get(), top_image.get(),
top_right_image
.get(),
278
scoped_ptr<gfx::Image>
top_right_image
(
291
top_left_image.get(), top_image.get(),
top_right_image
.get(),
image_grid.h
114
const gfx::Image*
top_right_image
,
/external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc
723
const gfx::ImageSkia&
top_right_image
= GetTopRightCornerImage(corner_style_);
local
738
width() -
top_right_image
.width(),
740
canvas->DrawImageInt(
top_right_image
, width() -
top_right_image
.width(), 0);
745
top_right_image
.height(),
747
height() -
top_right_image
.height() -
Completed in 68 milliseconds