Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dnative_cursor_manager_ash.cc57 NativeCursorManagerAsh::NativeCursorManagerAsh() in NativeCursorManagerAsh() function in ash::NativeCursorManagerAsh
62 NativeCursorManagerAsh::~NativeCursorManagerAsh() = default;
64 void NativeCursorManagerAsh::SetNativeCursorEnabled(bool enabled) { in SetNativeCursorEnabled()
71 float NativeCursorManagerAsh::GetScale() const { in GetScale()
75 display::Display::Rotation NativeCursorManagerAsh::GetRotation() const { in GetRotation()
79 void NativeCursorManagerAsh::SetDisplay( in SetDisplay()
98 void NativeCursorManagerAsh::SetCursor( in SetCursor()
116 void NativeCursorManagerAsh::SetCursorSize( in SetCursorSize()
132 void NativeCursorManagerAsh::SetVisibility( in SetVisibility()
148 void NativeCursorManagerAsh::SetMouseEventsEnabled( in SetMouseEventsEnabled()
H A Dnative_cursor_manager_ash.h23 class ASH_EXPORT NativeCursorManagerAsh : public ::wm::NativeCursorManager {
25 NativeCursorManagerAsh();
26 ~NativeCursorManagerAsh() override;
61 DISALLOW_COPY_AND_ASSIGN(NativeCursorManagerAsh);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/test/
H A Dshell_test_api.h28 class NativeCursorManagerAsh; variable
51 NativeCursorManagerAsh* native_cursor_manager_ash();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell_test_api.cc134 NativeCursorManagerAsh* ShellTestApi::native_cursor_manager_ash() { in native_cursor_manager_ash()
H A Dshell.h110 class NativeCursorManagerAsh; variable
839 NativeCursorManagerAsh* native_cursor_manager_;
H A Dshell.cc966 native_cursor_manager_ = new NativeCursorManagerAsh; in Init()