Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:cursor_client

49 #include "ui/aura/client/cursor_client.h"
554 aura::client::CursorClient* cursor_client =
556 if (cursor_client)
557 NotifyRendererOfCursorVisibilityState(cursor_client->IsCursorVisible());
920 aura::client::CursorClient* cursor_client =
922 if (cursor_client && !cursor_client->IsCursorVisible())
923 cursor_client->DisableMouseEvents();
1280 aura::client::CursorClient* cursor_client =
1282 if (cursor_client) {
1283 cursor_client->HideCursor();
1284 cursor_client->LockCursor();
1310 aura::client::CursorClient* cursor_client =
1312 if (cursor_client) {
1313 cursor_client->UnlockCursor();
1314 cursor_client->ShowCursor();
1784 aura::client::CursorClient* cursor_client =
1786 DCHECK(!cursor_client || !cursor_client->IsCursorVisible());
2202 aura::client::CursorClient* cursor_client =
2204 if (cursor_client) {
2205 cursor_client->SetCursor(cursor);
2310 aura::client::CursorClient* cursor_client =
2312 if (cursor_client) {
2313 cursor_client->AddObserver(this);
2314 NotifyRendererOfCursorVisibilityState(cursor_client->IsCursorVisible());
2334 aura::client::CursorClient* cursor_client =
2336 if (cursor_client)
2337 cursor_client->RemoveObserver(this);