/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 | 164 const gfx::Vector2d& cursor_offset) { 166 drag_image_offset_ = cursor_offset;
|
os_exchange_data_provider_aura.h | 57 const gfx::Vector2d& cursor_offset) OVERRIDE;
|
os_exchange_data_provider_aurax11.h | 85 const gfx::Vector2d& cursor_offset) OVERRIDE;
|
os_exchange_data.h | 146 const gfx::Vector2d& cursor_offset) = 0;
|
os_exchange_data_provider_aurax11.cc | 332 const gfx::Vector2d& cursor_offset) { 334 drag_image_offset_ = cursor_offset;
|
os_exchange_data_provider_win.h | 186 const gfx::Vector2d& cursor_offset) OVERRIDE;
|
os_exchange_data_provider_win.cc | 528 const gfx::Vector2d& cursor_offset) { 530 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); 88 if (underline.start_offset == cursor_offset) { 90 composition->selection.set_end(cursor_offset); 91 } else if (underline.end_offset == cursor_offset) { 93 composition->selection.set_end(cursor_offset);
|
input_method_ibus.cc | 611 size_t cursor_offset = local 614 out_composition->selection = gfx::Range(cursor_offset); 649 if (underline.start_offset == cursor_offset) { 651 out_composition->selection.set_end(cursor_offset); 652 } else if (underline.end_offset == cursor_offset) { 654 out_composition->selection.set_end(cursor_offset);
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_edit_model.cc | 543 const size_t cursor_offset = local 545 cursor_position += cursor_offset; [all...] |