Searched refs:cursor_offset (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/ui/base/ime/ |
D | composition_text_util_pango.cc | 42 size_t cursor_offset = in ExtractCompositionTextFromGtkPreedit() local 45 composition->selection = gfx::Range(cursor_offset); in ExtractCompositionTextFromGtkPreedit() 91 if (underline.start_offset == cursor_offset) { in ExtractCompositionTextFromGtkPreedit() 93 composition->selection.set_end(cursor_offset); in ExtractCompositionTextFromGtkPreedit() 94 } else if (underline.end_offset == cursor_offset) { in ExtractCompositionTextFromGtkPreedit() 96 composition->selection.set_end(cursor_offset); in ExtractCompositionTextFromGtkPreedit()
|
D | input_method_chromeos.cc | 598 size_t cursor_offset = in ExtractCompositionText() local 601 out_composition->selection = gfx::Range(cursor_offset); in ExtractCompositionText() 640 if (underline.start_offset == cursor_offset) { in ExtractCompositionText() 642 out_composition->selection.set_end(cursor_offset); in ExtractCompositionText() 643 } else if (underline.end_offset == cursor_offset) { in ExtractCompositionText() 645 out_composition->selection.set_end(cursor_offset); in ExtractCompositionText()
|
/external/chromium_org/ui/base/dragdrop/ |
D | drag_utils_win.cc | 26 const gfx::Vector2d& cursor_offset, in SetDragImageOnDataObject() argument 36 sdi.ptOffset = gfx::PointAtOffsetFromOrigin(cursor_offset).ToPOINT(); in SetDragImageOnDataObject() 61 const gfx::Vector2d& cursor_offset, in SetDragImageOnDataObject() argument 74 cursor_offset, in SetDragImageOnDataObject() 82 data_object->provider().SetDragImage(image_skia, cursor_offset); in SetDragImageOnDataObject()
|
D | drag_utils.cc | 94 gfx::Vector2d cursor_offset(size.width() / 2, kLinkDragImageVPadding); in CreateDragImageForFile() local 95 SetDragImageOnDataObject(image, cursor_offset, data_object); in CreateDragImageForFile() 99 const gfx::Vector2d& cursor_offset, in SetDragImageOnDataObject() argument 102 SetDragImageOnDataObject(image, cursor_offset, data_object); in SetDragImageOnDataObject()
|
D | drag_utils_aura.cc | 17 const gfx::Vector2d& cursor_offset, in SetDragImageOnDataObject() argument 20 data_object->provider().SetDragImage(image, cursor_offset); in SetDragImageOnDataObject()
|
D | drag_utils.h | 40 const gfx::Vector2d& cursor_offset, 46 const gfx::Vector2d& cursor_offset,
|
D | drag_utils_mac.mm | 12 const gfx::Vector2d& cursor_offset, 18 const gfx::Vector2d& cursor_offset,
|
D | os_exchange_data_provider_aura.cc | 176 const gfx::Vector2d& cursor_offset) { in SetDragImage() argument 178 drag_image_offset_ = cursor_offset; in SetDragImage()
|
D | os_exchange_data_provider_aura.h | 58 const gfx::Vector2d& cursor_offset) OVERRIDE;
|
D | os_exchange_data_provider_aurax11.h | 96 const gfx::Vector2d& cursor_offset) OVERRIDE;
|
D | os_exchange_data.h | 139 const gfx::Vector2d& cursor_offset) = 0;
|
D | os_exchange_data_provider_aurax11.cc | 494 const gfx::Vector2d& cursor_offset) { in SetDragImage() argument 496 drag_image_offset_ = cursor_offset; in SetDragImage()
|
D | os_exchange_data_provider_win.h | 185 const gfx::Vector2d& cursor_offset) OVERRIDE;
|
D | os_exchange_data_provider_win.cc | 542 const gfx::Vector2d& cursor_offset) { in SetDragImage() argument 544 drag_image_offset_ = cursor_offset; in SetDragImage()
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
D | omnibox_edit_model.cc | 562 const size_t cursor_offset = in StartAutocomplete() local 564 cursor_position += cursor_offset; in StartAutocomplete()
|