Home
last modified time | relevance | path

Searched refs:hotspot_y (Results 1 – 6 of 6) sorted by relevance

/external/chromium/webkit/glue/
Dwebcursor.cc74 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; in Deserialize() local
81 !pickle->ReadInt(iter, &hotspot_y) || in Deserialize()
102 hotspot_.set_y(hotspot_y); in Deserialize()
/external/chromium_org/webkit/common/cursors/
Dwebcursor.cc82 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; in Deserialize() local
89 !iter->ReadInt(&hotspot_y) || in Deserialize()
117 hotspot_.set_y(hotspot_y); in Deserialize()
Dwebcursor_mac.mm117 NSCursor* LoadCursor(int resource_id, int hotspot_x, int hotspot_y) {
123 hotspot_y)] autorelease];
131 int hotspot_y) {
138 return LoadCursor(resource_id, hotspot_x, hotspot_y);
/external/chromium_org/remoting/client/plugin/
Dchromoting_instance.cc523 int hotspot_y = cursor_shape.hotspot_y(); in SetCursorShape() local
538 int y = hotspot_y - (kMaxCursorHeight / 2); in SetCursorShape()
544 hotspot_y -= y; in SetCursorShape()
559 cursor_hotspot = pp::Point(hotspot_x, hotspot_y); in SetCursorShape()
/external/chromium_org/remoting/proto/
Dcontrol.proto45 optional int32 hotspot_y = 4; field
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_runtime.cc281 cursor_shape.hotspot_y(), in UpdateCursorShape()