Home
last modified time | relevance | path

Searched refs:rangeList (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFContext.cpp68 DWARFDebugRangeList rangeList; in dump() local
69 while (rangeList.extract(rangesData, &offset)) in dump()
70 rangeList.dump(OS); in dump()
/external/webkit/Source/WebCore/css/
DCSSFontSelector.cpp106 CSSValueList* rangeList = static_cast<CSSValueList*>(unicodeRange.get()); in addFontFaceRule() local
277 if (rangeList) { in addFontFaceRule()
278 unsigned numRanges = rangeList->length(); in addFontFaceRule()
280 …CSSUnicodeRangeValue* range = static_cast<CSSUnicodeRangeValue*>(rangeList->itemWithoutBoundsCheck… in addFontFaceRule()
/external/webkit/Source/WebCore/svg/
DSVGParserUtilities.cpp317 bool parseKerningUnicodeString(const String& input, UnicodeRanges& rangeList, HashSet<String>& stri… in parseKerningUnicodeString() argument
334 rangeList.append(range); in parseKerningUnicodeString()
/external/webkit/Source/WebCore/plugins/
Dnpapi.cpp67 NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList) in NPN_RequestRead() argument
Dnpfunctions.h47 typedef NPError (*NPN_RequestReadProcPtr)(NPStream* stream, NPByteRange* rangeList);
/external/webkit/Source/WebKit/mac/Plugins/
Dnpapi.mm63 NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList)
/external/webkit/Source/WebCore/bridge/
Dnpapi.h860 NPError NP_LOADDS NPN_RequestRead(NPStream* stream, NPByteRange* rangeList);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapeBrowserFuncs.cpp311 static NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList) in NPN_RequestRead() argument