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

  /external/chromium_org/ui/base/dragdrop/
drag_utils_aura.cc 18 const gfx::Vector2d& cursor_offset,
21 data_object->provider().SetDragImage(image, cursor_offset);
drag_utils.h 42 const gfx::Vector2d& cursor_offset,
50 const gfx::Vector2d& cursor_offset,
drag_utils_win.cc 25 const gfx::Vector2d& cursor_offset,
35 sdi.ptOffset = gfx::PointAtOffsetFromOrigin(cursor_offset).ToPOINT();
61 const gfx::Vector2d& cursor_offset,
71 SetDragImageOnDataObject(bitmap, size, cursor_offset,
80 data_object->provider().SetDragImage(image_skia, cursor_offset);
drag_utils.cc 97 gfx::Vector2d cursor_offset(size.width() / 2, kLinkDragImageVPadding);
98 SetDragImageOnDataObject(image, size, cursor_offset, data_object);
103 const gfx::Vector2d& cursor_offset,
106 SetDragImageOnDataObject(image, size, cursor_offset, data_object);
os_exchange_data_provider_aura.cc 161 const gfx::Vector2d& cursor_offset) {
163 drag_image_offset_ = cursor_offset;
os_exchange_data_provider_aura.h 55 const gfx::Vector2d& cursor_offset) OVERRIDE;
os_exchange_data_provider_aurax11.h 85 const gfx::Vector2d& cursor_offset) OVERRIDE;
os_exchange_data.h 140 const gfx::Vector2d& cursor_offset) = 0;
os_exchange_data_provider_aurax11.cc 330 const gfx::Vector2d& cursor_offset) {
332 drag_image_offset_ = cursor_offset;
os_exchange_data_provider_win.h 184 const gfx::Vector2d& cursor_offset) OVERRIDE;
os_exchange_data_provider_win.cc 522 const gfx::Vector2d& cursor_offset) {
524 drag_image_offset_ = cursor_offset;
    [all...]
  /external/chromium_org/ui/base/gtk/
gtk_im_context_util.cc 40 size_t cursor_offset = local
43 composition->selection = ui::Range(cursor_offset);
86 if (underline.start_offset == cursor_offset) {
88 composition->selection.set_end(cursor_offset);
89 } else if (underline.end_offset == cursor_offset) {
91 composition->selection.set_end(cursor_offset);
  /external/chromium_org/ui/base/ime/
input_method_ibus.cc 907 size_t cursor_offset = local
910 out_composition->selection = Range(cursor_offset);
951 if (underline.start_offset == cursor_offset) {
953 out_composition->selection.set_end(cursor_offset)
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 475 const size_t cursor_offset = local
477 cursor_position += cursor_offset;
    [all...]

Completed in 79 milliseconds