Searched defs:image_top (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view.cc753 int image_top = client_area_top; local
771 image_top += toolbar_bounds.y() + content_top_left_corner->height();
772 client_area_top = std::min(image_top,
801 int image_height = client_area_bottom - image_top;
805 canvas->TileImageInt(*right, client_area_bounds.right(), image_top,
820 image_top, left->width(), image_height);

Completed in 909 milliseconds