Home | History | Annotate | Download | only in aura

Lines Matching defs:focused_window

887   Window* focused_window = client::GetFocusClient(this)->GetFocusedWindow();
888 if (client && !client->CanProcessEventsWithinSubtree(focused_window)) {
892 ProcessEvent(focused_window ? focused_window : this, event);
961 Window* focused_window = client::GetFocusClient(this)->GetFocusedWindow();
962 ProcessEvent(focused_window ? focused_window : this, &event);