/external/clang/bindings/python/tests/cindex/ |
D | test_cursor.py | 79 cursors = list(tu.cursor.get_children()) 80 assert len(cursors) > 0 82 cursor = cursors[0] 97 cursors = [] 100 cursors.append(cursor) 102 assert len(cursors) == 3 103 assert cursors[1].canonical == cursors[2].canonical
|
D | util.py | 69 cursors = [] 79 cursors.append(cursor) 82 cursors.extend(get_cursors(cursor, spelling)) 84 return cursors
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.cpp | 1752 ASSERT(a->cursors() != b->cursors()); in areNonIdenticalCursorListsEqual() 1753 return a->cursors() && b->cursors() && *a->cursors() == *b->cursors(); in areNonIdenticalCursorListsEqual() 1758 …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 | 1080 CursorList* cursors = style->cursors(); in getPropertyCSSValue() local 1081 if (cursors && cursors->size() > 0) { in getPropertyCSSValue() 1083 for (unsigned i = 0; i < cursors->size(); ++i) in getPropertyCSSValue() 1084 if (StyleImage* image = cursors->at(i).image()) in getPropertyCSSValue()
|
D | CSSStyleSelector.cpp | 3838 m_style->setCursorList(m_parentStyle->cursors()); in applyProperty() 7398 if (CursorList* cursorList = m_style->cursors()) { in loadPendingImages()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 2615 CXCursor *cursors = 0; in perform_token_annotation() local 2696 cursors = (CXCursor *)malloc(num_tokens * sizeof(CXCursor)); in perform_token_annotation() 2697 clang_annotateTokens(TU, tokens, num_tokens, cursors); in perform_token_annotation() 2724 if (!clang_isInvalid(cursors[i].kind)) { in perform_token_annotation() 2726 PrintCursor(cursors[i], NULL); in perform_token_annotation() 2730 free(cursors); in perform_token_annotation()
|
/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.15/src/video/quartz/ |
D | SDL_QuartzWM.m | 56 …to all black pixels because the inversion effect doesn't work with Cocoa's alpha-blended cursors */ 66 if (system_version < 0x1030) { /* on 10.2, cursors must be 16*16 */
|
/external/qemu/distrib/sdl-1.2.15/ |
D | WhatsNew | 460 SDL_CreateColorCursor() has been removed. Color cursors should
|
/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 | 4876 CXToken *tokens, CXCursor *cursors, unsigned numTokens, in AnnotateTokensWorker() argument 4878 : Annotated(annotated), Tokens(tokens), Cursors(cursors), in AnnotateTokensWorker()
|
/external/webkit/Source/WebKit/gtk/ |
D | NEWS | 591 - Image cursors support has been added.
|
/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
|