HomeSort by relevance Sort by last modified time
    Searched defs:display_area (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_controller.cc 121 gfx::Rect display_area = panel_manager_->display_settings_provider()-> local
125 if (display_area.y() <= mouse_location.y() &&
display_settings_provider.cc 79 gfx::Rect display_area = display.bounds(); local
81 int system_menu_height = work_area.y() - display_area.y();
83 display_area.set_y(display_area.y() + system_menu_height);
84 display_area.set_height(display_area.height() - system_menu_height);
86 return display_area;
panel_drag_controller.cc 286 gfx::Rect display_area = panel_manager_->display_settings_provider()-> local
290 if (display_area.Contains(mouse_location) &&
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc 56 gfx::Rect display_area =
59 if (!display_area.Intersects(*restore_bounds)) {
271 gfx::Rect display_area = local
274 display_area, min_width, min_height, &bounds);
  /hardware/ti/omap4xxx/hwc/
hwc.c 1100 static inline int display_area(struct dss2_ovl_info *o) function
    [all...]

Completed in 195 milliseconds