Searched refs:hotspot_x (Results 1 - 4 of 4) sorted by relevance

/external/chromium/webkit/glue/
H A Dwebcursor.cc74 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; local
80 !pickle->ReadInt(iter, &hotspot_x) ||
101 hotspot_.set_x(hotspot_x);
/external/chromium_org/webkit/common/cursors/
H A Dwebcursor.cc82 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; local
88 !iter->ReadInt(&hotspot_x) ||
116 hotspot_.set_x(hotspot_x);
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc522 int hotspot_x = cursor_shape.hotspot_x(); local
547 int x = hotspot_x - (kMaxCursorWidth / 2);
554 hotspot_x -= x;
559 cursor_hotspot = pp::Point(hotspot_x, hotspot_y);
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_runtime.cc280 cursor_shape.hotspot_x(),

Completed in 118 milliseconds