Home
last modified time | relevance | path

Searched refs:root_view_location (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/views/widget/
Ddrop_helper.cc30 const gfx::Point& root_view_location, in OnDragOver() argument
32 View* view = CalculateTargetViewImpl(root_view_location, data, true, in OnDragOver()
39 NotifyDragEntered(data, root_view_location, drag_operation); in OnDragOver()
42 return NotifyDragOver(data, root_view_location, drag_operation); in OnDragOver()
51 const gfx::Point& root_view_location, in OnDrop() argument
63 gfx::Point view_location(root_view_location); in OnDrop()
72 const gfx::Point& root_view_location, in CalculateTargetView() argument
75 return CalculateTargetViewImpl(root_view_location, data, check_can_drop, in CalculateTargetView()
80 const gfx::Point& root_view_location, in CalculateTargetViewImpl() argument
84 View* view = root_view_->GetEventHandlerForPoint(root_view_location); in CalculateTargetViewImpl()
[all …]
Ddrop_target_win.cc35 gfx::Point root_view_location(cursor_position.x, cursor_position.y); in OnDragOver() local
36 View::ConvertPointFromScreen(helper_.root_view(), &root_view_location); in OnDragOver()
39 helper_.OnDragOver(data, root_view_location, in OnDragOver()
52 gfx::Point root_view_location(cursor_position.x, cursor_position.y); in OnDrop() local
53 View::ConvertPointFromScreen(helper_.root_view(), &root_view_location); in OnDrop()
57 drop_operation = helper_.OnDragOver(data, root_view_location, in OnDrop()
59 drop_operation = helper_.OnDrop(data, root_view_location, drop_operation); in OnDrop()
Ddrop_helper.h50 const gfx::Point& root_view_location,
63 const gfx::Point& root_view_location,
70 View* CalculateTargetView(const gfx::Point& root_view_location,
78 View* CalculateTargetViewImpl(const gfx::Point& root_view_location,
86 const gfx::Point& root_view_location,
89 const gfx::Point& root_view_location,