OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:other_bounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
window_positioner.cc
364
gfx::Rect
other_bounds
= other_shown_window->bounds();
local
367
other_bounds
.CenterPoint().x() > work_area.x() + work_area.width() / 2;
382
other_window_state->SetPreAutoManageWindowBounds(
other_bounds
);
385
if (MoveRectToOneSide(work_area, move_other_right, &
other_bounds
))
386
SetBoundsAnimated(other_shown_window,
other_bounds
, work_area);
/external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc
577
gfx::Rect
other_bounds
= other_panel->GetBounds();
local
578
int delta_x = new_bounds.x() -
other_bounds
.x();
579
int delta_width = new_bounds.width() -
other_bounds
.width();
Completed in 92 milliseconds