| 67 | } |
| 68 | |
| 69 | void ProtectedNode::addProtectedChild(ax::Node* child) |
| 70 | { |
| 71 | addProtectedChild(child, child->getLocalZOrder(), child->getTag()); |
| 72 | } |
| 73 | |
| 74 | void ProtectedNode::addProtectedChild(ax::Node* child, int localZOrder) |
| 75 | { |
no test coverage detected