OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
80
gfx::Rect
display_area
= display.bounds();
local
82
int system_menu_height = work_area.y() -
display_area
.y();
84
display_area
.set_y(
display_area
.y() + system_menu_height);
85
display_area
.set_height(
display_area
.height() - system_menu_height);
87
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
50
gfx::Rect
display_area
= Shell::GetScreen()->GetDisplayNearestWindow(
local
53
if (!
display_area
.Intersects(restore_bounds)) {
281
gfx::Rect
display_area
= ScreenAsh::GetDisplayBoundsInParent(window);
local
284
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 51 milliseconds