CefDragData
Class used to represent drag data. The methods of this class may be called on any thread.
Types
Link copied to clipboard
class DragOperations
Supported drag operation bit flags.
Functions
Link copied to clipboard
Returns a copy of the current object
Link copied to clipboard
Create a new CefDragData object.
Link copied to clipboard
Write the contents of the file being dragged out of the web view into |writer|.
Link copied to clipboard
Return the name of the file being dragged out of the browser window.
Link copied to clipboard
Retrieve the list of file names that are being dragged into the browser window.
Link copied to clipboard
Return the base URL that the fragment came from.
Link copied to clipboard
Return the text/html fragment that is being dragged.
Link copied to clipboard
Return the plain text fragment that is being dragged.
Link copied to clipboard
Return the metadata, if any, associated with the link being dragged.
Link copied to clipboard
Return the title associated with the link being dragged.
Link copied to clipboard
Return the link URL that is being dragged.
Link copied to clipboard
Method is called by the native code to get the reference to an previous stored identifier.
Link copied to clipboard
Returns true if the drag data is a text or html fragment.
Link copied to clipboard
Test if the object is set to read-only.
Link copied to clipboard
Reset the file contents.
Link copied to clipboard
Set the base URL that the fragment came from.
Link copied to clipboard
Set the text/html fragment that is being dragged.
Link copied to clipboard
Set the plain text fragment that is being dragged.
Link copied to clipboard
Set the metadata associated with the link being dragged.
Link copied to clipboard
Set the title associated with the link being dragged.
Link copied to clipboard
Set the link URL that is being dragged.
Link copied to clipboard
Method is called by the native code to store a reference to an implemented native JNI counterpart.