Searched defs:native_cursor_manager_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.h303 static views::DesktopNativeCursorManager* native_cursor_manager_; member in class:views::DesktopNativeWidgetAura
H A Ddesktop_native_widget_aura.cc248 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_);
1213 native_cursor_manager_ = NULL;
/external/chromium_org/ash/
H A Dshell.h741 // |native_cursor_manager_| is owned by |cursor_manager_|, but we keep a
743 AshNativeCursorManager* native_cursor_manager_; member in class:ash::Shell

Completed in 107 milliseconds