HomeSort by relevance Sort by last modified time
    Searched refs:hotspot_ (Results 1 - 10 of 10) 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();
  /external/chromium_org/webkit/common/cursors/
webcursor.cc 62 hotspot_ = cursor_info.hotspot;
72 cursor_info->hotspot = hotspot_;
116 hotspot_.set_x(hotspot_x);
117 hotspot_.set_y(hotspot_y);
135 !pickle->WriteInt(hotspot_.x()) ||
136 !pickle->WriteInt(hotspot_.y()) ||
162 return hotspot_ == other.hotspot_ &&
209 hotspot_.set_x(0);
210 hotspot_.set_y(0)
    [all...]
webcursor_aurawin.cc 22 hotspot_,
webcursor_aurax11.cc 29 gfx::Point hotspot = hotspot_;
webcursor_gtk.cc 182 hotspot_.x(),
183 hotspot_.y());
webcursor.h 167 gfx::Point hotspot_; member in class:WebCursor
webcursor_win.cc 134 hotspot_,

Completed in 4682 milliseconds