Home | History | Annotate | Download | only in aura

Lines Matching full:consumer

66 Window* ConsumerToWindow(ui::GestureConsumer* consumer) {
67 return consumer && !consumer->ignores_events() ?
68 static_cast<Window*>(consumer) : NULL;