Home
last modified time | relevance | path

Searched refs:state_modified (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/
Dwindow.cc1332 bool state_modified = false; in CleanupGestureState() local
1333 state_modified |= ui::GestureRecognizer::Get()->CancelActiveTouches(this); in CleanupGestureState()
1334 state_modified |= in CleanupGestureState()
1339 state_modified |= (*iter)->CleanupGestureState(); in CleanupGestureState()
1341 return state_modified; in CleanupGestureState()