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

  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device_aura.cc 162 ui::Cursor last_cursor_; member in class:content::__anon10558::DesktopVideoCaptureMachine
351 if (last_cursor_ != cursor) {
361 last_cursor_ = cursor;
382 last_cursor_ = ui::Cursor();
  /external/chromium_org/ui/aura/
root_window.h 92 gfx::NativeCursor last_cursor() const { return last_cursor_; }
360 gfx::NativeCursor last_cursor_; member in class:aura::RootWindow
root_window.cc 153 last_cursor_(ui::kCursorNull),
282 last_cursor_ = cursor;
    [all...]

Completed in 773 milliseconds