Home | History | Annotate | Download | only in desktop_aura

Lines Matching refs:native_cursor_manager_

248 DesktopNativeCursorManager* DesktopNativeWidgetAura::native_cursor_manager_ =
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;