Home
last modified time | relevance | path

Searched refs:cursors (Results 1 – 25 of 41) sorted by relevance

12

/external/chromium_org/webkit/common/
Dwebkit_common.gyp37 '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 …]
Dwebkit_common.target.linux-mips.mk30 webkit/common/cursors/webcursor.cc \
31 webkit/common/cursors/webcursor_android.cc \
Dwebkit_common.target.linux-x86.mk30 webkit/common/cursors/webcursor.cc \
31 webkit/common/cursors/webcursor_android.cc \
Dwebkit_common.target.darwin-mips.mk30 webkit/common/cursors/webcursor.cc \
31 webkit/common/cursors/webcursor_android.cc \
Dwebkit_common.target.darwin-x86.mk30 webkit/common/cursors/webcursor.cc \
31 webkit/common/cursors/webcursor_android.cc \
Dwebkit_common.target.darwin-arm.mk30 webkit/common/cursors/webcursor.cc \
31 webkit/common/cursors/webcursor_android.cc \
Dwebkit_common.target.linux-arm.mk30 webkit/common/cursors/webcursor.cc \
31 webkit/common/cursors/webcursor_android.cc \
/external/clang/bindings/python/tests/cindex/
Dutil.py69 cursors = []
79 cursors.append(cursor)
82 cursors.extend(get_cursors(cursor, spelling))
84 return cursors
Dtest_cursor.py79 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/
Dcursors_aura.cc30 const CursorData* cursors; member
189 SearchTable(cursor_set->cursors, in GetCursorDataFor()
198 return SearchTable(cursor_set->cursors, in GetCursorDataFor()
/external/chromium_org/ppapi/api/
Dppb_mouse_cursor.idl79 * 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/
Dschema2.test263 # 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
Dschema.test262 # 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
Dfts2r.test11 # These tests exercise the various types of fts2 cursors.
Dfts3e.test11 # These tests exercise the various types of fts3 cursors.
Dshared2.test27 # cursors are correctly invalidated. Test on both table and index btrees.
Dioerr5.test97 # PAGER_ERROR state. If there are no other read-only cursors open,
/external/chromium_org/webkit/common/cursors/
Dwebcursor_mac.mm5 #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/
Dbrowser_actions_container_view.mm87 // cursors while the user is dragging. The cursor should be grippy until
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dbrowser_actions_container_view.mm86 // cursors while the user is dragging. The cursor should be grippy until
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResourceLoader.cpp155 if (CursorList* cursorList = style->cursors()) { in loadPendingImages()
/external/clang/docs/
DTooling.rst82 * want high level abstractions like cursors and code completion out of the box
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2064 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/
Drtree8.test22 # an r-tree table while there exist open cursors on it.
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzWM.m56 …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