readOnly 72 libcore/PropFlags.h _flags(((read_only) ? readOnly : 0) | readOnly 147 libcore/PropFlags.h if (fl.test<PropFlags::readOnly>()) os << " readonly"; readOnly 136 libcore/Property.cpp if (readOnly(*this)) { readOnly 424 libcore/Property.h readOnly(const Property& prop) { readOnly 425 libcore/Property.h return prop.getFlags().test<PropFlags::readOnly>(); readOnly 316 libcore/Video.cpp PropFlags::readOnly; readOnly 55 libcore/abc/Class.cpp flags |= PropFlags::readOnly; readOnly 107 libcore/abc/Method.cpp if (isconst) flags |= PropFlags::readOnly; readOnly 621 libcore/as_object.cpp if (readOnly(*prop)) { readOnly 737 libcore/as_object.cpp init_property(uri, getter, getter, initflags | PropFlags::readOnly); readOnly 746 libcore/as_object.cpp init_property(uri, getter, getter, initflags | PropFlags::readOnly); readOnly 47 libcore/asobj/Accessibility_as.cpp const int flags = as_object::DefaultFlags | PropFlags::readOnly; readOnly 76 libcore/asobj/Accessibility_as.cpp PropFlags::readOnly; readOnly 75 libcore/asobj/Color_as.cpp const int protect = as_object::DefaultFlags | PropFlags::readOnly; readOnly 91 libcore/asobj/Color_as.cpp PropFlags::readOnly; readOnly 213 libcore/asobj/Date_as.cpp const int flags = PropFlags::readOnly; readOnly 386 libcore/asobj/Date_as.cpp const int flags = as_object::DefaultFlags | PropFlags::readOnly; readOnly 625 libcore/asobj/Global_as.cpp PropFlags::readOnly | readOnly 116 libcore/asobj/Key_as.cpp const int flags = PropFlags::readOnly | readOnly 230 libcore/asobj/Math_as.cpp | PropFlags::readOnly; readOnly 73 libcore/asobj/Mouse_as.cpp PropFlags::readOnly; readOnly 128 libcore/asobj/Number_as.cpp const int cflags = as_object::DefaultFlags | PropFlags::readOnly; readOnly 95 libcore/asobj/Object.cpp const int readOnly = PropFlags::readOnly; readOnly 96 libcore/asobj/Object.cpp cl->set_member_flags(NSV::PROP_uuPROTOuu, readOnly); readOnly 97 libcore/asobj/Object.cpp cl->set_member_flags(NSV::PROP_CONSTRUCTOR, readOnly); readOnly 98 libcore/asobj/Object.cpp cl->set_member_flags(NSV::PROP_PROTOTYPE, readOnly); readOnly 100 libcore/asobj/Object.cpp const int readOnlyFlags = as_object::DefaultFlags | PropFlags::readOnly; readOnly 89 libcore/asobj/Selection_as.cpp PropFlags::readOnly; readOnly 264 libcore/asobj/SharedObject_as.cpp PropFlags::readOnly; readOnly 284 libcore/asobj/Sound_as.cpp proto->set_member_flags(NSV::PROP_CONSTRUCTOR, PropFlags::readOnly); readOnly 285 libcore/asobj/Sound_as.cpp proto->set_member_flags(NSV::PROP_uuPROTOuu, PropFlags::readOnly, 0); readOnly 858 libcore/asobj/Sound_as.cpp PropFlags::readOnly; readOnly 883 libcore/asobj/Sound_as.cpp PropFlags::readOnly | readOnly 246 libcore/asobj/System_as.cpp | PropFlags::dontEnum | PropFlags::readOnly; readOnly 297 libcore/asobj/System_as.cpp | PropFlags::readOnly readOnly 159 libcore/asobj/XMLNode_as.cpp _childNodes->set_member_flags(key, PropFlags::readOnly); readOnly 160 libcore/swf/DefineEditTextTag.h bool readOnly() const readOnly 42 testsuite/libcore.all/PropFlagsTest.cpp check(!flags.test<PropFlags::readOnly>()); readOnly 50 testsuite/libcore.all/PropFlagsTest.cpp check(!flags2.test<PropFlags::readOnly>());