Home | History | Annotate | Download | only in desktop_aura

Lines Matching refs:cursor_client

10 #include "ui/aura/client/cursor_client.h"
876 aura::client::CursorClient* cursor_client =
878 if (cursor_client)
879 cursor_client->SetCursor(cursor);
885 aura::client::CursorClient* cursor_client =
887 return cursor_client ? cursor_client->IsMouseEventsEnabled() : true;