Searched defs:srcValue (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGFontFaceNameElement.cpp40 PassRefPtr<CSSFontFaceSrcValue> SVGFontFaceNameElement::srcValue() const function in class:WebCore::SVGFontFaceNameElement
H A DSVGFontFaceSrcElement.cpp46 PassRefPtr<CSSValueList> SVGFontFaceSrcElement::srcValue() const function in class:WebCore::SVGFontFaceSrcElement
50 RefPtr<CSSFontFaceSrcValue> srcValue; local
52 srcValue = static_cast<SVGFontFaceUriElement*>(child)->srcValue();
54 srcValue = static_cast<SVGFontFaceNameElement*>(child)->srcValue();
55 if (srcValue && srcValue->resource().length())
56 list->append(srcValue);
H A DSVGFontFaceUriElement.cpp55 PassRefPtr<CSSFontFaceSrcValue> SVGFontFaceUriElement::srcValue() const function in class:WebCore::SVGFontFaceUriElement
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1282 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); local
1283 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy);
1285 Builder.CreateCall3(CGM.getBlockObjectAssign(), dstAddr, srcValue,
1427 llvm::Value *srcValue = CGF.Builder.CreateLoad(srcField); local
1433 CGF.Builder.CreateCall3(fn, destField, srcValue, flagsVal);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 85 milliseconds