OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:window_expansion_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc
435
gfx::Rect without_expansion(bounds.x() -
window_expansion_
.x(),
436
bounds.y() -
window_expansion_
.y(),
437
bounds.width() -
window_expansion_
.width(),
438
bounds.height() -
window_expansion_
.height());
443
gfx::Rect expanded(bounds.x() +
window_expansion_
.x(),
444
bounds.y() +
window_expansion_
.y(),
445
bounds.width() +
window_expansion_
.width(),
446
bounds.height() +
window_expansion_
.height());
534
window_expansion_
= bounds;
760
gfx::Size without_expansion(new_size.width() -
window_expansion_
.width()
[
all
...]
desktop_root_window_host_win.h
246
gfx::Rect
window_expansion_
;
member in class:views::DesktopRootWindowHostWin
Completed in 195 milliseconds