Searched refs:cursor (Results 251 - 275 of 1010) sorted by relevance

<<11121314151617181920>>

/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_results.css13 cursor: text;
43 cursor: pointer;
/external/chromium-trace/trace-viewer/src/ui/
H A Ddrag_handle.css19 cursor: ns-resize;
32 cursor: ew-resize;
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_win.h25 // exists, the position of the taskbar, and the mouse cursor. Returns the
30 const gfx::Point& cursor,
/external/chromium_org/content/renderer/pepper/
H A Dfullscreen_container.h33 // Notifies the container that the mouse cursor has changed.
34 virtual void DidChangeCursor(const blink::WebCursorInfo& cursor) = 0;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunirepl.h48 * output text of this object. Update the 'cursor' parameter to
49 * give the cursor position and return the length of the
56 * @param cursor output parameter for the cursor position.
67 int32_t& cursor) = 0;
/external/chromium_org/ui/base/cursor/
H A Dcursors_aura.h8 #include "ui/base/cursor/cursor.h"
21 // Returns data about |id|, where id is a cursor constant like
38 // Returns the cursor bitmap for |cursor|. Returns false if |cursor| is invalid.
39 // The cursor hot point location is set in |point|.
41 GetCursorBitmap(const Cursor& cursor, SkBitmap* bitmap, gfx::Point* point);
H A Dimage_cursors.h10 #include "ui/base/cursor/cursor.h"
26 // Returns the scale and rotation of the currently loaded cursor.
31 // size of the image to load. Returns true if the cursor image is reloaded.
34 // Sets the type of the mouse cursor icon.
37 // Sets the platform cursor based on the native type of |cursor|.
38 void SetPlatformCursor(gfx::NativeCursor* cursor);
41 // Reloads the all loaded cursors in the cursor loader.
/external/clang/test/Analysis/inlining/
H A Dinline-defensive-checks.c107 char *cursor = value + 5; local
108 idcchar(cursor);
109 if (*cursor) {
110 cursor++;
/external/icu/icu4c/source/i18n/unicode/
H A Dunirepl.h48 * output text of this object. Update the 'cursor' parameter to
49 * give the cursor position and return the length of the
56 * @param cursor output parameter for the cursor position.
67 int32_t& cursor) = 0;
/external/libunwind/src/hppa/
H A DGget_save_loc.c29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
31 /* struct cursor *c = (struct cursor *) cursor; */
/external/libunwind/src/mi/
H A DGget_proc_name.c99 unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len, argument
102 struct cursor *c = (struct cursor *) cursor;
/external/libunwind/src/unwind/
H A DBacktrace.c46 if (unw_step (&context.cursor) <= 0)
/external/apache-http/src/org/apache/http/message/
H A DBufferedHeader.java114 ParserCursor cursor = new ParserCursor(0, this.buffer.length());
115 cursor.updatePos(this.valuePos);
117 .parseElements(this.buffer, cursor);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspace_used.tcl54 set cursor [btree_cursor $DB $rootpage 0]
55 set go [btree_first $cursor]
61 set payload [btree_payload_size $cursor]
63 set stat [btree_cursor_dump $cursor]
72 set go [btree_next $cursor]
74 btree_close_cursor $cursor
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop.h11 #include "ui/base/cursor/cursor.h"
47 gfx::NativeCursor cursor) OVERRIDE;
48 virtual void UpdateCursor(gfx::NativeCursor cursor) OVERRIDE;
52 // Grabs the pointer, setting the mouse cursor to |cursor|. Returns true if
54 bool GrabPointer(gfx::NativeCursor cursor);
H A Ddesktop_native_cursor_manager.cc9 #include "ui/base/cursor/cursor_loader.h"
26 gfx::NativeCursor cursor(type);
27 cursor_loader_->SetPlatformCursor(&cursor);
28 return cursor;
53 gfx::NativeCursor cursor,
55 gfx::NativeCursor new_cursor = cursor;
52 SetCursor( gfx::NativeCursor cursor, wm::NativeCursorManagerDelegate* delegate) argument
/external/libunwind/src/x86_64/
H A DGos-freebsd.c37 unw_is_signal_frame (unw_cursor_t *cursor) argument
40 struct cursor *c = (struct cursor *) cursor;
91 unw_handle_signal_frame (unw_cursor_t *cursor) argument
93 struct cursor *c = (struct cursor *) cursor;
188 x86_64_sigreturn (unw_cursor_t *cursor) argument
190 struct cursor *
[all...]
H A Dunwind_i.h80 extern int x86_64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor,
85 extern dwarf_loc_t x86_64_scratch_loc (struct cursor *c, unw_regnum_t reg);
89 extern NORETURN void x86_64_sigreturn (unw_cursor_t *cursor);
/external/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java84 SettingsCursor cursor = new SettingsCursor(dummyColumns);
85 cursor.putSettings(Environment.getExternalStorageDirectory() + "/svox/");
86 return cursor;
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc529 const char *cursor; local
531 if (!reader.ReadLine(&cursor, &eol)) { // EOF or malformed line.
543 cursor = GetHex(cursor, eol, &start_address);
544 if (cursor == eol || *cursor != '-') {
547 ++cursor; // Skip '-'.
551 cursor = GetHex(cursor, eol, &end_address);
552 if (cursor
[all...]
/external/libunwind/src/ia64/
H A DGresume.c34 local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) argument
39 struct cursor *c = (struct cursor *) cursor;
159 struct cursor *c = (struct cursor *) cursor;
167 ia64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) argument
169 return local_resume (as, cursor, arg);
177 remote_install_cursor (struct cursor *
263 unw_resume(unw_cursor_t *cursor) argument
[all...]
/external/oprofile/libpopt/
H A Dpopthelp.c581 * @param cursor current display position
585 static size_t singleOptionUsage(FILE * fp, size_t cursor, argument
610 if (len == 4) return cursor;
631 if ((cursor + len) > 79) {
633 cursor = 7;
650 return cursor + len + 1;
656 * @param cursor current display position
661 static size_t itemUsage(FILE * fp, size_t cursor, argument
678 cursor = singleOptionUsage(fp, cursor, op
705 singleTableUsage(poptContext con, FILE * fp, size_t cursor, const struct poptOption * opt, const char * translation_domain, poptDone done) argument
788 size_t cursor; local
[all...]
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.c86 table->cursor = 0;
186 if ( table->cursor + length > table->capacity )
197 while ( new_size < table->cursor + length )
214 table->elements[idx] = table->block + table->cursor;
216 FT_MEM_COPY( table->block + table->cursor, object, length );
218 table->cursor += length;
230 /* cursor). */
247 /* should never fail, because rec.cursor <= rec.size */
251 if ( FT_ALLOC( table->block, table->cursor ) )
253 FT_MEM_COPY( table->block, old_base, table->cursor );
[all...]
/external/freetype/src/psaux/
H A Dpsobjs.c86 table->cursor = 0;
186 if ( table->cursor + length > table->capacity )
197 while ( new_size < table->cursor + length )
214 table->elements[idx] = table->block + table->cursor;
216 FT_MEM_COPY( table->block + table->cursor, object, length );
218 table->cursor += length;
230 /* cursor). */
247 /* should never fail, because rec.cursor <= rec.size */
251 if ( FT_ALLOC( table->block, table->cursor ) )
253 FT_MEM_COPY( table->block, old_base, table->cursor );
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.c86 table->cursor = 0;
186 if ( table->cursor + length > table->capacity )
197 while ( new_size < table->cursor + length )
214 table->elements[idx] = table->block + table->cursor;
216 FT_MEM_COPY( table->block + table->cursor, object, length );
218 table->cursor += length;
230 /* cursor). */
247 /* should never fail, because rec.cursor <= rec.size */
251 if ( FT_ALLOC( table->block, table->cursor ) )
253 FT_MEM_COPY( table->block, old_base, table->cursor );
[all...]

Completed in 493 milliseconds

<<11121314151617181920>>