OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:area_rect
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/remoting/host/
verify_config_window_win.cc
75
RECT
area_rect
;
local
76
if (!::SystemParametersInfo(SPI_GETWORKAREA, NULL, &
area_rect
, NULL)) {
81
RECT owner_rect =
area_rect
;
88
area_rect
= monitor_info.rcWork;
98
x = std::max(x,
area_rect
.left);
99
x = std::min(x,
area_rect
.right - width);
100
y = std::max(y,
area_rect
.top);
101
y = std::min(y,
area_rect
.bottom - width);
Completed in 74 milliseconds