/external/chromium_org/ash/frame/ |
default_header_painter.cc | 259 gfx::ImageSkia top_edge = *rb.GetImageSkiaNamed( local 273 top_edge, 277 top_edge.height());
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_header_painter_ash.cc | 285 gfx::ImageSkia top_edge = *rb.GetImageSkiaNamed( local 303 top_edge, 307 top_edge.height());
|
/external/chromium_org/ash/system/tray/ |
tray_background_view.cc | 467 int left_edge, top_edge, right_edge, bottom_edge; local 469 top_edge = ShelfLayoutManager::kShelfItemInset; 475 top_edge = 0; 481 top_edge = 0; 488 top_edge, left_edge, bottom_edge, right_edge));
|
/external/chromium_org/ash/wm/workspace/ |
workspace_window_resizer.cc | 827 const int top_edge = work_area.y(); local 837 if (ShouldStickToEdge(bounds->y() - top_edge, sticky_size)) { 838 bounds->set_y(top_edge); 841 bounds->height() < (bottom_edge - top_edge)) { 859 const int top_edge = work_area.y(); local 862 ShouldStickToEdge(bounds->y() - top_edge, sticky_size)) { 863 bounds->set_height(bounds->bottom() - top_edge); 864 bounds->set_y(top_edge); [all...] |