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

  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 403 int client_area_bottom = local
405 int client_area_height = client_area_bottom - client_area_top;
413 client_area_bounds.right(), client_area_bottom);
416 client_area_bottom, client_area_bounds.width(),
421 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
433 client_area_bottom + kClientEdgeThickness - client_area_top),
435 canvas->FillRect(gfx::Rect(client_area_bounds.x(), client_area_bottom,
440 client_area_bottom + kClientEdgeThickness - client_area_top),
opaque_browser_frame_view.cc 794 int client_area_bottom = local
796 int image_height = client_area_bottom - image_top;
804 client_area_bounds.right(), client_area_bottom);
807 client_area_bottom, client_area_bounds.width(),
    [all...]
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 425 int client_area_bottom = local
427 int client_area_height = client_area_bottom - client_area_top;
444 client_area_bottom);
448 client_area_bottom,
454 client_area_bottom);
467 client_area_bottom - client_area_top + 1),

Completed in 2487 milliseconds