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

  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.h 66 // Applies |cursor_image_| as the custom pointer or uses the standard arrow
67 // pointer if |cursor_image_| is not available.
78 // Custom cursor image sent by the host. |cursor_image_| is set to NULL when
81 scoped_ptr<pp::ImageData> cursor_image_; member in class:remoting::PepperInputHandler
83 // Hot spot for |cursor_image_|.
pepper_input_handler.cc 211 cursor_image_ = image.Pass();
214 if (mouse_lock_state_ != MouseLockDisallowed && !cursor_image_) {
232 if (has_focus_ && !cursor_image_ && mouse_lock_state_ == MouseLockOff) {
278 if (cursor_image_) {
280 *cursor_image_,
  /external/chromium_org/ash/display/
mirror_window_controller.cc 112 canvas->DrawImageInt(cursor_image_, 0, 0);
136 cursor_image_ = gfx::ImageSkia::CreateFrom1xBitmap(image_rep.sk_bitmap());
142 gfx::ImageSkia cursor_image_; member in class:ash::internal::CursorWindowDelegate

Completed in 356 milliseconds