Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc257 drag_operation(0) { in DropInfo()
284 int drag_operation; member
489 drop_info_->drag_operation != 0 && drop_info_->drop_index != -1 && in PaintChildren()
563 return drop_info_->drag_operation; in OnDragUpdated()
574 drop_info_->drag_operation = CalculateDropOperation( in OnDragUpdated()
584 return drop_info_->drag_operation; in OnDragUpdated()
615 return drop_info_->drag_operation; in OnDragUpdated()
639 if (!drop_info_.get() || !drop_info_->drag_operation) in OnPerformDrop()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc79 int CopyOrLinkDragOperation(int drag_operation) { in CopyOrLinkDragOperation() argument
80 if (drag_operation & ui::DragDropTypes::DRAG_COPY) in CopyOrLinkDragOperation()
82 if (drag_operation & ui::DragDropTypes::DRAG_LINK) in CopyOrLinkDragOperation()
229 int drag_operation = edit_->OnPerformDropImpl(event, edit_->in_drag()); in OnDrop() local
234 return ui::DragDropTypes::DragOperationToDropEffect(drag_operation); in OnDrop()
Dautocomplete_edit_view_gtk.cc71 int CopyOrLinkDragOperation(int drag_operation) { in CopyOrLinkDragOperation() argument
72 if (drag_operation & ui::DragDropTypes::DRAG_COPY) in CopyOrLinkDragOperation()
74 if (drag_operation & ui::DragDropTypes::DRAG_LINK) in CopyOrLinkDragOperation()