HomeSort by relevance Sort by last modified time
    Searched refs:hotspot_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/webkit/glue/
webcursor.cc 57 hotspot_ = cursor_info.hotSpot;
65 cursor_info->hotSpot = hotspot_;
101 hotspot_.set_x(hotspot_x);
102 hotspot_.set_y(hotspot_y);
119 !pickle->WriteInt(hotspot_.x()) ||
120 !pickle->WriteInt(hotspot_.y()) ||
145 return hotspot_ == other.hotspot_ &&
152 hotspot_.set_x(0);
153 hotspot_.set_y(0)
    [all...]
webcursor.h 140 gfx::Point hotspot_; member in class:WebCursor
webcursor_gtk.cc 203 hotspot_.x(),
204 hotspot_.y());
webcursor_win.cc 180 ii.xHotspot = hotspot_.x();
181 ii.yHotspot = hotspot_.y();

Completed in 9227 milliseconds