Searched refs:CursorLoader (Results 1 – 17 of 17) sorted by relevance
17 class UI_BASE_EXPORT CursorLoader {19 CursorLoader() : scale_(1.f), rotation_(gfx::Display::ROTATE_0) {} in CursorLoader() function20 virtual ~CursorLoader() {} in ~CursorLoader()62 static CursorLoader* Create();71 DISALLOW_COPY_AND_ASSIGN(CursorLoader);
17 class CursorLoader; variable44 scoped_ptr<CursorLoader> cursor_loader_;
71 CursorLoader* CursorLoader::Create() { in Create()
118 CursorLoader* CursorLoader::Create() { in Create()
13 class UI_BASE_EXPORT CursorLoaderWin : public CursorLoader {
15 class UI_BASE_EXPORT CursorLoaderOzone : public CursorLoader {
20 class UI_BASE_EXPORT CursorLoaderX11 : public CursorLoader {
142 CursorLoader* CursorLoader::Create() { in Create()
92 cursor_loader_.reset(CursorLoader::Create()); in SetDisplay()
5 import android.support.v4.content.CursorLoader;22 CursorLoader cursorLoader = new CursorLoader(new Activity(), in testGetters()43 CursorLoader cursorLoader = new CursorLoader(new Activity()); in testSetters()
20 class CursorLoader; variable37 ui::CursorLoader* loader) = 0;42 ui::CursorLoader* loader) = 0;
34 void LoadImageCursors(float device_scale_factor, ui::CursorLoader* loader) { in LoadImageCursors()57 ui::CursorLoader* loader) { in OnCreate()63 ui::CursorLoader* loader) { in OnDisplayUpdated()
21 ui::CursorLoader* loader) OVERRIDE;23 ui::CursorLoader* loader) OVERRIDE;
20 class CursorLoader; variable72 scoped_ptr<ui::CursorLoader> cursor_loader_;
17 cursor_loader_(ui::CursorLoader::Create()) { in DesktopNativeCursorManager()
5 import android.support.v4.content.CursorLoader;10 @Implements(CursorLoader.class)
50 import android.support.v4.content.CursorLoader;593 public static ShadowCursorLoader shadowOf(CursorLoader instance) { in shadowOf()