HomeSort by relevance Sort by last modified time
    Searched full:cursor_offset (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/ui/base/dragdrop/
drag_utils_aura.cc 17 const gfx::Vector2d& cursor_offset,
20 data_object->provider().SetDragImage(image, cursor_offset);
drag_utils_mac.mm 12 const gfx::Vector2d& cursor_offset,
18 const gfx::Vector2d& cursor_offset,
drag_utils.h 38 // |cursor_offset| gives the location of the hotspot for the drag image.
40 const gfx::Vector2d& cursor_offset,
44 // |cursor_offset| gives the location of the hotspot for the drag image.
46 const gfx::Vector2d& cursor_offset,
drag_utils_win.cc 26 const gfx::Vector2d& cursor_offset,
36 sdi.ptOffset = gfx::PointAtOffsetFromOrigin(cursor_offset).ToPOINT();
61 const gfx::Vector2d& cursor_offset,
74 cursor_offset,
82 data_object->provider().SetDragImage(image_skia, cursor_offset);
drag_utils.cc 94 gfx::Vector2d cursor_offset(size.width() / 2, kLinkDragImageVPadding);
95 SetDragImageOnDataObject(image, cursor_offset, data_object);
99 const gfx::Vector2d& cursor_offset,
102 SetDragImageOnDataObject(image, cursor_offset, data_object);
os_exchange_data_provider_aura.cc 179 const gfx::Vector2d& cursor_offset) {
181 drag_image_offset_ = cursor_offset;
os_exchange_data_provider_aura.h 58 const gfx::Vector2d& cursor_offset) OVERRIDE;
os_exchange_data_provider_aurax11.h 96 const gfx::Vector2d& cursor_offset) OVERRIDE;
os_exchange_data_provider_win.h 185 const gfx::Vector2d& cursor_offset) OVERRIDE;
os_exchange_data.h 139 const gfx::Vector2d& cursor_offset) = 0;
os_exchange_data_provider_aurax11.cc 497 const gfx::Vector2d& cursor_offset) {
499 drag_image_offset_ = cursor_offset;
os_exchange_data_provider_win.cc 539 const gfx::Vector2d& cursor_offset) {
541 drag_image_offset_ = cursor_offset;
    [all...]
  /external/chromium_org/ui/base/ime/
composition_text_util_pango.cc 42 size_t cursor_offset = local
45 composition->selection = gfx::Range(cursor_offset);
91 if (underline.start_offset == cursor_offset) {
93 composition->selection.set_end(cursor_offset);
94 } else if (underline.end_offset == cursor_offset) {
96 composition->selection.set_end(cursor_offset);
input_method_chromeos.cc 596 size_t cursor_offset = local
599 out_composition->selection = gfx::Range(cursor_offset);
638 if (underline.start_offset == cursor_offset) {
640 out_composition->selection.set_end(cursor_offset);
641 } else if (underline.end_offset == cursor_offset) {
643 out_composition->selection.set_end(cursor_offset);
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp 60 #define CURSOR_OFFSET ((UChar)0x0040) /*@*/
282 // Position of first CURSOR_OFFSET on _right_. This will be -1
729 case CURSOR_OFFSET:
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 60 #define CURSOR_OFFSET ((UChar)0x0040) /*@*/
282 // Position of first CURSOR_OFFSET on _right_. This will be -1
729 case CURSOR_OFFSET:
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 565 const size_t cursor_offset = local
567 cursor_position += cursor_offset;
    [all...]

Completed in 561 milliseconds