HomeSort by relevance Sort by last modified time
    Searched defs:TextRange (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
TextRange.js 38 WebInspector.TextRange = function(startLine, startColumn, endLine, endColumn)
49 * @return {!WebInspector.TextRange}
51 WebInspector.TextRange.createFromLocation = function(line, column)
53 return new WebInspector.TextRange(line, column, line, column);
58 * @return {!WebInspector.TextRange}
60 WebInspector.TextRange.fromObject = function(serializedTextRange)
62 return new WebInspector.TextRange(serializedTextRange.startLine, serializedTextRange.startColumn, serializedTextRange.endLine, serializedTextRange.endColumn);
66 * @param {!WebInspector.TextRange} range1
67 * @param {!WebInspector.TextRange} range2
70 WebInspector.TextRange.comparator = function(range1, range2
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_controller.h 34 struct TextRange {
35 // The range of text this TextRange applies to (start and end).
40 bool operator==(const TextRange& other) const;
84 const std::vector<TextRange>& ContentsTextRanges() const;
155 std::vector<TextRange> contents_text_ranges_;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TextRange.java 27 public final class TextRange {
108 public TextRange(final CharSequence textAtCursor, final int wordAtCursorStartIndex,
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 146 milliseconds