HomeSort by relevance Sort by last modified time
    Searched refs:cursor_manager_ (Results 1 - 11 of 11) 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/athena/env/
athena_env_impl.cc 204 cursor_manager_.reset(
207 cursor_manager_->SetDisplay(
209 cursor_manager_->SetCursor(ui::kCursorPointer);
210 aura::client::SetCursorClient(host_->window(), cursor_manager_.get());
238 cursor_manager_.reset();
327 scoped_ptr<wm::CursorManager> cursor_manager_; member in class:athena::__anon6742::AthenaEnvImpl
  /external/chromium_org/extensions/shell/browser/
shell_desktop_controller.cc 262 cursor_manager_.reset(
265 cursor_manager_->SetDisplay(
267 cursor_manager_->SetCursor(ui::kCursorPointer);
268 aura::client::SetCursorClient(host_->window(), cursor_manager_.get());
331 cursor_manager_.reset();
shell_desktop_controller.h 125 scoped_ptr<wm::CursorManager> cursor_manager_; member in class:extensions::ShellDesktopController
  /external/chromium_org/ash/
shell.h 398 ::wm::CursorManager* cursor_manager() { return &cursor_manager_; }
741 // |native_cursor_manager_| is owned by |cursor_manager_|, but we keep a
748 CursorManager cursor_manager_; member in class:ash::Shell
750 ::wm::CursorManager cursor_manager_; member in class:ash::Shell
shell.cc 645 cursor_manager_(
893 cursor_manager_.SetDisplay(GetScreen()->GetPrimaryDisplay());
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11_unittest.cc 381 cursor_manager_.reset(new DesktopNativeCursorManager(
385 cursor_manager_.get()));
391 cursor_manager_.reset();
402 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 295 // We must manually reference count the number of users of |cursor_manager_|
296 // because the cursors created by |cursor_manager_| are shared among the
302 static wm::CursorManager* cursor_manager_; member in class:views::DesktopNativeWidgetAura

Completed in 86 milliseconds