/external/chromium/chrome/browser/autocomplete/ |
autocomplete_browsertest.cc | 172 size_t selection_start, selection_end; local 173 location_bar->location_entry()->GetSelectionBounds(&selection_start, 175 EXPECT_EQ(1U, selection_start); 189 size_t selection_start, selection_end; local 190 location_bar->location_entry()->GetSelectionBounds(&selection_start, 192 EXPECT_EQ(1U, selection_start); 207 size_t selection_start, selection_end; local 208 location_bar->location_entry()->GetSelectionBounds(&selection_start, 210 EXPECT_EQ(1U, selection_start); 225 size_t selection_start, selection_end local 244 size_t selection_start, selection_end; local [all...] |
/external/chromium_org/content/shell/browser/ |
shell_web_contents_view_delegate_android.cc | 36 content_view_core->ShowPastePopup(params.selection_start.x(), 37 params.selection_start.y());
|
/external/chromium_org/ui/base/accessibility/ |
accessible_view_state.cc | 12 selection_start(-1),
|
accessible_view_state.h | 50 int selection_start; member in struct:ui::AccessibleViewState
|
/external/chromium_org/ui/metro_viewer/ |
ime_types.cc | 16 : selection_start(0),
|
ime_types.h | 32 int32 selection_start; member in struct:metro_viewer::Composition
|
/external/chromium_org/chromeos/ime/ |
ibus_text.h | 44 uint32 selection_start() const { return selection_start_; } function in class:chromeos::IBusText 45 void set_selection_start(uint32 selection_start) { 46 selection_start_ = selection_start;
|
ibus_text.cc | 18 selection_start_ = obj.selection_start();
|
ibus_text_unittest.cc | 49 EXPECT_EQ(text.selection_start(), text2.selection_start());
|
/cts/tests/tests/text/src/android/text/method/cts/ |
MetaKeyKeyListenerTest.java | 41 content.setSpan(Selection.SELECTION_START, 0, 0, Spanned.SPAN_POINT_POINT); 47 content.setSpan(Selection.SELECTION_START, 1, 1, Spanned.SPAN_POINT_POINT); 53 content.setSpan(Selection.SELECTION_START, 3, 3, Spanned.SPAN_POINT_POINT); 66 content.setSpan(Selection.SELECTION_START, 0, 0, Spanned.SPAN_POINT_POINT); 72 content.setSpan(Selection.SELECTION_START, 1, 1, Spanned.SPAN_POINT_POINT); 78 content.setSpan(Selection.SELECTION_START, 3, 3, Spanned.SPAN_POINT_POINT); 88 content.setSpan(Selection.SELECTION_START, 0, 0, Spanned.SPAN_POINT_POINT); 92 assertEquals(Spanned.SPAN_POINT_POINT, content.getSpanFlags(Selection.SELECTION_START)); 97 content.setSpan(Selection.SELECTION_START, 0, 0, Spanned.SPAN_POINT_POINT); 101 assertEquals(Spanned.SPAN_POINT_POINT, content.getSpanFlags(Selection.SELECTION_START)); [all...] |
/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); 217 EXPECT_EQ(1U, selection_start); 231 size_t selection_start, selection_end; local 232 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); 233 EXPECT_EQ(1U, selection_start); 248 size_t selection_start, selection_end; local 249 omnibox_view->GetSelectionBounds(&selection_start, &selection_end); 250 EXPECT_EQ(1U, selection_start); 265 size_t selection_start, selection_end local 281 size_t selection_start, selection_end; local [all...] |
/external/chromium_org/android_webview/native/ |
aw_web_contents_view_delegate.cc | 47 content_view_core->ShowPastePopup(params.selection_start.x(), 48 params.selection_start.y());
|
/external/chromium_org/chrome/browser/ui/android/tab_contents/ |
chrome_web_contents_view_delegate_android.cc | 38 content_view_core->ShowPastePopup(params.selection_start.x(), 39 params.selection_start.y());
|
/external/chromium_org/win8/metro_driver/ime/ |
text_service_delegate.h | 30 int32 selection_start,
|
text_store_delegate.h | 34 int32 selection_start,
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
InputLogicTests.java | 92 final int SELECTION_START = 10; 101 mInputConnection.setSelection(SELECTION_START, SELECTION_END); 104 SELECTION_START, SELECTION_END, -1, -1); 112 final int SELECTION_START = 10; 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) { 199 selection_start_ = selection_start; 205 int selection_start() const { return selection_start_; } function in class:AccessibilityTextBoxInfo
|
/frameworks/base/core/java/android/text/ |
Selection.java | 39 return ((Spanned) text).getSpanStart(SELECTION_START); 76 text.setSpan(SELECTION_START, start, start, 109 text.removeSpan(SELECTION_START); 465 public static final Object SELECTION_START = new START();
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_accessibility_handler_unittest.cc | 19 int selection_start, 22 textbox_info->SetValue(value, selection_start, selection_end);
|
/external/chromium_org/content/renderer/pepper/ |
resource_creation_impl.cc | 155 uint32_t selection_start, 159 segment_offsets, target_segment, selection_start, selection_end);
|
resource_creation_impl.h | 73 uint32_t selection_start,
|
/external/chromium_org/ppapi/api/dev/ |
ppb_ime_input_event_dev.idl | 45 * @param[in] selection_start The start index returned by 61 [in] uint32_t selection_start,
|
/external/chromium_org/ppapi/c/dev/ |
ppb_ime_input_event_dev.h | 63 * @param[in] selection_start The start index returned by 78 uint32_t selection_start,
|
/external/chromium_org/chrome/browser/accessibility/ |
accessibility_events.h | 243 const std::string& value, int selection_start, int selection_end) { 245 selection_start_ = selection_start; 251 int selection_start() const { return selection_start_; } function in class:AccessibilityTextBoxInfo
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_engine.h | 50 int selection_start,
|