Searched refs:bottom_edge (Results 1 - 5 of 5) 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());
/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller_unittest.cc1887 gfx::Point bottom_edge(30, window.bottom());
1897 locations.push_back(bottom_edge);
1929 gfx::Point bottom_edge(30, window.bottom());
1939 locations.push_back(bottom_edge);
/external/chromium_org/cc/output/
H A Dgl_renderer.cc1435 LayerQuad::Edge bottom_edge(bottom_right, bottom_left);
1448 bottom_edge = device_layer_edges.bottom();
1451 bottom_edge.scale(sign);
1457 LayerQuad device_quad(left_edge, top_edge, right_edge, bottom_edge);

Completed in 2336 milliseconds