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

  /external/chromium_org/ash/wm/
ash_native_cursor_manager.h 32 class ASH_EXPORT AshNativeCursorManager
35 AshNativeCursorManager();
36 virtual ~AshNativeCursorManager();
71 DISALLOW_COPY_AND_ASSIGN(AshNativeCursorManager);
ash_native_cursor_manager.cc 56 AshNativeCursorManager::AshNativeCursorManager()
61 AshNativeCursorManager::~AshNativeCursorManager() {
65 void AshNativeCursorManager::SetNativeCursorEnabled(bool enabled) {
73 void AshNativeCursorManager::SetDisplay(
97 void AshNativeCursorManager::SetCursor(
119 void AshNativeCursorManager::SetCursorSet(
135 void AshNativeCursorManager::SetVisibility(
151 void AshNativeCursorManager::SetMouseEventsEnabled
    [all...]

Completed in 54 milliseconds