Searched refs:bottom_edge (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ash/frame/ |
D | default_header_painter.cc | 244 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/ |
D | tray_background_view.cc | 487 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/ |
D | workspace_window_resizer.cc | 840 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/ |
D | touch_exploration_controller_unittest.cc | 1887 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/ |
D | gl_renderer.cc | 1435 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()
|