Searched defs:cursor_hotspot (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc580 pp::Point cursor_hotspot; local
608 cursor_hotspot = pp::Point(hotspot_x, hotspot_y);
628 dictionary.Set(pp::Var("hotspotX"), cursor_hotspot.x());
629 dictionary.Set(pp::Var("hotspotY"), cursor_hotspot.y());
632 input_handler_.SetMouseCursor(scoped_ptr<pp::ImageData>(), cursor_hotspot); local
638 input_handler_.SetMouseCursor(cursor_image.Pass(), cursor_hotspot);

Completed in 239 milliseconds