Searched refs:PODType (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebCore/bindings/v8/ |
D | V8SVGPODTypeWrapper.h | 47 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/ |
D | JSSVGPODTypeWrapper.h | 36 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/ |
D | SVGPoint.idl | 27 interface [Conditional=SVG, PODType=FloatPoint] SVGPoint {
|
D | SVGNumber.idl | 27 interface [Conditional=SVG, PODType=float] SVGNumber {
|
D | SVGRect.idl | 27 interface [Conditional=SVG, PODType=FloatRect] SVGRect {
|
D | SVGTransform.idl | 26 interface [Conditional=SVG, GenerateConstructor, PODType=SVGTransform] SVGTransform {
|
D | SVGLength.idl | 27 interface [Conditional=SVG, GenerateConstructor, PODType=SVGLength] SVGLength {
|
D | SVGMatrix.idl | 27 interface [Conditional=SVG, PODType=TransformationMatrix] SVGMatrix {
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 3761 (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):
|
D | ChangeLog-2007-10-14 | 2890 (WebCore::JSSVGPODTypeWrapperCreatorReadWrite::operator PODType): 2894 (WebCore::JSSVGPODTypeWrapperCreatorReadOnly::operator PODType):
|
D | ChangeLog-2006-12-31 | 4514 (WebCore::JSSVGPODTypeWrapper::operator PODType&):
|
D | ChangeLog-2009-06-16 | 97364 (WebCore::JSSVGStaticPODTypeWrapperWithParent::operator PODType):
|