OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saved_window_rect_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/aura/
root_window_host_win.cc
79
GetWindowRect(hwnd(), &
saved_window_rect_
);
local
94
target_rect = gfx::Rect(
saved_window_rect_
);
113
saved_window_rect_
.right =
saved_window_rect_
.left + bounds.width();
114
saved_window_rect_
.bottom =
saved_window_rect_
.top + bounds.height();
root_window_host_win.h
78
RECT
saved_window_rect_
;
member in class:aura::RootWindowHostWin
Completed in 23 milliseconds