Home | History | Annotate | Download | only in aura

Lines Matching defs:cursor_client

17 #include "ui/aura/client/cursor_client.h"
168 client::CursorClient* cursor_client = client::GetCursorClient(window_);
169 if (cursor_is_in_bounds && cursor_client &&
170 cursor_client->IsCursorVisible()) {
171 cursor_client->HideCursor();
182 client::CursorClient* cursor_client = client::GetCursorClient(window_);
183 if (cursor_client) {
187 cursor_client->SetDisplay(display);
188 cursor_client->ShowCursor();