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

/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor_monitor.h27 enum CursorState { enum in class:webrtc::MouseCursorMonitor
52 virtual void OnMouseCursorPosition(CursorState state,
/external/chromium_org/ui/wm/core/
H A Dcursor_manager.cc19 class CursorState { class in namespace:wm::internal
21 CursorState() function in class:wm::internal::CursorState
68 DISALLOW_COPY_AND_ASSIGN(CursorState);
76 current_state_(new internal::CursorState),
77 state_on_unlock_(new internal::CursorState) {

Completed in 249 milliseconds