OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_bounds_in_screen
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
window_resizer.cc
283
gfx::Rect
new_bounds_in_screen
=
local
285
if (!screen_work_area.Intersects(
new_bounds_in_screen
)) {
287
new_bounds_in_screen
.set_x(
290
new_bounds_in_screen
.x())));
292
ScreenAsh::ConvertRectFromScreen(parent,
new_bounds_in_screen
);
/external/chromium_org/ui/aura/
window.cc
477
void Window::SetBoundsInScreen(const gfx::Rect&
new_bounds_in_screen
,
481
gfx::Point origin =
new_bounds_in_screen
.origin();
484
screen_position_client->SetBounds(this,
new_bounds_in_screen
, dst_display);
487
SetBounds(
new_bounds_in_screen
);
[
all
...]
Completed in 38 milliseconds