Home
last modified time | relevance | path

Searched refs:TestCursorClient (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/aura/test/
Dtest_cursor_client.cc12 TestCursorClient::TestCursorClient(aura::Window* root_window) in TestCursorClient() function in aura::test::TestCursorClient
20 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 …]
Dtest_cursor_client.h16 class TestCursorClient : public aura::client::CursorClient {
18 explicit TestCursorClient(aura::Window* root_window);
19 virtual ~TestCursorClient();
50 DISALLOW_COPY_AND_ASSIGN(TestCursorClient);
/external/chromium_org/ui/views/corewm/
Dcompound_event_filter_unittest.cc64 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()
/external/chromium_org/ui/views/controls/button/
Dcustom_button_unittest.cc67 aura::test::TestCursorClient cursor_client( in TEST_F()
133 aura::test::TestCursorClient cursor_client( in TEST_F()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura_unittest.cc608 aura::test::TestCursorClient cursor_client( in TEST_F()
/external/chromium_org/ui/aura/
Droot_window_unittest.cc731 test::TestCursorClient cursor_client(root_window()); in TEST_F()