OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:point_view
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/views/
view.cc
848
// |
point_view
| represents the view that would have been returned
850
View*
point_view
= NULL;
local
884
} else if (!rect_view && !
point_view
) {
889
point_view
= child->GetEventHandlerForPoint(point_in_child_coords);
893
if (views::UsePointBasedTargeting(rect) || (!rect_view && !
point_view
))
907
return rect_view ? rect_view :
point_view
;
[
all
...]
Completed in 64 milliseconds