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/
TextRange.js 38 WebInspector.TextRange = function(startLine, startColumn, endLine, endColumn)
46 WebInspector.TextRange.createFromLocation = function(line, column)
48 return new WebInspector.TextRange(line, column, line, column);
53 * @return {WebInspector.TextRange}
55 WebInspector.TextRange.fromObject = function (serializedTextRange)
57 return new WebInspector.TextRange(serializedTextRange.startLine, serializedTextRange.startColumn, serializedTextRange.endLine, serializedTextRange.endColumn);
60 WebInspector.TextRange.prototype = {
70 * @param {WebInspector.TextRange} range
81 * @param {WebInspector.TextRange} range
101 return new WebInspector.TextRange(this.endLine, this.endColumn, this.endLine, this.endColumn)
    [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;
151 std::vector<TextRange> contents_text_ranges_;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TextRange.java 27 public final class TextRange {
107 public TextRange(final CharSequence textAtCursor, final int wordAtCursorStartIndex,
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 309 milliseconds