Home | History | Annotate | Download | only in glue

Lines Matching refs:WebCursor

41 // WebCursor.
42 class WebCursor {
44 WebCursor();
45 explicit WebCursor(const WebKit::WebCursorInfo& cursor_info);
46 ~WebCursor();
49 WebCursor(const WebCursor& other);
50 const WebCursor& operator=(const WebCursor& other);
67 bool IsEqual(const WebCursor& other) const;
69 // Returns a native cursor representing the current WebCursor instance.
73 // Returns a HCURSOR representing the current WebCursor instance.
75 // with the WebCursor instance.
108 // Copies the contents of the WebCursor instance passed in.
109 void Copy(const WebCursor& other);
111 // Cleans up the WebCursor instance.
123 bool IsPlatformDataEqual(const WebCursor& other) const ;
125 // Copies platform specific data from the WebCursor instance passed in.
126 void CopyPlatformData(const WebCursor& other);