/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
H A D | externs.js | 5 Range.prototype.getBoundingClientRect; 0 Range.prototype.getBoundingClientRect; class
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
H A D | ITokenStream.cs | 50 int Range property in interface:Antlr.Runtime.ITokenStream
|
/external/chromium_org/media/base/ |
H A D | text_ranges.h | 44 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 D | SkPdfFunctionCommonDictionary_autogen.cpp | 35 SkPdfArray* SkPdfFunctionCommonDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfFunctionCommonDictionary 36 SkPdfNativeObject* ret = get("Range", ""); 44 return get("Range", "") != NULL;
|
H A D | SkPdfLabColorSpaceDictionary_autogen.cpp | 35 SkPdfArray* SkPdfLabColorSpaceDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfLabColorSpaceDictionary 36 SkPdfNativeObject* ret = get("Range", ""); 44 return get("Range", "") != NULL;
|
H A D | SkPdfIccProfileStreamDictionary_autogen.cpp | 55 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 D | range_win.cc | 13 Range::Range(const CHARRANGE& range, LONG total_length) { function in class:gfx::Range 32 CHARRANGE Range::ToCHARRANGE() const {
|
H A D | range.h | 29 // 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 D | HTMLRewrite.h | 40 inline void HighlightRange(Rewriter &R, SourceRange Range, argument 42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
|
/external/clang/include/clang/Sema/ |
H A D | LoopHint.h | 22 SourceRange Range; member in struct:clang::LoopHint
|
/external/clang/test/SemaCXX/ |
H A D | for-range-no-std.cpp | 12 struct Range {}; struct 13 int begin(Range); // expected-note {{not viable}} 14 int end(Range);
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugRanges.h | 24 typedef RangeList::Entry Range; typedef in class:DWARFDebugRanges
|
H A D | DWARFDebugAranges.h | 26 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 D | SkPdfFunctionCommonDictionary_autogen.cpp | 35 SkPdfArray* SkPdfFunctionCommonDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfFunctionCommonDictionary 36 SkPdfNativeObject* ret = get("Range", ""); 44 return get("Range", "") != NULL;
|
H A D | SkPdfLabColorSpaceDictionary_autogen.cpp | 35 SkPdfArray* SkPdfLabColorSpaceDictionary::Range(SkPdfNativeDoc* doc) { function in class:SkPdfLabColorSpaceDictionary 36 SkPdfNativeObject* ret = get("Range", ""); 44 return get("Range", "") != NULL;
|
H A D | SkPdfIccProfileStreamDictionary_autogen.cpp | 55 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 D | ITokenStream.cs | 48 int Range { property in interface:Antlr.Runtime.ITokenStream
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
H A D | FastQueue.cs | 63 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 D | FastQueue.cs | 67 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 D | db.h | 33 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 D | Range.java | 20 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 D | Range.h | 1 //===--------------------- 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 D | cmap_int.h | 10 typedef enum { None, Single, Range, Reverse } MapType;
enumerator in enum:FXCMAP_CMap::__anon28559
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
H A D | util.rb | 150 class Range class
|
/external/chromium_org/cc/animation/ |
H A D | timing_function.cc | 36 void CubicBezierTimingFunction::Range(float* min, float* max) const { function in class:cc::CubicBezierTimingFunction 39 bezier_.Range(&min_d, &max_d);
|