OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_shown_window
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ash/wm/
window_positioner.cc
269
aura::Window*
other_shown_window
= GetReferenceWindow(
local
271
if (!
other_shown_window
|| !single_window ||
272
!WindowPositionCanBeManaged(
other_shown_window
))
274
AutoPlaceSingleWindow(
other_shown_window
, true);
307
aura::Window*
other_shown_window
= GetReferenceWindow(
local
310
if (!
other_shown_window
) {
312
if (!WindowPositionCanBeManaged(added_window) ||
other_shown_window
)
320
gfx::Rect other_bounds =
other_shown_window
->bounds();
331
wm::GetWindowState(
other_shown_window
);
334
if (WindowPositionCanBeManaged(
other_shown_window
)) {
[
all
...]
Completed in 78 milliseconds