Home
last modified time | relevance | path

Searched refs:srcValue (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGFontFaceSrcElement.cpp46 PassRefPtr<CSSValueList> SVGFontFaceSrcElement::srcValue() const in srcValue() function in WebCore::SVGFontFaceSrcElement
50 RefPtr<CSSFontFaceSrcValue> srcValue; in srcValue() local
52 srcValue = static_cast<SVGFontFaceUriElement*>(child)->srcValue(); in srcValue()
54 srcValue = static_cast<SVGFontFaceNameElement*>(child)->srcValue(); in srcValue()
55 if (srcValue && srcValue->resource().length()) in srcValue()
56 list->append(srcValue); in srcValue()
DSVGFontFaceNameElement.h34 PassRefPtr<CSSFontFaceSrcValue> srcValue() const;
DSVGFontFaceSrcElement.h34 PassRefPtr<CSSValueList> srcValue() const;
DSVGFontFaceNameElement.cpp40 PassRefPtr<CSSFontFaceSrcValue> SVGFontFaceNameElement::srcValue() const in srcValue() function in WebCore::SVGFontFaceNameElement
DSVGFontFaceUriElement.h39 PassRefPtr<CSSFontFaceSrcValue> srcValue() const;
DSVGFontFaceUriElement.cpp55 PassRefPtr<CSSFontFaceSrcValue> SVGFontFaceUriElement::srcValue() const in srcValue() function in WebCore::SVGFontFaceUriElement
DSVGFontFaceElement.cpp293 list = srcElement->srcValue(); in rebuildFontFace()
/external/clang/lib/CodeGen/
DCGBlocks.cpp1289 llvm::Value *srcValue = Builder.CreateLoad(srcField, "blockcopy.src"); in GenerateCopyHelperFunction() local
1290 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy); in GenerateCopyHelperFunction()
1292 Builder.CreateCall3(CGM.getBlockObjectAssign(), dstAddr, srcValue, in GenerateCopyHelperFunction()
1434 llvm::Value *srcValue = CGF.Builder.CreateLoad(srcField); in emitCopy() local
1440 CGF.Builder.CreateCall3(fn, destField, srcValue, flagsVal); in emitCopy()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp3509 JSValue srcValue = callFrame->r(src).jsValue(); in privateExecute() local
3511 …if (srcValue.isUndefinedOrNull() || (srcValue.isCell() && srcValue.asCell()->structure()->typeInfo… in privateExecute()
3527 JSValue srcValue = callFrame->r(src).jsValue(); in privateExecute() local
3529 …if (!srcValue.isUndefinedOrNull() && (!srcValue.isCell() || !srcValue.asCell()->structure()->typeI… in privateExecute()
3545 JSValue srcValue = callFrame->r(src).jsValue(); in privateExecute() local
3546 if (srcValue != vPC[2].u.jsCell.get()) { in privateExecute()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp973 Value *srcValue = new Argument(PointerType::get(ObjectVT.getTypeForEVT( in LowerFormalArguments() local
977 MachinePointerInfo(srcValue), false, false, in LowerFormalArguments()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1011364 (WebCore::SVGFontFaceNameElement::srcValue):
11366 (WebCore::SVGFontFaceSrcElement::srcValue):
11368 (WebCore::SVGFontFaceUriElement::srcValue):
54965 (WebCore::SVGFontFaceUriElement::srcValue):
79701 (WebCore::SVGFontFaceNameElement::srcValue):
79707 (WebCore::SVGFontFaceSrcElement::srcValue):
79714 (WebCore::SVGFontFaceUriElement::srcValue):
DChangeLog-2010-12-0624305 (WebCore::SVGFontFaceSrcElement::srcValue): Don't add empty src
125642 which rely on the srcValue "context". The previous HTMLTokenizer