Searched defs:bottom_edge (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/frame/
H A Ddefault_header_painter.cc244 gfx::ImageSkia bottom_edge = *rb.GetImageSkiaNamed( local
260 int bottom_height = bottom_edge.height();
262 bottom_edge,
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.cc487 int left_edge, top_edge, right_edge, bottom_edge; local
491 bottom_edge = kShelfSize -
498 bottom_edge = on_edge ? kPaddingFromEdgeOfShelf : 0;
503 bottom_edge = on_edge ? kPaddingFromEdgeOfShelf : 0;
508 top_edge, left_edge, bottom_edge, right_edge));
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc840 const int bottom_edge = work_area.bottom(); local
852 } else if (ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size) &&
853 bounds->height() < (bottom_edge - top_edge)) {
857 bounds->set_y(bottom_edge - bounds->height());
872 const int bottom_edge = work_area.bottom(); local
884 ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size)) {
885 bounds->set_height(bottom_edge - bounds->y());

Completed in 833 milliseconds