getVolume         151 libcore/DisplayObject.cpp         volume = int(volume*_parent->getVolume()/100.0);
getVolume         272 libcore/DisplayObject.h     int getVolume() const { return _volume; }
getVolume         142 libcore/asobj/Sound_as.cpp     bool getVolume(int& volume);
getVolume         480 libcore/asobj/Sound_as.cpp         volume = ch->getVolume();
getVolume        1134 libcore/asobj/Sound_as.cpp     if (so->getVolume(volume)) return as_value(volume);