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

  /external/chromium_org/ui/base/cursor/
cursor_x11.cc 12 if (platform_cursor_)
13 ui::RefCustomXCursor(platform_cursor_);
17 if (platform_cursor_)
18 ui::UnrefCustomXCursor(platform_cursor_);
cursor_ozone.cc 12 if (platform_cursor_)
13 CursorFactoryOzone::GetInstance()->RefImageCursor(platform_cursor_);
17 if (platform_cursor_)
18 CursorFactoryOzone::GetInstance()->UnrefImageCursor(platform_cursor_);
cursor.cc 11 platform_cursor_(0),
17 platform_cursor_(0),
23 platform_cursor_(cursor.platform_cursor_),
37 platform_cursor_ = platform;
48 platform_cursor_ = cursor.platform_cursor_;
cursor.h 109 PlatformCursor platform() const { return platform_cursor_; }
120 platform_cursor_ == cursor.platform_cursor_ &&
126 platform_cursor_ != cursor.platform_cursor_ ||
140 PlatformCursor platform_cursor_; member in class:ui::Cursor
  /external/chromium_org/content/common/cursors/
webcursor_aurax11.cc 21 if (platform_cursor_)
22 return platform_cursor_;
37 platform_cursor_ = ui::CreateReffedCustomXCursor(image);
38 return platform_cursor_;
48 if (platform_cursor_)
49 ui::UnrefCustomXCursor(platform_cursor_);
50 platform_cursor_ = 0;
51 // It is not necessary to recreate platform_cursor_ yet, since it will be
56 platform_cursor_ = 0;
74 if (platform_cursor_) {
    [all...]
webcursor_ozone.cc 15 if (platform_cursor_)
16 return platform_cursor_;
35 if (platform_cursor_)
36 ui::CursorFactoryOzone::GetInstance()->UnrefImageCursor(platform_cursor_);
37 platform_cursor_ = NULL;
38 // It is not necessary to recreate platform_cursor_ yet, since it will be
43 platform_cursor_ = NULL;
61 if (platform_cursor_) {
62 ui::CursorFactoryOzone::GetInstance()->UnrefImageCursor(platform_cursor_);
63 platform_cursor_ = NULL
    [all...]
webcursor.h 173 ui::PlatformCursor platform_cursor_; member in class:content::WebCursor

Completed in 64 milliseconds