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

  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.h 39 // Modeled like the Windows CHARRANGE. Represent a pair of cursor position
42 struct CharRange {
43 CharRange() : cp_min(0), cp_max(0) { }
44 CharRange(int n, int x) : cp_min(n), cp_max(x) { }
249 CharRange GetSelection() const;
252 void ItersFromCharRange(const CharRange& range,
265 const CharRange& range);
268 void SetSelectedRange(const CharRange& range);
339 CharRange saved_temporary_selection_;
343 CharRange sel_before_change_
    [all...]
omnibox_view_gtk.cc 83 explicit ViewState(const OmniboxViewGtk::CharRange& selection_range)
88 OmniboxViewGtk::CharRange selection_range;
510 CharRange range(static_cast<int>(caret_pos), static_cast<int>(caret_pos));
527 SetSelectedRange(CharRange(current_text.size(), start + 1));
550 CharRange selection = GetSelection();
569 CharRange sel = GetSelection();
597 CharRange range(display_text.size(), user_text_length);
655 const CharRange new_sel = GetSelection();
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.h 55 // Modeled like the Windows CHARRANGE. Represent a pair of cursor position
58 struct CharRange {
59 CharRange() : cp_min(0), cp_max(0) { }
60 CharRange(int n, int x) : cp_min(n), cp_max(x) { }
309 CharRange GetSelection() const;
312 void ItersFromCharRange(const CharRange& range,
337 const CharRange& range);
340 void SetSelectedRange(const CharRange& range);
421 CharRange saved_temporary_selection_;
425 CharRange sel_before_change_
    [all...]
autocomplete_edit_view_gtk.cc 81 explicit ViewState(const AutocompleteEditViewGtk::CharRange& selection_range)
86 AutocompleteEditViewGtk::CharRange selection_range;
558 CharRange range(static_cast<int>(caret_pos), static_cast<int>(caret_pos));
569 SetSelectedRange(CharRange(current_text.size(), start + 1));
592 CharRange selection = GetSelection();
617 CharRange sel = GetSelection();
646 CharRange range(display_text.size(), user_text_length);
702 const CharRange new_sel = GetSelection();
    [all...]
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 65 struct CharRange {
68 CharRange(CharSourceRange range, SourceManager &srcMgr, Preprocessor &PP) {
81 RangeComparison compareWith(const CharRange &RHS) const {
100 return CharRange(CharSourceRange::getTokenRange(LHS), SrcMgr, PP)
101 .compareWith(CharRange(CharSourceRange::getTokenRange(RHS),
112 std::list<CharRange> Removals;
116 std::vector<std::pair<CharRange, SourceLocation> > IndentationRanges;
465 RangeComparison comp = CharRange::compare(replacementRange, range,
495 std::make_pair(CharRange(CharSourceRange::getTokenRange(range),
508 for (std::list<CharRange>::reverse_iterato
    [all...]
  /frameworks/av/media/libmedia/
autodetect.cpp 19 struct CharRange {
27 static const CharRange kShiftJISRanges[] = {
133 static const CharRange kGBKRanges[] = {
398 static const CharRange kEUCKRRanges[] = {
672 static const CharRange kBig5Ranges[] = {
849 static bool charMatchesEncoding(int ch, const CharRange* encodingRanges, int rangeCount) {
856 const CharRange* range = &encodingRanges[i];
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 289 milliseconds