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

  /external/chromium_org/ui/base/cursor/
image_cursors.h 21 class UI_BASE_EXPORT ImageCursors {
23 ImageCursors();
24 ~ImageCursors();
47 DISALLOW_COPY_AND_ASSIGN(ImageCursors);
image_cursors.cc 63 ImageCursors::ImageCursors() : cursor_set_(CURSOR_SET_NORMAL) {
66 ImageCursors::~ImageCursors() {
69 float ImageCursors::GetScale() const {
79 gfx::Display::Rotation ImageCursors::GetRotation() const {
89 bool ImageCursors::SetDisplay(const gfx::Display& display,
104 void ImageCursors::ReloadCursors() {
136 void ImageCursors::SetCursorSet(CursorSetType cursor_set) {
146 void ImageCursors::SetPlatformCursor(gfx::NativeCursor* cursor)
    [all...]
  /external/chromium_org/ash/wm/
ash_native_cursor_manager.h 19 class ImageCursors;
69 scoped_ptr<ui::ImageCursors> image_cursors_;
ash_native_cursor_manager.cc 58 image_cursors_(new ui::ImageCursors) {
  /external/chromium_org/athena/env/
athena_env_impl.cc 101 : host_(host), image_cursors_(new ui::ImageCursors) {}
157 scoped_ptr<ui::ImageCursors> image_cursors_;
  /external/chromium_org/extensions/shell/browser/
shell_desktop_controller.cc 86 : host_(host), image_cursors_(new ui::ImageCursors) {}
142 scoped_ptr<ui::ImageCursors> image_cursors_;

Completed in 84 milliseconds