Home | History | Annotate | Download | only in cursors

Lines Matching defs:WebCursor

5 #include "content/common/cursors/webcursor.h"
17 WebCursor::WebCursor()
26 WebCursor::WebCursor(const CursorInfo& cursor_info)
35 WebCursor::~WebCursor() {
39 WebCursor::WebCursor(const WebCursor& other) {
44 const WebCursor& WebCursor::operator=(const WebCursor& other) {
53 void WebCursor::InitFromCursorInfo(const CursorInfo& cursor_info) {
72 void WebCursor::GetCursorInfo(CursorInfo* cursor_info) const {
83 bool WebCursor::Deserialize(PickleIterator* iter) {
135 bool WebCursor::Serialize(Pickle* pickle) const {
153 bool WebCursor::IsCustom() const {
157 bool WebCursor::IsEqual(const WebCursor& other) const {
198 void WebCursor::InitFromExternalCursor(HCURSOR cursor) {
209 void WebCursor::Clear() {
220 void WebCursor::Copy(const WebCursor& other) {
229 void WebCursor::SetCustomData(const SkBitmap& bitmap) {
242 void WebCursor::ImageFromCustomData(SkBitmap* image) const {
254 void WebCursor::ClampHotspot() {