HomeSort by relevance Sort by last modified time
    Searched refs:selectionEnd (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
Composition.h 53 int selectionEnd() const { return m_selectionEnd; }
54 void setSelectionEnd(int selectionEnd) { selectionEnd = m_selectionEnd; }
Composition.idl 37 readonly attribute long selectionEnd;
  /external/chromium_org/third_party/WebKit/Source/web/
WebTextInputInfo.cpp 41 && selectionEnd == other.selectionEnd
WebInputElement.cpp 165 int WebInputElement::selectionEnd() const
167 return constUnwrap<HTMLInputElement>()->selectionEnd();
  /external/chromium_org/third_party/WebKit/public/web/
WebTextInputInfo.h 46 int selectionEnd;
63 , selectionEnd(0)
WebWidget.h 161 // If selectionStart and selectionEnd has the same value, then it indicates
169 int selectionEnd) { return false; }
WebAccessibilityObject.h 138 WEBKIT_EXPORT unsigned selectionEnd() const;
173 WEBKIT_EXPORT void setSelectedTextRange(int selectionStart, int selectionEnd) const;
WebInputElement.h 94 WEBKIT_EXPORT int selectionEnd() const;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MoveSelectionCommand.cpp 49 Position selectionEnd = endingSelection().end();
50 if (pos.anchorType() == Position::PositionIsOffsetInAnchor && selectionEnd.anchorType() == Position::PositionIsOffsetInAnchor
51 && selectionEnd.containerNode() == pos.containerNode() && selectionEnd.offsetInContainerNode() < pos.offsetInContainerNode()) {
52 pos.moveToOffset(pos.offsetInContainerNode() - selectionEnd.offsetInContainerNode());
InputMethodController.h 61 void setComposition(const String&, const Vector<CompositionUnderline>&, unsigned selectionStart, unsigned selectionEnd);
  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 102 int selectionEnd = Selection.getSelectionEnd(content);
103 if (selectionEnd < selectionStart) {
104 int temp = selectionEnd;
105 selectionEnd = selectionStart;
108 if (selectionStart != selectionEnd) {
109 content.delete(selectionStart, selectionEnd);
184 int selectionEnd = Selection.getSelectionEnd(content);
185 if (selectionEnd < selectionStart) {
186 int temp = selectionEnd;
187 selectionEnd = selectionStart
    [all...]
ArrowKeyMovementMethod.java 199 final int selectionEnd = widget.getSelectionEnd();
201 wordIterator.setCharSequence(buffer, selectionEnd, selectionEnd);
208 final int selectionEnd = widget.getSelectionEnd();
210 wordIterator.setCharSequence(buffer, selectionEnd, selectionEnd);
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
ExtractedTextTest.java 29 extractedText.selectionEnd = 11;
39 assertEquals(extractedText.selectionEnd, target.selectionEnd);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PersistentState.java 105 int selectionEnd = prefs.getInt("selection-end", -1);
106 if (selectionStart != -1 && selectionEnd != -1) {
107 mSaved.setSelection(selectionStart, selectionEnd);
  /frameworks/base/core/java/android/view/inputmethod/
ExtractedText.java 66 * <var>startOffset</var>+<var>selectionEnd</var>.
68 public int selectionEnd;
101 dest.writeInt(selectionEnd);
117 res.selectionEnd = source.readInt();
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
AdapterInputConnection.java 112 * @param selectionEnd The character offset of the selection end, or the caret
119 public void setEditableText(String text, int selectionStart, int selectionEnd,
122 Log.w(TAG, "setEditableText [" + text + "] [" + selectionStart + " " + selectionEnd
129 selectionEnd = Math.min(selectionEnd, text.length());
146 if (prevSelectionStart == selectionStart && prevSelectionEnd == selectionEnd
153 Selection.setSelection(editable, selectionStart, selectionEnd);
162 updateSelection(selectionStart, selectionEnd, compositionStart, compositionEnd);
167 int selectionStart, int selectionEnd,
171 mLastUpdateSelectionEnd == selectionEnd &
    [all...]
ImeAdapter.java 210 int selectionStart, int selectionEnd, boolean showIfNeeded) {
229 attach(nativeImeAdapter, textInputType, selectionStart, selectionEnd);
241 int selectionEnd) {
248 mInitialSelectionEnd = selectionEnd;
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
WriteData.java 32 private static final String PROP_SELECTION_END = "selectionEnd";
123 int selectionEnd = getSelectionEnd();
125 if (selectionStart > 0 || selectionEnd > 0) {
130 if (selectionStart < 0 && selectionEnd >= 0) {
135 if (selectionStart > textLength || selectionEnd > textLength) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
content_script.js 15 focused.selectionStart, focused.selectionEnd);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
ImeTest.java 311 final int index, String text, int selectionStart, int selectionEnd,
320 text, selectionStart, selectionEnd, compositionStart, compositionEnd);
379 public void setEditableText(String text, int selectionStart, int selectionEnd,
381 mImeUpdateQueue.add(new TestImeState(text, selectionStart, selectionEnd,
384 text, selectionStart, selectionEnd, compositionStart, compositionEnd);
389 int selectionStart, int selectionEnd,
402 public TestImeState(String text, int selectionStart, int selectionEnd,
406 mSelectionEnd = selectionEnd;
411 public void assertEqualState(String text, int selectionStart, int selectionEnd,
415 assertEquals("Selection end did not match", selectionEnd, mSelectionEnd)
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
BaseKeyListenerTest.java 123 final boolean selectInTextView, final int selectionStart, final int selectionEnd) {
130 selectionStart, selectionEnd);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.idl 52 attribute long selectionEnd;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp 489 EXPECT_EQ(13, info.selectionEnd);
503 EXPECT_EQ(19, info.selectionEnd);
524 EXPECT_EQ(3, info.selectionEnd);
531 EXPECT_EQ(3, info.selectionEnd);
539 EXPECT_EQ(6, info.selectionEnd);
546 EXPECT_EQ(8, info.selectionEnd);
567 EXPECT_EQ(4, info.selectionEnd);
574 EXPECT_EQ(4, info.selectionEnd);
582 EXPECT_EQ(5, info.selectionEnd);
616 EXPECT_EQ(5, info.selectionEnd);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
HyperlinksTest.java 302 int selectionEnd = selectionStart + selection.y;
303 if (selectionEnd > selectionStart) {
306 text.substring(selectionStart, selectionEnd) + "]" +
307 text.substring(selectionEnd);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 50 protected int selectionEnd = 0;
86 boolean isSelectEndAtEnd = selectionEnd == this.text.length();
98 selectionEnd = this.text.length();
494 selectionEnd = end;
504 return selectionEnd;

Completed in 564 milliseconds

1 2 3 4