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

  /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/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.cc 328 gfx::ImageSkia* bottom_edge = rb.GetImageSkiaNamed(IDR_WINDOW_BOTTOM_CENTER); local
358 height() - bottom_edge->height(), center_width,
359 bottom_edge->height()), frame_color);
382 canvas->TileImageInt(*bottom_edge, bottom_left_corner->width(),
383 height() - bottom_edge->height(),
385 bottom_edge->height());
immersive_mode_controller_ash.cc 80 int bottom_edge = view->bounds().bottom(); local
81 cursor_pos = gfx::Point(0, bottom_edge + 100);
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 778 const int bottom_edge = work_area.bottom(); local
789 } else if (ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size) &&
790 bounds->height() < (bottom_edge - top_edge)) {
794 bounds->set_y(bottom_edge - bounds->height());
808 const int bottom_edge = work_area.bottom(); local
820 ShouldStickToEdge(bottom_edge - bounds->bottom(), sticky_size)) {
821 bounds->set_height(bottom_edge - bounds->y());
    [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc     [all...]

Completed in 75 milliseconds