Searched defs:Range (Results 1 - 25 of 188) sorted by relevance

12345678

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dexterns.js5 Range.prototype.getBoundingClientRect;
0 Range.prototype.getBoundingClientRect; class
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DITokenStream.cs50 int Range property in interface:Antlr.Runtime.ITokenStream
/external/chromium_org/media/base/
H A Dtext_ranges.h44 class Range { class in class:media::TextRanges
73 typedef std::map<base::TimeDelta, Range> RangeMap;
81 void Merge(Range& curr_range, const RangeMap::iterator& next_range_itr);
84 // (inclusive) by the key and Range::last_time.
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFunctionCommonDictionary_autogen.cpp35 SkPdfArray* SkPdfFunctionCommonDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfFunctionCommonDictionary
36 SkPdfNativeObject* ret = get("Range", "");
44 return get("Range", "") != NULL;
H A DSkPdfLabColorSpaceDictionary_autogen.cpp35 SkPdfArray* SkPdfLabColorSpaceDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfLabColorSpaceDictionary
36 SkPdfNativeObject* ret = get("Range", "");
44 return get("Range", "") != NULL;
H A DSkPdfIccProfileStreamDictionary_autogen.cpp55 SkPdfArray* SkPdfIccProfileStreamDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfIccProfileStreamDictionary
56 SkPdfNativeObject* ret = get("Range", "");
64 return get("Range", "") != NULL;
/external/chromium_org/ui/gfx/range/
H A Drange_win.cc13 Range::Range(const CHARRANGE& range, LONG total_length) { function in class:gfx::Range
32 CHARRANGE Range::ToCHARRANGE() const {
H A Drange.h29 // A Range contains two integer values that represent a numeric range, like the
31 // position; when they are the same, the Range is akin to a caret. Note that
34 class GFX_EXPORT Range { class in namespace:gfx
37 Range();
40 Range(size_t start, size_t end);
43 explicit Range(size_t position);
47 explicit Range(const NSRange& range);
51 Range(const CHARRANGE& range, LONG total_length = -1);
55 static const Range InvalidRange();
80 bool operator==(const Range
[all...]
/external/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h40 inline void HighlightRange(Rewriter &R, SourceRange Range, argument
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
/external/clang/include/clang/Sema/
H A DLoopHint.h22 SourceRange Range; member in struct:clang::LoopHint
/external/clang/test/SemaCXX/
H A Dfor-range-no-std.cpp12 struct Range {}; struct
13 int begin(Range); // expected-note {{not viable}}
14 int end(Range);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.h24 typedef RangeList::Entry Range; typedef in class:DWARFDebugRanges
H A DDWARFDebugAranges.h26 typedef RangeToDIE::Entry Range; typedef in class:DWARFDebugAranges
52 const Range*
78 const Range *range = m_aranges.GetEntryAtIndex (idx);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFunctionCommonDictionary_autogen.cpp35 SkPdfArray* SkPdfFunctionCommonDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfFunctionCommonDictionary
36 SkPdfNativeObject* ret = get("Range", "");
44 return get("Range", "") != NULL;
H A DSkPdfLabColorSpaceDictionary_autogen.cpp35 SkPdfArray* SkPdfLabColorSpaceDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfLabColorSpaceDictionary
36 SkPdfNativeObject* ret = get("Range", "");
44 return get("Range", "") != NULL;
H A DSkPdfIccProfileStreamDictionary_autogen.cpp55 SkPdfArray* SkPdfIccProfileStreamDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfIccProfileStreamDictionary
56 SkPdfNativeObject* ret = get("Range", "");
64 return get("Range", "") != NULL;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DITokenStream.cs48 int Range { property in interface:Antlr.Runtime.ITokenStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DFastQueue.cs63 public virtual int Range { property in class:Antlr.Runtime.Misc.FastQueue
82 if (absIndex > Range)
83 Range = absIndex;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFastQueue.cs67 public virtual int Range property in class:Antlr.Runtime.Misc.FastQueue
89 if (absIndex > Range)
90 Range = absIndex;
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Ddb.h33 struct Range { struct in namespace:leveldb
37 Range() { } function in struct:leveldb::Range
38 Range(const Slice& s, const Slice& l) : start(s), limit(l) { } function in struct:leveldb::Range
128 virtual void GetApproximateSizes(const Range* range, int n,
/external/easymock/src/org/easymock/internal/
H A DRange.java20 public class Range implements Serializable { class in inherits:Serializable
28 public Range(int count) { method in class:Range
32 public Range(int minimum, int maximum) { method in class:Range
/external/lldb/include/lldb/Utility/
H A DRange.h1 //===--------------------- Range.h ------------------------------*- C++ -*-===//
18 class Range class in namespace:lldb_utility
26 Range (const Range& rng);
28 Range (ValueType low = 0,
31 Range&
32 operator = (const Range& rhs);
62 Intersection (const Range& other);
65 Union (const Range& other);
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
H A Dcmap_int.h10 typedef enum { None, Single, Range, Reverse } MapType; enumerator in enum:FXCMAP_CMap::__anon28559
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb150 class Range class
/external/chromium_org/cc/animation/
H A Dtiming_function.cc36 void CubicBezierTimingFunction::Range(float* min, float* max) const { function in class:cc::CubicBezierTimingFunction
39 bezier_.Range(&min_d, &max_d);

Completed in 663 milliseconds

12345678