HomeSort by relevance Sort by last modified time
    Searched refs:sel_start (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_unittest.cc 105 const int sel_start; member in struct:Data
152 model.AdjustTextForCopy(input[i].sel_start, input[i].is_all_selected,
autocomplete_edit_view_gtk.cc 575 GtkTextIter sel_start, sel_end; local
576 gtk_text_buffer_get_selection_bounds(text_buffer_, &sel_start, &sel_end);
582 return gtk_text_iter_equal(&start, &sel_start) &&
1374 GtkTextIter sel_start, sel_end; local
1668 GtkTextIter sel_start, sel_end; local
    [all...]
autocomplete_edit_view_win.cc 246 LONG sel_start, sel_end; local
247 edit_->GetSel(sel_start, sel_end);
248 if ((sel_start != sel_end) && (drop_position >= sel_start) &&
    [all...]
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 568 int sel_start = 0; local
569 if (GetAttributeAsInt(WebAccessibility::ATTR_TEXT_SEL_START, &sel_start)) {
570 *offset = sel_start;
589 int sel_start = 0; local
591 if (GetAttributeAsInt(WebAccessibility::ATTR_TEXT_SEL_START, &sel_start) &&
593 sel_start != sel_end) {
615 int sel_start = 0; local
617 if (GetAttributeAsInt(WebAccessibility::ATTR_TEXT_SEL_START, &sel_start) &&
619 *start_offset = sel_start;
    [all...]

Completed in 39 milliseconds