/external/chromium/chrome/browser/ui/views/ |
constrained_window_views.cc | 440 SkBitmap* bottom_edge = resources_->GetPartBitmap(FRAME_BOTTOM_EDGE); local 457 left_edge->width(), height() - bottom_edge->height(), 459 bottom_edge->height()); 480 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(), 481 height() - bottom_edge->height(), 483 bottom_edge->height());
|
/external/chromium/chrome/browser/ui/views/frame/ |
app_panel_browser_frame_view.cc | 332 SkBitmap* bottom_edge = rb.GetBitmapNamed(IDR_WINDOW_BOTTOM_CENTER); local 356 height() - bottom_edge->height(), 358 bottom_edge->height()); 379 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(), 380 height() - bottom_edge->height(), 382 bottom_edge->height());
|
opaque_browser_frame_view.cc | 566 SkBitmap* bottom_edge = tp->GetBitmapNamed(IDR_WINDOW_BOTTOM_CENTER); local 617 height() - bottom_edge->height(), 619 bottom_edge->height()); 658 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(), 659 height() - bottom_edge->height(), 661 bottom_edge->height()); [all...] |
/external/chromium_org/ash/system/tray/ |
tray_background_view.cc | 445 int left_edge, top_edge, right_edge, bottom_edge; local 450 bottom_edge = ShelfLayoutManager::GetPreferredShelfSize() - 457 bottom_edge = on_edge ? kPaddingFromEdgeOfShelf : 0; 462 bottom_edge = on_edge ? kPaddingFromEdgeOfShelf : 0; 471 bottom_edge = on_edge ? kPaddingFromBottomOfScreenBottomAlignment : 478 bottom_edge = 0; 483 bottom_edge = on_edge ? kPaddingFromBottomOfScreenVerticalAlignment : 0; 488 bottom_edge = on_edge ? kPaddingFromBottomOfScreenVerticalAlignment : 0; 493 top_edge, left_edge, bottom_edge, right_edge));
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
app_panel_browser_frame_view.cc | 326 gfx::ImageSkia* bottom_edge = rb.GetImageSkiaNamed(IDR_WINDOW_BOTTOM_CENTER); local 356 height() - bottom_edge->height(), center_width, 357 bottom_edge->height()), frame_color); 380 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(), 381 height() - bottom_edge->height(), 383 bottom_edge->height());
|
/external/chromium_org/ash/wm/workspace/ |
workspace_window_resizer.cc | 845 const int bottom_edge = work_area.bottom(); local 857 } else if (ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size) && 858 bounds->height() < (bottom_edge - top_edge)) { 862 bounds->set_y(bottom_edge - bounds->height()); 876 const int bottom_edge = work_area.bottom(); local 888 ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size)) { 889 bounds->set_height(bottom_edge - bounds->y()); [all...] |