HomeSort by relevance Sort by last modified time
    Searched refs:AshNativeCursorManager (Results 1 - 6 of 6) 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 55 AshNativeCursorManager::AshNativeCursorManager()
60 AshNativeCursorManager::~AshNativeCursorManager() {
64 void AshNativeCursorManager::SetNativeCursorEnabled(bool enabled) {
72 void AshNativeCursorManager::SetDisplay(
88 void AshNativeCursorManager::SetCursor(
110 void AshNativeCursorManager::SetCursorSet(
126 void AshNativeCursorManager::SetVisibility(
142 void AshNativeCursorManager::SetMouseEventsEnabled
    [all...]
  /external/chromium_org/ash/test/
shell_test_api.h 16 class AshNativeCursorManager;
39 AshNativeCursorManager* ash_native_cursor_manager();
shell_test_api.cc 42 AshNativeCursorManager* ShellTestApi::ash_native_cursor_manager() {
  /external/chromium_org/ash/
shell.h 81 class AshNativeCursorManager;
735 AshNativeCursorManager* native_cursor_manager_;
shell.cc 628 native_cursor_manager_(new AshNativeCursorManager),
    [all...]

Completed in 218 milliseconds