OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_on_top
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/
window_animations.cc
331
const bool
old_on_top
= (old_bounds.width() > new_bounds.width());
local
356
if (
old_on_top
) {
376
if (!
old_on_top
) {
388
if (!
old_on_top
) {
window_state.cc
437
bool
old_on_top
= (old_bounds.width() > new_bounds.width());
local
438
if (
old_on_top
)
Completed in 526 milliseconds