Searched refs:caretOffset (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-hhea-table.hh77 SHORT caretOffset; /* The amount by which a slanted member in struct:OT::hhea
/external/harfbuzz_ng/src/
H A Dhb-ot-hhea-table.hh77 SHORT caretOffset; /* The amount by which a slanted member in struct:OT::hhea
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGInlineText.cpp108 LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*) argument
114 if (static_cast<unsigned>(caretOffset) < textBox->start() || static_cast<unsigned>(caretOffset) > textBox->start() + textBox->len())
118 if (static_cast<unsigned>(caretOffset) < textBox->start() + textBox->len()) {
119 LayoutRect rect = textBox->localSelectionRect(caretOffset, caretOffset + 1);
124 LayoutRect rect = textBox->localSelectionRect(caretOffset - 1, caretOffset);
H A DRenderSVGInlineText.h58 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp1001 void Position::getInlineBoxAndOffset(EAffinity affinity, InlineBox*& inlineBox, int& caretOffset) const
1003 getInlineBoxAndOffset(affinity, primaryDirection(), inlineBox, caretOffset);
1062 void Position::getInlineBoxAndOffset(EAffinity affinity, TextDirection primaryDirection, InlineBox*& inlineBox, int& caretOffset) const
1064 caretOffset = deprecatedEditingOffset();
1080 equivalent.getInlineBoxAndOffset(UPSTREAM, primaryDirection, inlineBox, caretOffset);
1085 if (!inlineBox || (caretOffset > inlineBox->caretMinOffset() && caretOffset < inlineBox->caretMaxOffset()))
1098 if (caretOffset < caretMinOffset || caretOffset > caretMaxOffset || (caretOffset
[all...]
H A DPosition.h181 void getInlineBoxAndOffset(EAffinity, InlineBox*&, int& caretOffset) const;
182 void getInlineBoxAndOffset(EAffinity, TextDirection primaryDirection, InlineBox*&, int& caretOffset) const;
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_hhea.h35 SK_OT_SHORT caretOffset; member in struct:SkOTTableHorizontalHeader
H A DSkOTTable_EBLC.h36 SK_OT_CHAR caretOffset; member in struct:SkOTTableEmbeddedBitmapLocation::SbitLineMetrics
/external/skia/src/sfnt/
H A DSkOTTable_hhea.h35 SK_OT_SHORT caretOffset; member in struct:SkOTTableHorizontalHeader
H A DSkOTTable_EBLC.h36 SK_OT_CHAR caretOffset; member in struct:SkOTTableEmbeddedBitmapLocation::SbitLineMetrics
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.h91 void getInlineBoxAndOffset(InlineBox*& inlineBox, int& caretOffset) const
93 m_deepPosition.getInlineBoxAndOffset(m_affinity, inlineBox, caretOffset);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h211 void cacheSelectionInResponseToSetValue(int caretOffset) { cacheSelection(caretOffset, caretOffset, SelectionHasNoDirection); } argument
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dsfnt.h197 le_int16 caretOffset; member in struct:HHEATable
/external/chromium_org/third_party/icu/source/test/letest/
H A DFontObject.h160 le_int16 caretOffset; member in struct:HHEATable
H A Dsfnt.h334 le_int16 caretOffset; member in struct:HHEATable
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A DFontObject.h160 le_int16 caretOffset; member in struct:HHEATable
H A Dsfnt.h334 le_int16 caretOffset; member in struct:HHEATable
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h197 le_int16 caretOffset; member in struct:HHEATable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h160 le_int16 caretOffset; member in struct:HHEATable
H A Dsfnt.h334 le_int16 caretOffset; member in struct:HHEATable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h160 le_int16 caretOffset; member in struct:HHEATable
H A Dsfnt.h334 le_int16 caretOffset; member in struct:HHEATable
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h117 virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp63 OpenType::Int16 caretOffset; member in struct:blink::OpenType::HheaTable
80 OpenType::Int16 caretOffset; member in struct:blink::OpenType::VheaTable
/external/chromium_org/third_party/iaccessible2/
H A Dia2_api_all.idl1371 as IAccessible2::indexInParent, IAccessibleText::caretOffset, and
1980 @param [out] caretOffset
1982 @retval S_FALSE returned if there is no caret in any of the objects in the subtree, [out] accessible is NULL and [out] caretOffset is -1.
1987 [out, retval] long *caretOffset
2466 <li>the caretOffset for the "one ? three" object would be 4, matching the embed character</li>
2467 <li>the caretOffset for "two" would be 2, matching the "o"</li>
2480 [propget] HRESULT caretOffset

Completed in 439 milliseconds

12