Searched refs:cursor_client_b (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura_unittest.cc111 aura::client::CursorClient* cursor_client_b = aura::client::GetCursorClient( local
117 EXPECT_FALSE(cursor_client_b->IsCursorLocked());
121 EXPECT_TRUE(cursor_client_b->IsCursorLocked());
123 cursor_client_b->UnlockCursor();
125 EXPECT_FALSE(cursor_client_b->IsCursorLocked());
131 EXPECT_TRUE(cursor_client_b->IsCursorVisible());
133 EXPECT_TRUE(cursor_client_b->IsMouseEventsEnabled());
135 cursor_client_b->DisableMouseEvents();
137 EXPECT_FALSE(cursor_client_b->IsCursorVisible());
139 EXPECT_FALSE(cursor_client_b
[all...]

Completed in 1176 milliseconds