HomeSort by relevance Sort by last modified time
    Searched refs:AttributeType (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
attribute.swg 47 %attributeref(Class, AttributeType, AttributeName, AccessorMethod)
141 %define %attribute_custom(Class, AttributeType, AttributeName, GetMethod, SetMethod, GetMethodCall, SetMethodCall)
148 AttributeType AttributeName;
152 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
155 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_) {
158 template < class C > inline void %mangle(Class) ##_## AttributeName ## _set(C* self_, AttributeType val_) {
170 %define %attribute_readonly(Class, AttributeType, AttributeName, GetMethod, GetMethodCall)
175 AttributeType AttributeName;
179 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(const C* self_) {
182 template < class C > inline AttributeType %mangle(Class) ##_## AttributeName ## _get(C* self_)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h 143 enum AttributeType {
148 AttributeType attributeType() const { return m_attributeType; }
196 AttributeType m_attributeType;
  /external/chromium_org/net/third_party/nss/ssl/
sslplatf.c 706 blindingAttr.AttributeType = CSSM_ATTRIBUTE_RSA_BLINDING;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wininet.h     [all...]

Completed in 232 milliseconds