Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/v8/
DV8SVGPODTypeWrapper.h47 template<typename PODType>
48 class V8SVGPODTypeWrapper : public RefCounted<V8SVGPODTypeWrapper<PODType> > {
52 virtual operator PODType() = 0;
53 virtual void commitChange(PODType, SVGElement*) = 0;
56 template<typename PODType>
57 class V8SVGPODTypeWrapperCreatorForList : public V8SVGPODTypeWrapper<PODType> {
59 typedef SVGPODListItem<PODType> PODListItemPtrType;
61 typedef PODType (SVGPODListItem<PODType>::*GetterMethod)() const;
62 typedef void (SVGPODListItem<PODType>::*SetterMethod)(PODType);
72 virtual operator PODType() { return (m_creator.get()->*m_getter)(); } in PODType() function
[all …]
/external/webkit/WebCore/bindings/js/
DJSSVGPODTypeWrapper.h36 template<typename PODType>
37 class JSSVGPODTypeWrapper : public RefCounted<JSSVGPODTypeWrapper<PODType> > {
41 virtual operator PODType() = 0;
42 virtual void commitChange(PODType, SVGElement*) = 0;
73 template<typename PODType, typename PODTypeCreator>
74 class JSSVGDynamicPODTypeWrapper : public JSSVGPODTypeWrapper<PODType> {
76 typedef PODType (PODTypeCreator::*GetterMethod)() const;
77 typedef void (PODTypeCreator::*SetterMethod)(PODType);
84 virtual operator PODType() in PODType() function
89 virtual void commitChange(PODType type, SVGElement* context) in commitChange()
[all …]
/external/webkit/WebCore/svg/
DSVGPoint.idl27 interface [Conditional=SVG, PODType=FloatPoint] SVGPoint {
DSVGNumber.idl27 interface [Conditional=SVG, PODType=float] SVGNumber {
DSVGRect.idl27 interface [Conditional=SVG, PODType=FloatRect] SVGRect {
DSVGTransform.idl26 interface [Conditional=SVG, GenerateConstructor, PODType=SVGTransform] SVGTransform {
DSVGLength.idl27 interface [Conditional=SVG, GenerateConstructor, PODType=SVGLength] SVGLength {
DSVGMatrix.idl27 interface [Conditional=SVG, PODType=TransformationMatrix] SVGMatrix {
/external/webkit/WebCore/
DChangeLog-2008-08-103761 (WebCore::JSSVGDynamicPODTypeWrapper::operator PODType):
3764 (WebCore::JSSVGStaticPODTypeWrapper::operator PODType):
3767 (WebCore::JSSVGPODTypeWrapperCreatorForList::operator PODType):
27711 Make this a PODType as it really is in the implementation.
53533 (WebCore::JSSVGPODTypeWrapperCreatorForList::operator PODType):
DChangeLog-2007-10-142890 (WebCore::JSSVGPODTypeWrapperCreatorReadWrite::operator PODType):
2894 (WebCore::JSSVGPODTypeWrapperCreatorReadOnly::operator PODType):
DChangeLog-2006-12-314514 (WebCore::JSSVGPODTypeWrapper::operator PODType&):
DChangeLog-2009-06-1697364 (WebCore::JSSVGStaticPODTypeWrapperWithParent::operator PODType):