Searched refs:Cursor (Results 1 - 25 of 140) sorted by relevance

123456

/external/webkit/Source/WebCore/platform/
H A DCursor.cpp27 #include "Cursor.h"
49 const Cursor& Cursor::fromType(Cursor::Type type)
52 case Cursor::Pointer:
54 case Cursor::Cross:
56 case Cursor::Hand:
58 case Cursor::IBeam:
60 case Cursor::Wait:
62 case Cursor
242 Cursor::Cursor(Image* image, const IntPoint& hotSpot) function in class:WebCore::Cursor
250 Cursor::Cursor(Type type) function in class:WebCore::Cursor
[all...]
H A DCursor.h47 #include <app/Cursor.h>
105 class Cursor { class in namespace:WebCore
154 static const Cursor& fromType(Cursor::Type);
156 Cursor() function in class:WebCore::Cursor
163 Cursor(Image*, const IntPoint& hotSpot);
164 Cursor(const Cursor&);
165 ~Cursor();
166 Cursor
[all...]
H A DHostWindow.h33 class Cursor;
69 virtual void setCursor(const Cursor&) = 0;
/external/webkit/Source/WebCore/platform/wince/
H A DCursorWinCE.cpp21 #include "Cursor.h"
31 Cursor m_cursors[NumCursorTypes];
34 static const Cursor& getCursor(CursorType type)
40 Cursor::Cursor(const Cursor& other) function in class:WebCore::Cursor
45 Cursor::Cursor(Image* img, const IntPoint& hotspot) function in class:WebCore::Cursor
50 Cursor::~Cursor()
60 Cursor::Cursor(PlatformCursor c) function in class:WebCore::Cursor
[all...]
/external/webkit/Source/WebCore/platform/brew/
H A DCursorBrew.cpp30 #include "Cursor.h"
38 Cursor::Cursor(Image*, const IntPoint&) function in class:WebCore::Cursor
43 Cursor::Cursor(const Cursor&) argument
48 Cursor::~Cursor()
53 Cursor& Cursor argument
[all...]
H A DWidgetBrew.cpp29 #include "Cursor.h"
59 void Widget::setCursor(const Cursor& cursor)
/external/webkit/Source/WebCore/platform/haiku/
H A DCursorHaiku.cpp30 #include "Cursor.h"
36 Cursor::Cursor(PlatformCursor cursor) function in class:WebCore::Cursor
41 Cursor::Cursor(const Cursor& other) function in class:WebCore::Cursor
47 Cursor::~Cursor()
52 Cursor::Cursor(Imag function in class:WebCore::Cursor
[all...]
/external/webkit/Source/WebCore/platform/wx/
H A DCursorWx.cpp27 #include "Cursor.h"
36 Cursor::Cursor(const Cursor& other) function in class:WebCore::Cursor
41 Cursor::Cursor(Image* image, const IntPoint&) function in class:WebCore::Cursor
48 Cursor::~Cursor()
52 Cursor& Cursor
58 Cursor::Cursor(wxCursor* c) function in class:WebCore::Cursor
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DCursorAndroid.cpp30 #include "Cursor.h"
36 Cursor::Cursor(Image*, const IntPoint&) function in class:WebCore::Cursor
41 Cursor::Cursor(const Cursor&) argument
46 Cursor::~Cursor()
51 Cursor& Cursor argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
H A DICursorConstants.java14 import org.eclipse.swt.graphics.Cursor;
26 Cursor SIZEWE = new Cursor(null, SWT.CURSOR_SIZEWE);
30 Cursor SIZENS = new Cursor(null, SWT.CURSOR_SIZENS);
38 //Cursor SIZEALL = new Cursor(null, SWT.CURSOR_SIZEALL);
39 Cursor SIZEALL = new Cursor(null, SWT.CURSOR_HAND);
/external/webkit/Source/WebCore/platform/chromium/
H A DCursorChromium.cpp32 #include "Cursor.h"
38 Cursor::Cursor(const Cursor& other) function in class:WebCore::Cursor
43 Cursor::Cursor(Image* image, const IntPoint& hotSpot) function in class:WebCore::Cursor
48 Cursor::~Cursor()
52 Cursor& Cursor
58 Cursor::Cursor(PlatformCursor c) function in class:WebCore::Cursor
[all...]
H A DWidgetChromium.cpp58 void Widget::setCursor(const Cursor& cursor)
/external/webkit/Source/WebCore/platform/efl/
H A DCursorEfl.cpp35 #include "Cursor.h"
46 Cursor::Cursor(PlatformCursor p) function in class:WebCore::Cursor
51 Cursor::Cursor(const Cursor& other) function in class:WebCore::Cursor
56 Cursor::~Cursor()
64 Cursor::Cursor(Imag function in class:WebCore::Cursor
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DCursorMac.mm27 #import "Cursor.h"
76 void Cursor::ensurePlatformCursor() const
82 case Cursor::Pointer:
85 case Cursor::Cross:
88 case Cursor::Hand:
91 case Cursor::IBeam:
94 case Cursor::Wait:
97 case Cursor::Help:
100 case Cursor::Move:
101 case Cursor
[all...]
/external/webkit/Source/WebCore/platform/gtk/
H A DCursorGtk.cpp69 void Cursor::ensurePlatformCursor() const
71 if (m_platformCursor || m_type == Cursor::Pointer)
75 case Cursor::Pointer:
79 case Cursor::Cross:
82 case Cursor::Hand:
85 case Cursor::IBeam:
88 case Cursor::Wait:
91 case Cursor::Help:
94 case Cursor::Move:
95 case Cursor
189 Cursor::Cursor(const Cursor& other) function in class:WebCore::Cursor
[all...]
/external/llvm/include/llvm/Support/
H A DGCOV.h44 GCOVBuffer(MemoryBuffer *B) : Buffer(B), Cursor(0) {}
49 Cursor = 12;
59 Cursor = 0;
66 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4);
72 Cursor += 4;
79 StringRef Tag = Buffer->getBuffer().slice(Cursor, Cursor+4);
85 Cursor += 4;
92 StringRef Tag = Buffer->getBuffer().slice(Cursor, Curso
154 uint64_t Cursor; member in class:llvm::GCOVBuffer
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DCursorWin.cpp28 #include "Cursor.h"
133 void Cursor::ensurePlatformCursor() const
139 case Cursor::Pointer:
140 case Cursor::Cell:
141 case Cursor::ContextMenu:
142 case Cursor::Alias:
143 case Cursor::Copy:
144 case Cursor::None:
145 case Cursor::Grab:
146 case Cursor
266 Cursor::Cursor(const Cursor& other) function in class:WebCore::Cursor
[all...]
H A DWidgetWin.cpp30 #include "Cursor.h"
64 void Widget::setCursor(const Cursor& cursor)
/external/llvm/lib/CodeGen/
H A DInterferenceCache.h48 /// RefCount - The total number of Cursor instances referring to this Entry.
160 /// Cursor - The primary query interface for the block interference cache.
161 class Cursor { class in class:llvm::InterferenceCache
178 /// Cursor - Create a dangling cursor.
179 Cursor() : CacheEntry(0), Current(0) {} function in class:llvm::InterferenceCache::Cursor
180 ~Cursor() { setEntry(0); }
182 Cursor(const Cursor &O) : CacheEntry(0), Current(0) { function in class:llvm::InterferenceCache::Cursor
186 Cursor &operator=(const Cursor
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebCursorInfo.cpp34 #include "Cursor.h"
40 WebCursorInfo::WebCursorInfo(const Cursor& cursor)
/external/webkit/Source/WebCore/platform/qt/
H A DCursorQt.cpp33 #include "Cursor.h"
47 Cursor::Cursor(const Cursor& other) function in class:WebCore::Cursor
57 Cursor::~Cursor()
64 Cursor& Cursor::operator=(const Cursor& other)
83 void Cursor
[all...]
/external/proguard/src/proguard/gui/
H A DProGuardRunnable.java65 consoleTextArea.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
126 consoleTextArea.setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
H A DReTraceRunnable.java68 consoleTextArea.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
131 consoleTextArea.setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
/external/clang/bindings/python/tests/cindex/
H A Dutil.py3 from clang.cindex import Cursor namespace
38 TranslationUnit or Cursor instance.
43 if isinstance(source, Cursor):
65 TranslationUnit or Cursor instance.
71 if isinstance(source, Cursor):
/external/webkit/Source/WebCore/storage/
H A DIDBCursorBackendImpl.h51 static PassRefPtr<IDBCursorBackendImpl> create(PassRefPtr<IDBBackingStore::Cursor> cursor, IDBCursor::Direction direction, CursorType cursorType, IDBTransactionBackendInterface* transaction, IDBObjectStoreBackendInterface* objectStore)
66 IDBCursorBackendImpl(PassRefPtr<IDBBackingStore::Cursor>, IDBCursor::Direction, CursorType, IDBTransactionBackendInterface*, IDBObjectStoreBackendInterface*);
70 RefPtr<IDBBackingStore::Cursor> m_cursor;

Completed in 1450 milliseconds

123456