Searched defs:TestCursorClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/aura/test/
H A Dtest_cursor_client.cc12 TestCursorClient::TestCursorClient(aura::Window* root_window) function in class:aura::test::TestCursorClient
22 TestCursorClient::~TestCursorClient() {
26 void TestCursorClient::SetCursor(gfx::NativeCursor cursor) {
30 gfx::NativeCursor TestCursorClient::GetCursor() const {
34 void TestCursorClient::ShowCursor() {
40 void TestCursorClient::HideCursor() {
46 void TestCursorClient::SetCursorSet(ui::CursorSetType cursor_set) {
49 ui::CursorSetType TestCursorClient
[all...]
H A Dtest_cursor_client.h20 class TestCursorClient : public aura::client::CursorClient { class in namespace:aura::test
22 explicit TestCursorClient(aura::Window* root_window);
23 virtual ~TestCursorClient();
65 DISALLOW_COPY_AND_ASSIGN(TestCursorClient);

Completed in 788 milliseconds