HomeSort by relevance Sort by last modified time
    Searched refs:bottom_edge (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/frame/
default_header_painter.cc 244 gfx::ImageSkia bottom_edge = *rb.GetImageSkiaNamed( local
260 int bottom_height = bottom_edge.height();
262 bottom_edge,
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 487 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/
workspace_window_resizer.cc 840 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());
    [all...]
  /external/chromium_org/ui/chromeos/
touch_exploration_controller_unittest.cc     [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc     [all...]

Completed in 157 milliseconds