Searched defs:screen_pt (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/base/dragdrop/
H A Ddrop_target_win.cc51 POINT screen_pt = { cursor_position.x, cursor_position.y }; local
52 *effect = OnDragEnter(current_data_object_, key_state, screen_pt, *effect);
64 POINT screen_pt = { cursor_position.x, cursor_position.y }; local
65 *effect = OnDragOver(current_data_object_, key_state, screen_pt, *effect);
92 POINT screen_pt = { cursor_position.x, cursor_position.y }; local
93 *effect = OnDrop(current_data_object_, key_state, screen_pt, *effect);
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc612 const gfx::Point& screen_pt,
696 screen_pt, operations_allowed,
702 const gfx::Point& screen_pt,
705 Send(new DragMsg_TargetDragOver(GetRoutingID(), client_pt, screen_pt,
715 const gfx::Point& screen_pt,
717 Send(new DragMsg_TargetDrop(GetRoutingID(), client_pt, screen_pt,
609 DragTargetDragEnter( const DropData& drop_data, const gfx::Point& client_pt, const gfx::Point& screen_pt, WebDragOperationsMask operations_allowed, int key_modifiers) argument
700 DragTargetDragOver( const gfx::Point& client_pt, const gfx::Point& screen_pt, WebDragOperationsMask operations_allowed, int key_modifiers) argument
713 DragTargetDrop( const gfx::Point& client_pt, const gfx::Point& screen_pt, int key_modifiers) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc1539 gfx::Point screen_pt = local
1542 *current_drop_data_.get(), event.location(), screen_pt, op,
1560 gfx::Point screen_pt = local
1563 event.location(), screen_pt, op,

Completed in 670 milliseconds