Home
last modified time | relevance | path

Searched refs:cursor_offset (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ui/base/ime/
Dcomposition_text_util_pango.cc42 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()
Dinput_method_chromeos.cc598 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/
Ddrag_utils_win.cc26 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()
Ddrag_utils.cc94 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()
Ddrag_utils_aura.cc17 const gfx::Vector2d& cursor_offset, in SetDragImageOnDataObject() argument
20 data_object->provider().SetDragImage(image, cursor_offset); in SetDragImageOnDataObject()
Ddrag_utils.h40 const gfx::Vector2d& cursor_offset,
46 const gfx::Vector2d& cursor_offset,
Ddrag_utils_mac.mm12 const gfx::Vector2d& cursor_offset,
18 const gfx::Vector2d& cursor_offset,
Dos_exchange_data_provider_aura.cc176 const gfx::Vector2d& cursor_offset) { in SetDragImage() argument
178 drag_image_offset_ = cursor_offset; in SetDragImage()
Dos_exchange_data_provider_aura.h58 const gfx::Vector2d& cursor_offset) OVERRIDE;
Dos_exchange_data_provider_aurax11.h96 const gfx::Vector2d& cursor_offset) OVERRIDE;
Dos_exchange_data.h139 const gfx::Vector2d& cursor_offset) = 0;
Dos_exchange_data_provider_aurax11.cc494 const gfx::Vector2d& cursor_offset) { in SetDragImage() argument
496 drag_image_offset_ = cursor_offset; in SetDragImage()
Dos_exchange_data_provider_win.h185 const gfx::Vector2d& cursor_offset) OVERRIDE;
Dos_exchange_data_provider_win.cc542 const gfx::Vector2d& cursor_offset) { in SetDragImage() argument
544 drag_image_offset_ = cursor_offset; in SetDragImage()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_model.cc562 const size_t cursor_offset = in StartAutocomplete() local
564 cursor_position += cursor_offset; in StartAutocomplete()