Searched defs:textOffset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.cpp191 LayoutPoint textOffset; local
193 textOffset = innerTextRenderer->location();
195 textOffset += toLayoutSize(editingViewPortElement()->renderBox()->location());
197 textOffset += toLayoutSize(containerRenderer->location());
198 placeholderBox->setLocation(textOffset);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp655 unsigned textOffset = currentPos.offsetInLeafNode(); local
659 if (textOffset <= box->start() + box->len()) {
660 if (textOffset > box->start())
665 if (box == lastTextBox || textOffset != box->start() + box->len() + 1)
677 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
686 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
779 unsigned textOffset = currentPos.offsetInLeafNode(); local
783 if (textOffset <= box->end()) {
784 if (textOffset >= box->start())
789 if (box == lastTextBox || textOffset !
[all...]
/external/icu4c/i18n/
H A Dsmpdtfmt.cpp2137 int32_t &textOffset,
2168 int32_t t = textOffset;
2222 if (t == textOffset && text.charAt(t) == 0x2e &&
2250 for (t = textOffset; t < text.length(); t += 1) {
2261 textOffset = t;
2134 matchLiterals(const UnicodeString &pattern, int32_t &patternOffset, const UnicodeString &text, int32_t &textOffset, UBool lenient) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 211 milliseconds