OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:right_image
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/corewm/
image_grid.cc
53
const gfx::Image*
right_image
,
62
SetImage(
right_image
, &right_layer_, &right_painter_);
70
right_image_width_ = GetImageSize(
right_image
).width();
82
max(GetImageSize(
right_image
).width(),
image_grid_unittest.cc
234
scoped_ptr<gfx::Image>
right_image
(CreateImage(gfx::Size(kEdge, kEdge)));
238
left_image.get(), NULL,
right_image
.get(),
282
scoped_ptr<gfx::Image>
right_image
(CreateImage(gfx::Size(kEdge, kEdge)));
292
left_image.get(), center_image.get(),
right_image
.get(),
image_grid.h
117
const gfx::Image*
right_image
,
/external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc
731
const gfx::ImageSkia&
right_image
= GetRightEdgeImage();
local
743
canvas->TileImageInt(
right_image
,
744
width() -
right_image
.width(),
746
right_image
.width(),
Completed in 71 milliseconds