HomeSort by relevance Sort by last modified time
    Searched defs:TestCursorClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/aura/test/
test_cursor_client.cc 12 TestCursorClient::TestCursorClient(aura::Window* root_window)
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::GetCursorSet() const
    [all...]
test_cursor_client.h 20 class TestCursorClient : public aura::client::CursorClient {
22 explicit TestCursorClient(aura::Window* root_window);
23 virtual ~TestCursorClient();
65 DISALLOW_COPY_AND_ASSIGN(TestCursorClient);

Completed in 39 milliseconds