OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rect_in_child_coords
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/window/
non_client_view.cc
206
gfx::Rect
rect_in_child_coords
= gfx::ToEnclosingRect(
local
208
if (frame_view_->HitTestRect(
rect_in_child_coords
))
209
return frame_view_->GetEventHandlerForRect(
rect_in_child_coords
);
/external/chromium_org/ui/views/
view.cc
860
gfx::Rect
rect_in_child_coords
= gfx::ToEnclosingRect(
local
862
if (!child->HitTestRect(
rect_in_child_coords
))
865
View* cur_view = child->GetEventHandlerForRect(
rect_in_child_coords
);
887
gfx::Point point_in_child_coords(
rect_in_child_coords
.CenterPoint());
[
all
...]
Completed in 395 milliseconds