OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:touch_rect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/
view_unittest.cc
[
all
...]
/external/chromium_org/ui/views/widget/
root_view.cc
295
gfx::Rect
touch_rect
(event->details().bounding_box());
296
touch_rect
.set_origin(event->location());
297
touch_rect
.Offset(-
touch_rect
.width() / 2, -
touch_rect
.height() / 2);
298
gesture_handler = GetEventHandlerForRect(
touch_rect
);
/external/chromium_org/cc/debug/
debug_rect_history.cc
188
gfx::RectF
touch_rect
= gfx::ScaleRect(iter.rect(),
local
194
touch_rect
)));
Completed in 70 milliseconds