Searched defs:cursor (Results 1 - 25 of 142) sorted by relevance

123456

/external/webkit/Source/WebKit/chromium/src/
H A DWebCursorInfo.cpp40 WebCursorInfo::WebCursorInfo(const Cursor& cursor) argument
42 type = static_cast<Type>(cursor.impl().type());
43 hotSpot = cursor.impl().hotSpot();
44 customImage = cursor.impl().customImage();
H A DWebIDBCallbacksImpl.cpp62 void WebIDBCallbacksImpl::onSuccess(WebIDBCursor* cursor) argument
64 m_callbacks->onSuccess(IDBCursorBackendProxy::create(cursor));
/external/harfbuzz/src/
H A Dharfbuzz-stream.h40 HB_Byte* cursor; member in struct:HB_StreamRec_
/external/apache-http/src/org/apache/http/impl/cookie/
H A DNetscapeDraftHeaderParser.java60 final ParserCursor cursor) throws ParseException {
64 if (cursor == null) {
65 throw new IllegalArgumentException("Parser cursor may not be null");
67 NameValuePair nvp = this.nvpParser.parseNameValuePair(buffer, cursor, DELIMITERS);
69 while (!cursor.atEnd()) {
70 NameValuePair param = this.nvpParser.parseNameValuePair(buffer, cursor, DELIMITERS);
58 parseHeader( final CharArrayBuffer buffer, final ParserCursor cursor) argument
/external/apache-http/src/org/apache/http/message/
H A DHeaderValueParser.java84 * @param cursor the parser cursor containing the current position and
93 ParserCursor cursor) throws ParseException;
101 * @param cursor the parser cursor containing the current position and
110 ParserCursor cursor) throws ParseException;
187 * @param cursor the parser cursor containing the current position and
196 ParserCursor cursor) throws ParseException;
203 * @param cursor th
91 parseElements( CharArrayBuffer buffer, ParserCursor cursor) argument
108 parseHeaderElement( CharArrayBuffer buffer, ParserCursor cursor) argument
194 parseParameters( CharArrayBuffer buffer, ParserCursor cursor) argument
209 parseNameValuePair( CharArrayBuffer buffer, ParserCursor cursor) argument
[all...]
H A DLineParser.java68 * @param cursor the parser cursor containing the current position and
77 ParserCursor cursor) throws ParseException;
90 * @param cursor the cursor at which to check for a protocol version, or
101 ParserCursor cursor);
108 * @param cursor the parser cursor containing the current position and
117 ParserCursor cursor) throws ParseException;
124 * @param cursor th
75 parseProtocolVersion( CharArrayBuffer buffer, ParserCursor cursor) argument
99 hasProtocolVersion( CharArrayBuffer buffer, ParserCursor cursor) argument
115 parseRequestLine( CharArrayBuffer buffer, ParserCursor cursor) argument
131 parseStatusLine( CharArrayBuffer buffer, ParserCursor cursor) argument
[all...]
H A DBasicHeaderElementIterator.java58 private ParserCursor cursor = null; field in class:BasicHeaderElementIterator
83 this.cursor = null;
89 this.cursor = new ParserCursor(0, this.buffer.length());
90 this.cursor.updatePos(((FormattedHeader) h).getValuePos());
97 this.cursor = new ParserCursor(0, this.buffer.length());
106 while (this.headerIt.hasNext() || this.cursor != null) {
107 if (this.cursor == null || this.cursor.atEnd()) {
112 if (this.cursor != null) {
114 while (!this.cursor
[all...]
H A DBasicHeaderValueParser.java107 ParserCursor cursor = new ParserCursor(0, value.length());
108 return parser.parseElements(buffer, cursor);
114 final ParserCursor cursor) {
119 if (cursor == null) {
120 throw new IllegalArgumentException("Parser cursor may not be null");
124 while (!cursor.atEnd()) {
125 HeaderElement element = parseHeaderElement(buffer, cursor);
158 ParserCursor cursor = new ParserCursor(0, value.length());
159 return parser.parseHeaderElement(buffer, cursor);
165 final ParserCursor cursor) {
113 parseElements(final CharArrayBuffer buffer, final ParserCursor cursor) argument
164 parseHeaderElement(final CharArrayBuffer buffer, final ParserCursor cursor) argument
230 parseParameters(final CharArrayBuffer buffer, final ParserCursor cursor) argument
299 parseNameValuePair(final CharArrayBuffer buffer, final ParserCursor cursor) argument
315 parseNameValuePair(final CharArrayBuffer buffer, final ParserCursor cursor, final char[] delimiters) argument
[all...]
H A DBasicLineParser.java122 ParserCursor cursor = new ParserCursor(0, value.length());
123 return parser.parseProtocolVersion(buffer, cursor);
129 final ParserCursor cursor)
135 if (cursor == null) {
136 throw new IllegalArgumentException("Parser cursor may not be null");
142 int indexFrom = cursor.getPos();
143 int indexTo = cursor.getUpperBound();
145 skipWhitespace(buffer, cursor);
147 int i = cursor.getPos();
201 cursor
128 parseProtocolVersion(final CharArrayBuffer buffer, final ParserCursor cursor) argument
224 hasProtocolVersion(final CharArrayBuffer buffer, final ParserCursor cursor) argument
301 parseRequestLine(final CharArrayBuffer buffer, final ParserCursor cursor) argument
393 parseStatusLine(final CharArrayBuffer buffer, final ParserCursor cursor) argument
494 skipWhitespace(final CharArrayBuffer buffer, final ParserCursor cursor) argument
[all...]
/external/clang/tools/libclang/
H A DCXCursor.h64 /// \brief Unpack an ObjCSuperClassRef cursor into the interface it references
74 /// \brief Unpack an ObjCProtocolRef cursor into the protocol it references
84 /// \brief Unpack an ObjCClassRef cursor into the class it references
93 /// \brief Unpack a TypeRef cursor into the class it references
101 /// \brief Unpack a TemplateRef cursor into the template it references and
110 /// \brief Unpack a NamespaceRef cursor into the namespace or namespace alias
118 /// \brief Unpack a MemberRef cursor into the field it references and the
122 /// \brief Create a CXX base specifier cursor.
126 /// \brief Unpack a CXXBaseSpecifier cursor into a CXXBaseSpecifier.
129 /// \brief Create a preprocessing directive cursor
205 getSelectorIdentifierIndex(CXCursor cursor) argument
208 getSelectorIdentifierLoc(CXCursor cursor) argument
214 getTypeRefedCallExprCursor(CXCursor cursor) argument
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_amigamouse.c30 /* The implementation dependent data for the window manager cursor */
34 void amiga_FreeWMCursor(_THIS, WMcursor *cursor) argument
41 return (WMcursor *)1; // Amiga has an Hardware cursor, so it's ok to return something unuseful but true
44 int amiga_ShowWMCursor(_THIS, WMcursor *cursor) argument
51 /* Set the Amiga prefs cursor cursor, or blank if cursor is NULL */
55 if ( cursor == NULL ) {
57 // Hide cursor HERE
61 // Show cursor
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
H A DSDL_nxmouse.c32 // The implementation dependent data for the window manager cursor
40 WMcursor * cursor ; local
44 cursor = (WMcursor *) SDL_malloc (sizeof (WMcursor)) ;
45 if (cursor == NULL) {
51 return cursor ;
54 void NX_FreeWMCursor (_THIS, WMcursor * cursor) argument
57 SDL_free (cursor) ;
75 int NX_ShowWMCursor (_THIS, WMcursor * cursor) argument
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
H A DSDL_sysmouse.cc30 /* The implementation dependent data for the window manager cursor */
42 int QT_ShowWMCursor(_THIS, WMcursor *cursor) argument
47 void QT_FreeWMCursor(_THIS, WMcursor *cursor) argument
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
H A DSDL_vglmouse.c30 /* The implementation dependent data for the window manager cursor */
36 void VGL_FreeWMCursor(_THIS, WMcursor *cursor) argument
47 int VGL_ShowWMCursor(_THIS, WMcursor *cursor) argument
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A Dregress-192465.js112 var cursor = head;
116 cursor.next = {};
117 cursor = cursor.next;
120 cursor.toSource = function()
/external/webkit/Source/WebCore/platform/qt/
H A DQWebPageClient.h69 if (!cursor().bitmap() && cursor().shape() == m_lastCursor.shape())
74 inline void setCursor(const QCursor& cursor) argument
76 m_lastCursor = cursor;
77 if (!cursor.bitmap() && cursor.shape() == this->cursor().shape())
79 updateCursor(cursor);
100 virtual QCursor cursor() const = 0;
101 virtual void updateCursor(const QCursor& cursor)
[all...]
/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) argument
53 return adoptRef(new IDBCursorBackendImpl(cursor, direction, cursorType, transaction, objectStore));
/external/freetype/src/base/
H A Dftstream.c42 stream->cursor = 0;
203 *pbytes = (FT_Byte*)stream->cursor;
206 stream->cursor = 0;
242 FT_ASSERT( stream && stream->cursor == 0 );
282 stream->cursor = stream->base;
283 stream->limit = stream->cursor + count;
300 /* set cursor */
301 stream->cursor = stream->base + stream->pos;
302 stream->limit = stream->cursor + count;
314 /* IMPORTANT: The assertion stream->cursor !
728 FT_Byte* cursor; local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemmouse.c45 void GEM_FreeWMCursor(_THIS, WMcursor *cursor) argument
48 printf("sdl:video:gem: free cursor\n");
51 if (cursor == NULL)
56 if (cursor->mform_p != NULL)
57 SDL_free(cursor->mform_p);
59 SDL_free(cursor);
65 WMcursor *cursor; local
72 printf("sdl:video:gem: create cursor\n");
82 /* Allocate the cursor memory */
83 cursor
140 GEM_ShowWMCursor(_THIS, WMcursor *cursor) argument
[all...]
/external/webkit/Source/WebCore/platform/brew/
H A DWidgetBrew.cpp59 void Widget::setCursor(const Cursor& cursor) argument
/external/webkit/Source/WebCore/platform/chromium/
H A DWidgetChromium.cpp58 void Widget::setCursor(const Cursor& cursor) argument
62 view->hostWindow()->setCursor(cursor);
/external/webkit/Source/WebCore/platform/win/
H A DWidgetWin.cpp64 void Widget::setCursor(const Cursor& cursor) argument
76 view->hostWindow()->setCursor(cursor);
/external/webkit/Source/WebCore/platform/wx/
H A DWidgetWx.cpp57 void Widget::setCursor(const Cursor& cursor) argument
62 view->hostWindow()->setCursor(cursor);
/external/antlr/src/org/antlr/runtime/tree/
H A DRewriteRuleElementStream.java39 * break the cursor tracking I believe.
47 /** Cursor 0..n-1. If singleElement!=null, cursor is 0 until you next(),
50 protected int cursor = 0; field in class:RewriteRuleElementStream
107 cursor = 0;
138 if ( dirty || (cursor>=n && n==1) ) {
159 if ( cursor>= n) { // out of elements?
168 cursor++; // move cursor even for single element list
172 Object o = toTree(elements.get(cursor));
173 cursor
[all...]
/external/chromium/webkit/glue/
H A Dwebcursor_gtk.cc22 // It attempts to create a custom cursor from the data inlined in
26 GdkCursor* cursor = CustomCursorsGdk[type]; local
27 if (cursor)
28 return cursor;
30 cursor = gdk_cursor_new_from_name(gdk_display_get_default(), custom.name);
31 if (!cursor) {
38 cursor = gdk_cursor_new_from_pixmap(source, mask, &fg, &bg,
43 CustomCursorsGdk[type] = cursor;
44 return cursor;
48 // use a custom cursor
52 static GdkCursor* cursor = NULL; local
201 GdkCursor* cursor = gdk_cursor_new_from_pixbuf(gdk_display_get_default(), local
[all...]

Completed in 1941 milliseconds

123456