Searched refs:old_child (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/protobuf/python/
H A Dstubout.py119 old_child = getattr(parent, child_name)
123 old_child = staticmethod(old_child)
125 self.cache.append((parent, old_child, child_name))
138 for (parent, old_child, child_name) in self.cache:
139 setattr(parent, child_name, old_child)
/external/protobuf/python/
H A Dstubout.py119 old_child = getattr(parent, child_name)
123 old_child = staticmethod(old_child)
125 self.cache.append((parent, old_child, child_name))
138 for (parent, old_child, child_name) in self.cache:
139 setattr(parent, child_name, old_child)
/external/chromium_org/ui/accessibility/
H A Dax_tree_serializer.h404 ClientTreeNode* old_child = old_children[i]; local
405 int old_child_id = old_child->id;
408 DeleteClientSubtree(old_child);
409 delete old_child;
411 client_child_id_map[old_child_id] = old_child;
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c731 void reparent_op_arg(struct filter_arg *parent, struct filter_arg *old_child, argument
742 if (old_child->op.right == arg) {
743 ptr = &old_child->op.right;
744 other_child = old_child->op.left;
745 } else if (old_child->op.left == arg) {
746 ptr = &old_child->op.left;
747 other_child = old_child->op.right;
751 /* Detach arg from old_child */
755 if (parent == old_child) {
763 if (parent->op.right == old_child)
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc504 RenderWidgetHostViewAura* old_child = local
506 if (old_child) {
510 DCHECK(old_child->popup_parent_host_view_ == popup_parent_host_view_);
513 popup_parent_host_view_->window_, old_child->window_);
515 old_child->popup_parent_host_view_ = NULL;

Completed in 290 milliseconds