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

  /external/chromium_org/ash/wm/
ash_native_cursor_manager_unittest.cc 57 CursorManager* cursor_manager = Shell::GetInstance()->cursor_manager(); local
58 CursorManagerTestApi test_api(cursor_manager);
63 cursor_manager->SetCursor(ui::kCursorCopy);
67 cursor_manager->SetScale(2.5f);
68 cursor_manager->SetDisplay(display);
74 cursor_manager->LockCursor();
75 EXPECT_TRUE(cursor_manager->is_cursor_locked());
79 cursor_manager->SetScale(1.f);
81 cursor_manager->SetScale(1.5f)
106 CursorManager* cursor_manager = Shell::GetInstance()->cursor_manager(); local
120 CursorManager* cursor_manager = Shell::GetInstance()->cursor_manager(); local
133 CursorManager* cursor_manager = Shell::GetInstance()->cursor_manager(); local
    [all...]
window_manager_unittest.cc 706 views::corewm::CursorManager* cursor_manager = local
707 ash::Shell::GetInstance()->cursor_manager();
710 EXPECT_TRUE(cursor_manager->IsCursorVisible());
711 EXPECT_TRUE(cursor_manager->IsMouseEventsEnabled());
713 EXPECT_FALSE(cursor_manager->IsCursorVisible());
714 EXPECT_FALSE(cursor_manager->IsMouseEventsEnabled());
716 EXPECT_TRUE(cursor_manager->IsCursorVisible());
717 EXPECT_TRUE(cursor_manager->IsMouseEventsEnabled());
719 EXPECT_TRUE(cursor_manager->IsCursorVisible());
720 EXPECT_TRUE(cursor_manager->IsMouseEventsEnabled())
758 views::corewm::CursorManager* cursor_manager = local
781 views::corewm::CursorManager* cursor_manager = local
    [all...]
  /external/chromium_org/ash/
shell.h 26 #include "ui/views/corewm/cursor_manager.h"
338 views::corewm::CursorManager* cursor_manager() { return &cursor_manager_; } function in class:ash::Shell

Completed in 69 milliseconds