Searched refs:rangeList (Results 1 – 8 of 8) sorted by relevance
68 DWARFDebugRangeList rangeList; in dump() local69 while (rangeList.extract(rangesData, &offset)) in dump()70 rangeList.dump(OS); in dump()
106 CSSValueList* rangeList = static_cast<CSSValueList*>(unicodeRange.get()); in addFontFaceRule() local277 if (rangeList) { in addFontFaceRule()278 unsigned numRanges = rangeList->length(); in addFontFaceRule()280 …CSSUnicodeRangeValue* range = static_cast<CSSUnicodeRangeValue*>(rangeList->itemWithoutBoundsCheck… in addFontFaceRule()
317 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stri… in parseKerningUnicodeString() argument334 rangeList.append(range); in parseKerningUnicodeString()
67 NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList) in NPN_RequestRead() argument
47 typedef NPError (*NPN_RequestReadProcPtr)(NPStream* stream, NPByteRange* rangeList);
63 NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList)
860 NPError NP_LOADDS NPN_RequestRead(NPStream* stream, NPByteRange* rangeList);
311 static NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList) in NPN_RequestRead() argument