Lines Matching refs:PropertyAttributes
366 PropertyAttributes attributes;
369 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
388 PropertyAttributes attribs = static_cast<PropertyAttributes>(
416 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY);
533 PropertyAttributes attribs = static_cast<PropertyAttributes>(
562 attribs = static_cast<PropertyAttributes>(attribs | READ_ONLY);
815 static const PropertyAttributes attributes =
816 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
878 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE));
918 static_cast<PropertyAttributes>(DONT_ENUM |
953 PropertyAttributes final =
954 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
990 PropertyAttributes writable =
991 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
1124 const PropertyAttributes attributes =
1125 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
1444 static const PropertyAttributes attributes =
1445 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
1480 PropertyAttributes common_attributes =
1481 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
1649 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE));