OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bottom_edge
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/frame/
default_header_painter.cc
265
gfx::ImageSkia
bottom_edge
= *rb.GetImageSkiaNamed(
local
281
int bottom_height =
bottom_edge
.height();
283
bottom_edge
,
/external/chromium_org/ash/system/tray/
tray_background_view.cc
467
int left_edge, top_edge, right_edge,
bottom_edge
;
local
471
bottom_edge
= kShelfSize -
478
bottom_edge
= on_edge ? kPaddingFromEdgeOfShelf : 0;
483
bottom_edge
= on_edge ? kPaddingFromEdgeOfShelf : 0;
488
top_edge, left_edge,
bottom_edge
, right_edge));
/external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc
828
const int
bottom_edge
= work_area.bottom();
local
840
} else if (ShouldStickToEdge(
bottom_edge
- bounds->bottom(), sticky_size) &&
841
bounds->height() < (
bottom_edge
- top_edge)) {
845
bounds->set_y(
bottom_edge
- bounds->height());
860
const int
bottom_edge
= work_area.bottom();
local
872
ShouldStickToEdge(
bottom_edge
- bounds->bottom(), sticky_size)) {
873
bounds->set_height(
bottom_edge
- bounds->y());
[
all
...]
Completed in 65 milliseconds