HomeSort by relevance Sort by last modified time
    Searched refs:native_cursor_manager_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/test/
shell_test_api.cc 44 return shell_->native_cursor_manager_;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 248 DesktopNativeCursorManager* DesktopNativeWidgetAura::native_cursor_manager_ = member in class:views::DesktopNativeWidgetAura
348 native_cursor_manager_->RemoveHost(host);
449 // The host's dispatcher must be added to |native_cursor_manager_| before
452 if (!native_cursor_manager_) {
453 native_cursor_manager_ = new DesktopNativeCursorManager(
458 scoped_ptr<wm::NativeCursorManager>(native_cursor_manager_));
460 native_cursor_manager_->AddHost(host());
485 native_cursor_manager_);
    [all...]
desktop_native_widget_aura.h 303 static views::DesktopNativeCursorManager* native_cursor_manager_; member in class:views::DesktopNativeWidgetAura
  /external/chromium_org/ash/
shell.cc 622 native_cursor_manager_->SetNativeCursorEnabled(!enabled);
644 native_cursor_manager_(new AshNativeCursorManager),
646 scoped_ptr< ::wm::NativeCursorManager>(native_cursor_manager_)),
    [all...]
shell.h 741 // |native_cursor_manager_| is owned by |cursor_manager_|, but we keep a
743 AshNativeCursorManager* native_cursor_manager_; member in class:ash::Shell

Completed in 66 milliseconds