Lines Matching refs:PropertyAttributes
365 PropertyAttributes attributes;
368 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
397 PropertyAttributes attribs = static_cast<PropertyAttributes>(
420 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY);
535 PropertyAttributes rw_attribs =
536 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
537 PropertyAttributes ro_attribs =
538 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
560 PropertyAttributes attribs =
803 static const PropertyAttributes attributes =
804 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
873 PropertyAttributes attribs = static_cast<PropertyAttributes>(
928 PropertyAttributes attribs = static_cast<PropertyAttributes>(
962 PropertyAttributes final =
963 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
1002 PropertyAttributes writable =
1003 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
1182 const PropertyAttributes attributes =
1183 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
1630 PropertyAttributes attribs = static_cast<PropertyAttributes>(
1675 static const PropertyAttributes attributes =
1676 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
1769 PropertyAttributes attribs =
1770 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);