Searched refs:cursors (Results 1 – 25 of 41) sorted by relevance
12
/external/chromium_org/webkit/common/ |
D | webkit_common.gyp | 37 'cursors/webcursor.cc', 38 'cursors/webcursor.h', 39 'cursors/webcursor_android.cc', 40 'cursors/webcursor_aura.cc', 41 'cursors/webcursor_aurawin.cc', 42 'cursors/webcursor_aurax11.cc', 43 'cursors/webcursor_gtk.cc', 44 'cursors/webcursor_gtk_data.h', 45 'cursors/webcursor_mac.mm', 46 'cursors/webcursor_null.cc', [all …]
|
D | webkit_common.target.linux-mips.mk | 30 webkit/common/cursors/webcursor.cc \ 31 webkit/common/cursors/webcursor_android.cc \
|
D | webkit_common.target.linux-x86.mk | 30 webkit/common/cursors/webcursor.cc \ 31 webkit/common/cursors/webcursor_android.cc \
|
D | webkit_common.target.darwin-mips.mk | 30 webkit/common/cursors/webcursor.cc \ 31 webkit/common/cursors/webcursor_android.cc \
|
D | webkit_common.target.darwin-x86.mk | 30 webkit/common/cursors/webcursor.cc \ 31 webkit/common/cursors/webcursor_android.cc \
|
D | webkit_common.target.darwin-arm.mk | 30 webkit/common/cursors/webcursor.cc \ 31 webkit/common/cursors/webcursor_android.cc \
|
D | webkit_common.target.linux-arm.mk | 30 webkit/common/cursors/webcursor.cc \ 31 webkit/common/cursors/webcursor_android.cc \
|
/external/clang/bindings/python/tests/cindex/ |
D | util.py | 69 cursors = [] 79 cursors.append(cursor) 82 cursors.extend(get_cursors(cursor, spelling)) 84 return cursors
|
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
|
/external/chromium_org/ui/base/cursor/ |
D | cursors_aura.cc | 30 const CursorData* cursors; member 189 SearchTable(cursor_set->cursors, in GetCursorDataFor() 198 return SearchTable(cursor_set->cursors, in GetCursorDataFor()
|
/external/chromium_org/ppapi/api/ |
D | ppb_mouse_cursor.idl | 79 * This function allows setting both system defined mouse cursors and 80 * custom cursors. To set a system-defined cursor, pass the type you want
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | schema2.test | 263 # btree cursors open on the same database file it does not corrupt 267 # cursors no longer block CREATE TABLE. But there is no reason not
|
D | schema.test | 262 # btree cursors open on the same database file it does not corrupt 266 # cursors no longer block CREATE TABLE. But there is no reason not
|
D | fts2r.test | 11 # These tests exercise the various types of fts2 cursors.
|
D | fts3e.test | 11 # These tests exercise the various types of fts3 cursors.
|
D | shared2.test | 27 # cursors are correctly invalidated. Test on both table and index btrees.
|
D | ioerr5.test | 97 # PAGER_ERROR state. If there are no other read-only cursors open,
|
/external/chromium_org/webkit/common/cursors/ |
D | webcursor_mac.mm | 5 #include "webkit/common/cursors/webcursor.h" 179 // cursors to appear in high resolution on retina displays. Note that the
|
/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/chromium_org/chrome/browser/ui/cocoa/extensions/ |
D | browser_actions_container_view.mm | 86 // cursors while the user is dragging. The cursor should be grippy until
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResourceLoader.cpp | 155 if (CursorList* cursorList = style->cursors()) { in loadPendingImages()
|
/external/clang/docs/ |
D | Tooling.rst | 82 * want high level abstractions like cursors and code completion out of the box
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderObject.cpp | 2064 ASSERT(a->cursors() != b->cursors()); in areNonIdenticalCursorListsEqual() 2065 return a->cursors() && b->cursors() && *a->cursors() == *b->cursors(); in areNonIdenticalCursorListsEqual() 2070 …return a->cursor() == b->cursor() && (a->cursors() == b->cursors() || areNonIdenticalCursorListsEq… in areCursorsEqual()
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
D | rtree8.test | 22 # an r-tree table while there exist open cursors on it.
|
/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 */
|
12