OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_window_rect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/win/
hwnd_util.cc
30
Rect
new_window_rect
= window_rect;
local
31
new_window_rect
.AdjustToFit(monitor_rect);
32
if (
new_window_rect
!= window_rect) {
34
SetWindowPos(hwnd, 0,
new_window_rect
.x(),
new_window_rect
.y(),
35
new_window_rect
.width(),
new_window_rect
.height(),
/external/chromium_org/ui/views/win/
hwnd_message_handler.cc
2336
gfx::Rect
new_window_rect
;
local
[
all
...]
Completed in 70 milliseconds