Home | History | Annotate | Download | only in widget

Lines Matching defs:cursor_client

11 #include "ui/aura/client/cursor_client.h"
617 aura::client::CursorClient* cursor_client =
619 if (cursor_client)
620 cursor_client->SetCursor(cursor);
626 aura::client::CursorClient* cursor_client =
628 return cursor_client ? cursor_client->IsMouseEventsEnabled() : true;