Searched defs:for_event_handling (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow.cc970 bool for_event_handling) {
974 if ((for_event_handling && !HitTest(local_point)) ||
975 (!for_event_handling && !ContainsPoint(local_point)))
981 if (for_event_handling && !hit_test_bounds_override_inner_.empty()) {
999 if (for_event_handling) {
1015 for_event_handling);
968 GetWindowForPoint(const gfx::Point& local_point, bool return_tightest, bool for_event_handling) argument

Completed in 185 milliseconds