HomeSort by relevance Sort by last modified time
    Searched defs:CursorState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor.h 27 enum CursorState {
52 virtual void OnMouseCursorPosition(CursorState state,
  /external/chromium_org/ui/wm/core/
cursor_manager.cc 19 class CursorState {
21 CursorState()
68 DISALLOW_COPY_AND_ASSIGN(CursorState);
76 current_state_(new internal::CursorState),
77 state_on_unlock_(new internal::CursorState) {

Completed in 350 milliseconds