Searched defs:hit_test_code (Results 1 - 2 of 2) sorted by path

/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher.cc39 int hit_test_code = target->delegate()->GetNonClientComponent(location); local
40 return hit_test_code != HTCLIENT && hit_test_code != HTNOWHERE;
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc1425 int hit_test_code = local
1427 if (hit_test_code != HTCLIENT && hit_test_code != HTNOWHERE)

Completed in 265 milliseconds