Searched refs:set_end (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/ui/base/range/
H A Drange_win.cc25 set_end(total_length);
27 set_end(range.cpMax);
H A Drange.h64 void set_end(size_t end) { end_ = end; } function in class:ui::Range
H A Drange_unittest.cc107 r.set_end(20);
115 r.set_end(5);
144 r.set_end(21);
/external/marisa-trie/lib/marisa/
H A Drange.h17 void set_end(UInt32 end) { function in class:marisa::Range
51 void set_end(UInt32 end) { function in class:marisa::WRange
52 range_.set_end(end);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Drange.h17 void set_end(UInt32 end) { function in class:marisa_alpha::Range
51 void set_end(UInt32 end) { function in class:marisa_alpha::WRange
52 range_.set_end(end);
/external/chromium_org/ui/base/gtk/
H A Dgtk_im_context_util.cc88 composition->selection.set_end(cursor_offset);
91 composition->selection.set_end(cursor_offset);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dtokenized_string_match.cc66 hit.set_end(text_iter.GetArrayPos() + text_iter.GetCharSize());
/external/oprofile/libpp/
H A Dxml_utils.cpp424 void set_end(sym_iterator e);
452 void set_end(sym_iterator end);
471 void set_end(sym_iterator end);
554 void module_info::set_end(sym_iterator e) function in class:module_info
604 set_end(it);
607 m.set_end(it);
636 mod.set_end(it);
651 mod.set_end(it);
659 set_end(it);
745 processes[p].set_end(symbols_en
863 void thread_info::set_end(sym_iterator end) function in class:thread_info
932 void process_info::set_end(sym_iterator end) function in class:process_info
[all...]
/external/chromium_org/ui/base/ime/win/
H A Dtsf_text_store.cc425 selection_.set_end(new_end_pos);
552 composition_text.selection.set_end(0);
554 composition_text.selection.set_end(selection_.end() - new_committed_size);
565 selection_.set_end(0);
633 selection_.set_end(end_pos);
854 selection_.set_end(0);
889 selection_.set_end(0);
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dtextinput_surroundingtext_browsertest.cc80 composition_text.selection.set_end(expected_range.length());
/external/chromium_org/content/common/
H A Dcontent_param_traits.cc63 r->set_end(end);
/external/chromium_org/ui/base/ime/
H A Dinput_method_ibus.cc953 out_composition->selection.set_end(cursor_offset);
956 out_composition->selection.set_end(cursor_offset);
H A Dinput_method_win.cc213 text_range.set_end(target_range.GetMax() + kExtraNumberOfChars);
/external/marisa-trie/tests/
H A Dunit-test.cc291 range.set_end(2);
321 wrange.set_end(6);
/external/marisa-trie/v0_1_5/tests/
H A Dunit-test.cc295 range.set_end(2);
325 wrange.set_end(6);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.cc424 selection_range_.set_end(range.end());
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; local
341 pos = set_end = hdr.payload + hdr.length;
343 if (asn1_get_next(set_pos, set_end - set_pos, &hdr) < 0 ||
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; local
341 pos = set_end = hdr.payload + hdr.length;
343 if (asn1_get_next(set_pos, set_end - set_pos, &hdr) < 0 ||
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.c296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; local
341 pos = set_end = hdr.payload + hdr.length;
343 if (asn1_get_next(set_pos, set_end - set_pos, &hdr) < 0 ||
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc570 message->mutable_extension_range(i)->set_end(max_extension_number);
1142 range->set_end(end);
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_views.cc140 selection.set_end(reversed ? min : max);
1093 range.set_end(range.end() + after);
/external/chromium_org/content/renderer/
H A Drender_widget.cc2339 range->set_end(location + length);
2342 range->set_end(location + length);
/external/chromium_org/ui/gfx/
H A Drender_text.cc527 composition_range_.set_end(composition_range.end());
H A Drender_text_win.cc601 run->range.set_end(run_break);
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc782 range->set_end(end);

Completed in 392 milliseconds

12