/cts/tests/tests/text/src/android/text/method/cts/ |
TextKeyListenerTest.java | 133 textKeyListener.onSpanChanged(text, Selection.SELECTION_END, 0, 0, 0, 0); 136 textKeyListener.onSpanChanged(null, Selection.SELECTION_END, 0, 0, 0, 0);
|
/external/chromium_org/content/browser/accessibility/ |
accessibility_tree_formatter_win.cc | 53 "selection_end" 196 dict->SetInteger("selection_end", end);
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_input_event_shared.cc | 225 uint32_t selection_end) { 247 data.composition_selection_end = selection_end;
|
/external/chromium_org/ui/views/touchui/ |
touch_selection_controller_impl_unittest.cc | 169 gfx::Point selection_end = GetCursorPosition(sel); \ 175 EXPECT_EQ(sh1, selection_end); \ 179 EXPECT_EQ(sh2, selection_end); \
|
/external/chromium/chrome/browser/ui/views/ |
accessibility_event_router_views.cc | 259 info.SetValue(value, state.selection_start, state.selection_end); 272 info.SetValue(value, state.selection_start, state.selection_end);
|
/external/chromium_org/content/renderer/ |
render_frame_impl.h | 130 int selection_end); 140 int selection_end);
|
/external/chromium_org/ppapi/proxy/ |
resource_creation_proxy.cc | 105 uint32_t selection_end) { 108 segment_offsets, target_segment, selection_start, selection_end);
|
/external/chromium/chrome/browser/instant/ |
instant_browsertest.cc | 202 int selection_end = 0; local 236 &selection_end))) { 250 &selection_end))) { 265 selection_end); [all...] |
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_engine_interface.h | 174 int selection_end,
|
input_method_engine.cc | 121 int selection_end, 139 preedit_text_->set_selection_end(selection_end);
|
/external/chromium_org/chrome/browser/extensions/api/input_ime/ |
input_ime_api.cc | 456 int selection_end = local 457 params.selection_end ? *params.selection_end : params.cursor; 461 selection_start, selection_end, params.cursor,
|
/external/chromium_org/content/public/common/ |
context_menu_params.h | 154 gfx::Point selection_end; member in struct:content::ContextMenuParams
|
/external/chromium_org/ppapi/thunk/ |
resource_creation_api.h | 65 uint32_t selection_end) = 0;
|
ppb_input_event_thunk.cc | 339 uint32_t selection_end) { 349 selection_end);
|
/external/chromium_org/ui/aura/ |
remote_root_window_host_win.cc | 66 int32 selection_end, 72 composition_text->selection.set_end(selection_end); 667 int32 selection_end, 675 text, selection_start, selection_end, underlines, &composition_text);
|
/external/chromium_org/ui/base/ime/ |
input_method_ibus_unittest.cc | 728 EXPECT_EQ(GetOffsetInUTF16(kSampleText, ibus_text.selection_end()), 751 EXPECT_EQ(GetOffsetInUTF16(kSampleText, ibus_text.selection_end()), 758 EXPECT_EQ(GetOffsetInUTF16(kSampleText, ibus_text.selection_end()), 787 EXPECT_EQ(GetOffsetInUTF16(kSampleText, ibus_text.selection_end()), [all...] |
/external/chromium_org/ui/metro_viewer/ |
metro_viewer_messages.h | 181 int32, /* selection_end */
|
/external/chromium_org/win8/metro_driver/ |
chrome_app_view_ash.h | 120 int32 selection_end,
|
/external/chromium_org/ui/views/accessibility/ |
native_view_accessibility_win.cc | 894 *offset = static_cast<LONG>(state.selection_end); 907 if (state.selection_start != state.selection_end) 926 *end_offset = static_cast<LONG>(state.selection_end); 944 start_offset = static_cast<LONG>(state.selection_end); 949 end_offset = static_cast<LONG>(state.selection_end); [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
wizard_accessibility_handler.cc | 166 previous_text_selection_end_ = text_box->selection_end(); 285 int new_end = text_box->selection_end();
|
/external/chromium/chrome/common/ |
render_messages.h | 222 int /* selection_end */) 233 int /* selection_end */)
|
/external/chromium_org/win8/metro_driver/ime/ |
text_service.cc | 379 int32 selection_end, 385 selection_end,
|
/frameworks/base/core/java/android/text/method/ |
MultiTapKeyListener.java | 236 if (what == Selection.SELECTION_END) {
|
TextKeyListener.java | 181 if (what == Selection.SELECTION_END) {
|
/external/chromium_org/ppapi/examples/ime/ |
ime.cc | 546 uint32_t selection_end; local 547 ev.GetSelection(&selection_start, &selection_end); 551 std::make_pair(selection_start, selection_end));
|