owner 83 libcore/Relay.h explicit ActiveRelay(as_object* owner)
owner 85 libcore/Relay.h _owner(owner)
owner 105 libcore/Relay.h as_object& owner() const {
owner 88 libcore/as_object.cpp Property* getProperty(as_object** owner = 0) const {
owner 94 libcore/as_object.cpp if (owner) *owner = _object;
owner 210 libcore/as_object.cpp as_object* owner = 0;
owner 211 libcore/as_object.cpp proto->findProperty(fname, &owner);
owner 212 libcore/as_object.cpp if (!owner) return 0;
owner 214 libcore/as_object.cpp if (owner == proto) return new as_super(getGlobal(*this), proto);
owner 217 libcore/as_object.cpp while (tmp && tmp->get_prototype() != owner) {
owner 230 libcore/as_object.cpp return new as_super(getGlobal(*this), owner);
owner 454 libcore/as_object.cpp as_object* owner = 0;
owner 455 libcore/as_object.cpp findProperty(fname, &owner);
owner 457 libcore/as_object.cpp if (owner != this) proto = owner;
owner 484 libcore/as_object.cpp Property* prop = pr.getProperty(owner);
owner 203 libcore/as_object.h Property* findProperty(const ObjectURI& uri, as_object** owner = 0);
owner 232 libcore/asobj/LocalConnection_as.cpp VM& vm = getVM(owner());
owner 237 libcore/asobj/LocalConnection_as.cpp movie_root& mr = getRoot(owner());
owner 280 libcore/asobj/LocalConnection_as.cpp movie_root& mr = getRoot(owner());
owner 326 libcore/asobj/LocalConnection_as.cpp amf::Reader rd(b, end, getGlobal(owner()));
owner 343 libcore/asobj/LocalConnection_as.cpp VM& vm = getVM(owner());
owner 358 libcore/asobj/LocalConnection_as.cpp executeAMFFunction(owner(), rd);
owner 374 libcore/asobj/LocalConnection_as.cpp movie_root& mr = getRoot(owner());
owner 423 libcore/asobj/LocalConnection_as.cpp movie_root& mr = getRoot(owner());
owner 475 libcore/asobj/LocalConnection_as.cpp movie_root& mr = getRoot(owner());
owner 326 libcore/asobj/NetConnection_as.cpp const RunResources& r = getRunResources(_nc.owner());
owner 327 libcore/asobj/NetConnection_as.cpp Global_as& gl = getGlobal(_nc.owner());
owner 336 libcore/asobj/NetConnection_as.cpp o->init_member("flashVer", getVM(_nc.owner()).getPlayerVersion(),
owner 351 libcore/asobj/NetConnection_as.cpp as_object* cb = createObject(getGlobal(_nc.owner()));
owner 355 libcore/asobj/NetConnection_as.cpp cb->init_member("_conn", &_nc.owner(), 0);
owner 419 libcore/asobj/NetConnection_as.cpp owner().setReachable();
owner 432 libcore/asobj/NetConnection_as.cpp const RunResources& r = getRunResources(owner());
owner 455 libcore/asobj/NetConnection_as.cpp as_object* o = createObject(getGlobal(owner()));
owner 462 libcore/asobj/NetConnection_as.cpp callMethod(&owner(), NSV::PROP_ON_STATUS, o);
owner 492 libcore/asobj/NetConnection_as.cpp const RunResources& r = getRunResources(owner());
owner 559 libcore/asobj/NetConnection_as.cpp owner().init_readonly_property("uri", &netconnection_uri);
owner 582 libcore/asobj/NetConnection_as.cpp const RunResources& ri = getRunResources(owner());
owner 602 libcore/asobj/NetConnection_as.cpp getRoot(owner()).addAdvanceCallback(this);
owner 608 libcore/asobj/NetConnection_as.cpp getRoot(owner()).removeAdvanceCallback(this);
owner 902 libcore/asobj/NetConnection_as.cpp VM& vm = getVM(owner);
owner 907 libcore/asobj/NetConnection_as.cpp callMethod(&owner, key, arg);
owner 1059 libcore/asobj/NetConnection_as.cpp const StreamProvider& sp = getRunResources(nc.owner()).streamProvider();
owner 1124 libcore/asobj/NetConnection_as.cpp callMethod(&nc.owner(), NSV::PROP_ON_STATUS, as_value());
owner 1141 libcore/asobj/NetConnection_as.cpp amf::Reader rd(b, end, getGlobal(nc.owner()));
owner 1147 libcore/asobj/NetConnection_as.cpp handleAMFInvoke(rd, b, end, nc.owner());
owner 1156 libcore/asobj/NetConnection_as.cpp callMethod(&nc.owner(), NSV::PROP_ON_STATUS, as_value());
owner 1242 libcore/asobj/NetConnection_as.cpp const ObjectURI methodname = getURI(getVM(_nc.owner()), method);
owner 1253 libcore/asobj/NetConnection_as.cpp amf::Reader rd(payload, end, getGlobal(_nc.owner()));
owner 1299 libcore/asobj/NetConnection_as.cpp amf::Reader rd(payload, end, getGlobal(_nc.owner()));
owner 1308 libcore/asobj/NetConnection_as.cpp callMethod(&_nc.owner(), NSV::PROP_ON_STATUS, arg);
owner 1315 libcore/asobj/NetConnection_as.cpp amf::Reader rd(payload, end, getGlobal(_nc.owner()));
owner 1323 libcore/asobj/NetConnection_as.cpp callMethod(&_nc.owner(), methodname, arg);
owner 61 libcore/asobj/NetConnection_as.h NetConnection_as(as_object* owner);
owner 171 libcore/asobj/NetStream_as.cpp callMethod(&owner(), NSV::PROP_ON_STATUS, o);
owner 276 libcore/asobj/NetStream_as.cpp as_object* o = createObject(getGlobal(owner()));
owner 286 libcore/asobj/NetStream_as.cpp _audioController.reset(new CharacterProxy(ch, getRoot(owner())));
owner 300 libcore/asobj/NetStream_as.cpp getRoot(owner()).removeAdvanceCallback(this);
owner 306 libcore/asobj/NetStream_as.cpp getRoot(owner()).addAdvanceCallback(this);
owner 443 libcore/asobj/NetStream_as.cpp movie_root& m = getRoot(owner());
owner 474 libcore/asobj/NetStream_as.cpp movie_root& m = getRoot(owner());
owner 1363 libcore/asobj/NetStream_as.cpp executeTag(**i, owner());
owner 1480 libcore/asobj/NetStream_as.cpp static_cast<BufferedAudioStreamer*>(owner);
owner 150 libcore/asobj/NetStream_as.h static unsigned int fetchWrapper(void* owner, boost::int16_t* samples,
owner 182 libcore/asobj/NetStream_as.h NetStream_as(as_object* owner);
owner 565 libcore/asobj/SharedObject_as.cpp return &it->second->owner();
owner 592 libcore/asobj/SharedObject_as.cpp return &sh->owner();
owner 319 libcore/asobj/Sound_as.cpp getRoot(owner()).addAdvanceCallback(this);
owner 329 libcore/asobj/Sound_as.cpp getRoot(owner()).removeAdvanceCallback(this);
owner 337 libcore/asobj/Sound_as.cpp VM& vm = getVM(owner());
owner 340 libcore/asobj/Sound_as.cpp owner().set_member(getURI(vm, "duration"), getDuration());
owner 341 libcore/asobj/Sound_as.cpp owner().set_member(getURI(vm, "position"), getPosition());
owner 364 libcore/asobj/Sound_as.cpp callMethod(&owner(), NSV::PROP_ON_SOUND_COMPLETE);
owner 418 libcore/asobj/Sound_as.cpp _attachedCharacter.reset(new CharacterProxy(attachTo, getRoot(owner())));
owner 427 libcore/asobj/Sound_as.cpp VM& vm = getVM(owner());
owner 428 libcore/asobj/Sound_as.cpp owner().set_member(getURI(vm, "duration"), getDuration());
owner 429 libcore/asobj/Sound_as.cpp owner().set_member(getURI(vm, "position"), getPosition());
owner 527 libcore/asobj/Sound_as.cpp const RunResources& rr = getRunResources(owner());
owner 562 libcore/asobj/Sound_as.cpp VM& vm = getVM(owner());
owner 563 libcore/asobj/Sound_as.cpp owner().set_member(getURI(vm, "duration"), getDuration());
owner 564 libcore/asobj/Sound_as.cpp owner().set_member(getURI(vm, "position"), getPosition());
owner 845 libcore/asobj/Sound_as.cpp Sound_as* so = static_cast<Sound_as*>(owner);
owner 144 libcore/asobj/XMLSocket_as.cpp callMethod(&owner(), NSV::PROP_ON_CONNECT, false);
owner 145 libcore/asobj/XMLSocket_as.cpp getRoot(owner()).removeAdvanceCallback(this);
owner 154 libcore/asobj/XMLSocket_as.cpp callMethod(&owner(), NSV::PROP_ON_CONNECT, true);
owner 174 libcore/asobj/XMLSocket_as.cpp getRoot(owner()).addAdvanceCallback(this);
owner 182 libcore/asobj/XMLSocket_as.cpp getRoot(owner()).removeAdvanceCallback(this);
owner 251 libcore/asobj/XMLSocket_as.cpp callMethod(&owner(), NSV::PROP_ON_DATA, *it);
owner 255 libcore/asobj/XMLSocket_as.cpp callMethod(&owner(), NSV::PROP_ON_CLOSE);
owner 64 libcore/asobj/flash/display/BitmapData_as.h BitmapData_as(as_object* owner, std::auto_ptr<image::GnashImage> im);
owner 1471 libcore/movie_root.cpp boost::bind(std::mem_fun(&ActiveRelay::owner), _1)));
owner 1213 libcore/vm/Machine.cpp as_object *owner = 0;
owner 1214 libcore/vm/Machine.cpp int next = obj->nextIndex(index, &owner);
owner 1219 libcore/vm/Machine.cpp if (owner) setRegister(oindex, owner);
owner 731 libsound/sound_handler.cpp assert(owner);
owner 734 libsound/sound_handler.cpp std::auto_ptr<InputStream> newStreamer ( new AuxStream(ptr, owner) );