Home | History | Annotate | Download | only in chromeos

Lines Matching refs:cursor_client

9 #include "ui/aura/client/cursor_client.h"
77 cursor_client()->ShowCursor();
78 cursor_client()->DisableMouseEvents();
89 aura::client::CursorClient* cursor_client() { return cursor_client_.get(); }
122 cursor_client()->ShowCursor();
123 cursor_client()->DisableMouseEvents();
135 aura::client::CursorClient* cursor_client =
137 return cursor_client &&
138 cursor_client->IsMouseEventsEnabled() &&
139 !cursor_client->IsCursorVisible();
295 EXPECT_TRUE(cursor_client()->IsCursorVisible());
308 EXPECT_TRUE(cursor_client()->IsCursorVisible());
309 EXPECT_FALSE(cursor_client()->IsMouseEventsEnabled());
358 EXPECT_TRUE(cursor_client()->IsCursorVisible());
359 EXPECT_FALSE(cursor_client()->IsMouseEventsEnabled());
407 EXPECT_TRUE(cursor_client()->IsCursorVisible());
408 EXPECT_FALSE(cursor_client()->IsMouseEventsEnabled());