OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:content_rect
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_win.cc
23
RECT
content_rect
= {0, 0, 0, 0};
local
24
::GetWindowRect(window_handle, &
content_rect
);
25
content_rect
.right++; // Match what PrintWindow wants.
26
int width =
content_rect
.right -
content_rect
.left;
27
int height =
content_rect
.bottom -
content_rect
.top;
/external/chromium/chrome/browser/
aeropeek_manager.cc
822
RECT
content_rect
;
local
823
GetClientRect(frame_window_, &
content_rect
);
828
gfx::Rect content_bounds(
content_rect
);
[
all
...]
Completed in 330 milliseconds