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

  /external/chromium_org/ui/wm/core/
cursor_manager_unittest.cc 51 cursor_manager_(scoped_ptr<wm::NativeCursorManager>(
56 wm::CursorManager cursor_manager_; member in class:CursorManagerTest
82 cursor_manager_.SetCursor(ui::kCursorCopy);
83 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
85 cursor_manager_.ShowCursor();
86 EXPECT_TRUE(cursor_manager_.IsCursorVisible());
87 cursor_manager_.HideCursor();
88 EXPECT_FALSE(cursor_manager_.IsCursorVisible());
90 EXPECT_EQ(ui::kCursorCopy, cursor_manager_.GetCursor().native_type());
93 cursor_manager_.LockCursor()
    [all...]
  /external/chromium_org/ash/test/
cursor_manager_test_api.cc 19 : cursor_manager_(cursor_manager) {
27 return cursor_manager_->GetCursorSet();
31 return cursor_manager_->GetCursor();
cursor_manager_test_api.h 32 ::wm::CursorManager* cursor_manager_; member in class:ash::test::CursorManagerTestApi
  /external/chromium_org/apps/shell/browser/
shell_desktop_controller.cc 269 cursor_manager_.reset(
272 cursor_manager_->SetDisplay(
274 cursor_manager_->SetCursor(ui::kCursorPointer);
275 aura::client::SetCursorClient(host_->window(), cursor_manager_.get());
304 cursor_manager_.reset();
shell_desktop_controller.h 130 scoped_ptr<wm::CursorManager> cursor_manager_; member in class:apps::ShellDesktopController
  /external/chromium_org/ash/
shell.h 391 ::wm::CursorManager* cursor_manager() { return &cursor_manager_; }
733 // |native_cursor_manager_| is owned by |cursor_manager_|, but we keep a
740 CursorManager cursor_manager_; member in class:ash::Shell
742 ::wm::CursorManager cursor_manager_; member in class:ash::Shell
shell.cc 629 cursor_manager_(
876 cursor_manager_.SetDisplay(GetScreen()->GetPrimaryDisplay());
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11_unittest.cc 336 cursor_manager_.reset(new DesktopNativeCursorManager(
340 cursor_manager_.get()));
345 cursor_manager_.reset();
356 scoped_ptr<DesktopNativeCursorManager> cursor_manager_; member in class:views::DesktopDragDropClientAuraX11Test
desktop_native_widget_aura.cc 250 wm::CursorManager* DesktopNativeWidgetAura::cursor_manager_ = NULL; member in class:views::DesktopNativeWidgetAura
456 if (!cursor_manager_) {
457 cursor_manager_ = new wm::CursorManager(
461 aura::client::SetCursorClient(host_->window(), cursor_manager_);
    [all...]
desktop_native_widget_aura.h 298 // We must manually reference count the number of users of |cursor_manager_|
299 // because the cursors created by |cursor_manager_| are shared among the
305 static wm::CursorManager* cursor_manager_; member in class:views::DesktopNativeWidgetAura

Completed in 287 milliseconds