Searched refs:TestCursorClient (Results 1 – 6 of 6) sorted by relevance
12 TestCursorClient::TestCursorClient(aura::Window* root_window) in TestCursorClient() function in aura::test::TestCursorClient20 TestCursorClient::~TestCursorClient() { in ~TestCursorClient()24 void TestCursorClient::SetCursor(gfx::NativeCursor cursor) { in SetCursor()27 gfx::NativeCursor TestCursorClient::GetCursor() const { in GetCursor()31 void TestCursorClient::ShowCursor() { in ShowCursor()37 void TestCursorClient::HideCursor() { in HideCursor()43 void TestCursorClient::SetCursorSet(ui::CursorSetType cursor_set) { in SetCursorSet()46 ui::CursorSetType TestCursorClient::GetCursorSet() const { in GetCursorSet()50 void TestCursorClient::SetScale(float scale) { in SetScale()53 float TestCursorClient::GetScale() const { in GetScale()[all …]
16 class TestCursorClient : public aura::client::CursorClient {18 explicit TestCursorClient(aura::Window* root_window);19 virtual ~TestCursorClient();50 DISALLOW_COPY_AND_ASSIGN(TestCursorClient);
64 aura::test::TestCursorClient cursor_client(root_window()); in TEST_F()110 aura::test::TestCursorClient cursor_client(root_window()); in TEST_F()188 aura::test::TestCursorClient cursor_client(root_window()); in TEST_F()
67 aura::test::TestCursorClient cursor_client( in TEST_F()133 aura::test::TestCursorClient cursor_client( in TEST_F()
608 aura::test::TestCursorClient cursor_client( in TEST_F()
731 test::TestCursorClient cursor_client(root_window()); in TEST_F()