Home
last modified time | relevance | path

Searched refs:bottom_edge (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/frame/
Ddefault_header_painter.cc244 gfx::ImageSkia bottom_edge = *rb.GetImageSkiaNamed( in PaintHighlightForInactiveRestoredWindow() local
260 int bottom_height = bottom_edge.height(); in PaintHighlightForInactiveRestoredWindow()
262 bottom_edge, in PaintHighlightForInactiveRestoredWindow()
/external/chromium_org/ash/system/tray/
Dtray_background_view.cc487 int left_edge, top_edge, right_edge, bottom_edge; in SetTrayBorder() local
491 bottom_edge = kShelfSize - in SetTrayBorder()
498 bottom_edge = on_edge ? kPaddingFromEdgeOfShelf : 0; in SetTrayBorder()
503 bottom_edge = on_edge ? kPaddingFromEdgeOfShelf : 0; in SetTrayBorder()
508 top_edge, left_edge, bottom_edge, right_edge)); in SetTrayBorder()
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc840 const int bottom_edge = work_area.bottom(); in StickToWorkAreaOnMove() local
852 } else if (ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size) && in StickToWorkAreaOnMove()
853 bounds->height() < (bottom_edge - top_edge)) { in StickToWorkAreaOnMove()
857 bounds->set_y(bottom_edge - bounds->height()); in StickToWorkAreaOnMove()
872 const int bottom_edge = work_area.bottom(); in StickToWorkAreaOnResize() local
884 ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size)) { in StickToWorkAreaOnResize()
885 bounds->set_height(bottom_edge - bounds->y()); in StickToWorkAreaOnResize()
/external/chromium_org/ui/chromeos/
Dtouch_exploration_controller_unittest.cc1887 gfx::Point bottom_edge(30, window.bottom()); in TEST_F() local
1897 locations.push_back(bottom_edge); in TEST_F()
1929 gfx::Point bottom_edge(30, window.bottom()); in TEST_F() local
1939 locations.push_back(bottom_edge); in TEST_F()
/external/chromium_org/cc/output/
Dgl_renderer.cc1435 LayerQuad::Edge bottom_edge(bottom_right, bottom_left); in SetupQuadForAntialiasing() local
1448 bottom_edge = device_layer_edges.bottom(); in SetupQuadForAntialiasing()
1451 bottom_edge.scale(sign); in SetupQuadForAntialiasing()
1457 LayerQuad device_quad(left_edge, top_edge, right_edge, bottom_edge); in SetupQuadForAntialiasing()