/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1307 CXCursor *cursors = 0; in perform_token_annotation() local 1359 cursors = (CXCursor *)malloc(num_tokens * sizeof(CXCursor)); in perform_token_annotation() 1360 clang_annotateTokens(TU, tokens, num_tokens, cursors); in perform_token_annotation() 1380 if (!clang_isInvalid(cursors[i].kind)) { in perform_token_annotation() 1382 PrintCursor(TU, cursors[i]); in perform_token_annotation() 1386 free(cursors); in perform_token_annotation()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.cpp | 1746 ASSERT(a->cursors() != b->cursors()); in areNonIdenticalCursorListsEqual() 1747 return a->cursors() && b->cursors() && *a->cursors() == *b->cursors(); in areNonIdenticalCursorListsEqual() 1752 …return a->cursor() == b->cursor() && (a->cursors() == b->cursors() || areNonIdenticalCursorListsEq… in areCursorsEqual()
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | browser_actions_container_view.mm | 87 // cursors while the user is dragging. The cursor should be grippy until
|
/external/webkit/Source/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 1092 CursorList* cursors = style->cursors(); in getPropertyCSSValue() local 1093 if (cursors && cursors->size() > 0) { in getPropertyCSSValue() 1095 for (unsigned i = 0; i < cursors->size(); ++i) in getPropertyCSSValue() 1096 if (StyleImage* image = cursors->at(i).image()) in getPropertyCSSValue()
|
D | CSSStyleSelector.cpp | 3834 m_style->setCursorList(m_parentStyle->cursors()); in applyProperty() 7521 if (CursorList* cursorList = m_style->cursors()) { in loadPendingImages()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | CursorMac.mm | 55 // Leak these cursors intentionally, that way we won't waste time trying to clean them
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.cpp | 1182 if (style && style->cursors()) { in selectCursor() 1183 const CursorList* cursors = style->cursors(); in selectCursor() local 1184 for (unsigned i = 0; i < cursors->size(); ++i) { in selectCursor() 1186 StyleImage* image = (*cursors)[i].image(); in selectCursor() 1191 IntPoint hotSpot = (*cursors)[i].hotSpot(); in selectCursor()
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzWM.m | 55 …to all black pixels because the inversion effect doesn't work with Cocoa's alpha-blended cursors */ 65 if (system_version < 0x1030) { /* on 10.2, cursors must be 16*16 */
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.h | 634 CursorList* cursors() const { return rareInheritedData->cursorData.get(); } in cursors() function
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 4451 CXToken *tokens, CXCursor *cursors, unsigned numTokens, in AnnotateTokensWorker() argument 4453 : Annotated(annotated), Tokens(tokens), Cursors(cursors), in AnnotateTokensWorker()
|
/external/webkit/Source/WebKit/gtk/ |
D | NEWS | 591 - Image cursors support has been added.
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 5234 ** following structure to describe cursors that point into the 7748 int nCsr; /* Number of cursors required */ 10068 #define WHERE_OMIT_OPEN 0x0010 /* Table cursors are already open */ 10069 #define WHERE_OMIT_CLOSE 0x0020 /* Omit close of table & index cursors */ 10296 int nTab; /* Number of previously allocated VDBE cursors */ 12027 KeyInfo *pKeyInfo; /* Info about index keys needed by index cursors */ 12083 VdbeCursor **apCsr; /* Array of Vdbe cursors for parent frame */ 12087 int nChildCsr; /* Number of cursors for child frame */ 44706 ** The pBt pointer itself may not be changed while there exists cursors 44708 ** cursors have to do go through this Btree to find their BtShared and [all …]
|
D | sqlite3.h.orig | 4691 ** following structure to describe cursors that point into the
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 1775 <rdar://problem/2942589>: CSS cursors are not implemented 1802 (+[NSCursor _WebCore_cursorWithName:hotSpot:]): new, loads and caches cursors 11102 * khtml/rendering/render_frames.cpp: (RenderFrameSet::userResize): Use KCursor cursors 11103 instead of Qt cursors. 11105 * kwq/KWQNamespace.h: Remove Qt cursors. 11106 * kwq/KWQCursor.mm: Remove Qt cursors.
|
D | ChangeLog-2007-10-14 | 7539 <rdar://problem/5224996> Add zoom in and zoom out cursors 7542 based cursors, such as the vertical text and zooming cursors. 7754 Patch from Mike Fenton to allow custom cursors. 24336 Mouse cursors don't work with windowless plugins 36623 Install the zoom cursors. 36701 Add -webkit-zoom-in and -webkit-zoom-out cursors. 41863 Bug 13477: Help and context menu cursors need dropshadows. 48008 * manual-tests/custom-cursors.html: 55449 Prettier and more distinct cursors
|
D | ChangeLog-2006-12-31 | 9399 new cursors. 11700 [CSS 3] support for vertical-text, cell and context-menu cursors 21953 Make north and east resize cursors use correct image 27869 WebKit does not handle fallback custom cursors 27915 (WebCore::RenderStyle::cursors): 42289 * manual-tests/custom-cursors.html: Added a test for this issue. 52782 REGRESSION: missing or broken CSS custom cursors are displayed as 52787 * manual-tests/custom-cursors.html: Added.
|
D | ChangeLog-2006-05-10 | 16452 Stub out methods for selection and cursors. 20737 want to use resize cursors for frames again, but it was mostly disabled anyway and 20738 it's not clear which cursors to use.
|
D | ChangeLog | 10506 [RTL] Arabic/AB - after typing a date, cursors doesn't go back 54389 IndexedDB: Move SQL code, especially for cursors, to IDBBackingStore 55132 store entry. For index.openCursor cursors, the key attribute will be the key 59813 WebKit2: Image-based cursors do not work 61314 Test: svg/css/multiple-cursors-crash.html
|
D | ChangeLog-2010-05-24 | 4783 (WebCore::InheritedFlags::cursors): 22982 [Haiku] Use all the new system cursors available in recent Haiku revisions. 23029 - Use the new system cursors. 24079 https://bugs.webkit.org/show_bug.cgi?id=37353, clean up cursors used by RenderStyles.
|
D | ChangeLog-2008-08-10 | 25220 Add the remaining cursors that defaulted to PointerCursor 26475 Implement NoDrop, ZoomIn, and ZoomOut cursors 36090 (WebCore::Cursor::Cursor): Set the 1-bit mask for full-alpha cursors 50268 SVG cursors are not well-integrated within the CSS(3) cursor support in WebCore. 50285 Added manual test case: manual-tests/svg-cursor-changes.svg (no support for cursors in DRT) 66679 Implement additional mouse cursors for Gtk
|
D | ChangeLog-2005-12-19 | 1817 add support for CSS "custom cursors" (cursor images) 1832 Includes new logic to handle image cursors.
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog | 11920 WebKit2: Image-based cursors do not work 11932 and decoder to handle image-based cursors, using the new encodeImage
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 10998 <rdar://problem/5224996> Add zoom in and zoom out cursors 11000 Add images for vertical text and zoom in and out cursors to WebKit resources.
|
D | ChangeLog | 6309 we should show the custom cursors during drag and drop. However, this is
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 2282 add support for CSS "custom cursors" (cursor images) 8158 …pdate _initWithCGSEvent:eventRef: call in mouse moved workaround (breaks cursors in Carbon WebKit …
|