HomeSort by relevance Sort by last modified time
    Searched full:selection_end (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 172 size_t selection_start, selection_end; local
174 &selection_end);
176 EXPECT_EQ(1U, selection_end);
189 size_t selection_start, selection_end; local
191 &selection_end);
193 EXPECT_EQ(1U, selection_end);
207 size_t selection_start, selection_end; local
209 &selection_end);
211 EXPECT_EQ(1U, selection_end);
225 size_t selection_start, selection_end; local
244 size_t selection_start, selection_end; local
    [all...]
  /external/chromium_org/ui/base/accessibility/
accessible_view_state.cc 13 selection_end(-1),
accessible_view_state.h 51 int selection_end; member in struct:ui::AccessibleViewState
  /external/chromium_org/ui/metro_viewer/
ime_types.cc 17 selection_end(0) {
ime_types.h 33 int32 selection_end; member in struct:metro_viewer::Composition
  /external/chromium_org/chromeos/ime/
ibus_text.h 49 uint32 selection_end() const { return selection_end_; } function in class:chromeos::IBusText
50 void set_selection_end(uint32 selection_end) {
51 selection_end_ = selection_end;
ibus_text.cc 19 selection_end_ = obj.selection_end();
ibus_text_unittest.cc 50 EXPECT_EQ(text.selection_end(), text2.selection_end());
  /cts/tests/tests/text/src/android/text/method/cts/
MetaKeyKeyListenerTest.java 42 content.setSpan(Selection.SELECTION_END, 0, 0, Spanned.SPAN_POINT_POINT);
48 content.setSpan(Selection.SELECTION_END, 1, 1, Spanned.SPAN_POINT_POINT);
54 content.setSpan(Selection.SELECTION_END, 3, 3, Spanned.SPAN_POINT_POINT);
67 content.setSpan(Selection.SELECTION_END, 0, 0, Spanned.SPAN_POINT_POINT);
73 content.setSpan(Selection.SELECTION_END, 1, 1, Spanned.SPAN_POINT_POINT);
79 content.setSpan(Selection.SELECTION_END, 3, 3, Spanned.SPAN_POINT_POINT);
90 content.setSpan( Selection.SELECTION_END, len, len, Spanned.SPAN_POINT_POINT);
93 assertEquals(Spanned.SPAN_POINT_POINT, content.getSpanFlags(Selection.SELECTION_END));
99 content.setSpan( Selection.SELECTION_END, len, len, Spanned.SPAN_POINT_POINT);
102 assertEquals(Spanned.SPAN_POINT_POINT, content.getSpanFlags(Selection.SELECTION_END));
    [all...]
MultiTapKeyListenerTest.java 67 multiTapKeyListener.onSpanChanged(text, Selection.SELECTION_END, 0, 0, 0, 0);
70 multiTapKeyListener.onSpanChanged(null, Selection.SELECTION_END, 0, 0, 0, 0);
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_browsertest.cc 215 size_t selection_start, selection_end; local
216 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
218 EXPECT_EQ(1U, selection_end);
231 size_t selection_start, selection_end; local
232 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
234 EXPECT_EQ(1U, selection_end);
248 size_t selection_start, selection_end; local
249 omnibox_view->GetSelectionBounds(&selection_start, &selection_end);
251 EXPECT_EQ(1U, selection_end);
265 size_t selection_start, selection_end; local
281 size_t selection_start, selection_end; local
    [all...]
  /external/chromium_org/win8/metro_driver/ime/
text_service_delegate.h 31 int32 selection_end,
text_store_delegate.h 35 int32 selection_end,
  /frameworks/base/core/java/android/text/
Selection.java 50 return ((Spanned) text).getSpanStart(SELECTION_END);
78 text.setSpan(SELECTION_END, stop, stop,
101 if (text.getSpanStart(SELECTION_END) != index)
102 text.setSpan(SELECTION_END, index, index, Spanned.SPAN_POINT_POINT);
110 text.removeSpan(SELECTION_END);
466 public static final Object SELECTION_END = new END();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTests.java 93 final int SELECTION_END = 19;
101 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
104 SELECTION_START, SELECTION_END, -1, -1);
113 final int SELECTION_END = 19;
121 mInputConnection.setSelection(SELECTION_START, SELECTION_END);
124 SELECTION_START, SELECTION_END, -1, -1);
  /external/chromium/chrome/browser/
accessibility_events.h 197 const std::string& value, int selection_start, int selection_end) {
200 selection_end_ = selection_end;
206 int selection_end() const { return selection_end_; } function in class:AccessibilityTextBoxInfo
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler_unittest.cc 20 int selection_end,
22 textbox_info->SetValue(value, selection_start, selection_end);
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 156 uint32_t selection_end) {
159 segment_offsets, target_segment, selection_start, selection_end);
resource_creation_impl.h 74 uint32_t selection_end) OVERRIDE;
  /external/chromium_org/ppapi/api/dev/
ppb_ime_input_event_dev.idl 48 * @param[in] selection_end The end index returned by
62 [in] uint32_t selection_end);
  /external/chromium_org/ppapi/c/dev/
ppb_ime_input_event_dev.h 66 * @param[in] selection_end The end index returned by
79 uint32_t selection_end);
  /external/chromium_org/chrome/browser/accessibility/
accessibility_events.h 243 const std::string& value, int selection_start, int selection_end) {
246 selection_end_ = selection_end;
252 int selection_end() const { return selection_end_; } function in class:AccessibilityTextBoxInfo
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.h 51 int selection_end,
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.h 54 uint32_t selection_end) OVERRIDE;
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.h 114 uint32_t selection_end);

Completed in 352 milliseconds

1 2 3 4