Home | History | Annotate | Download | only in js

Lines Matching refs:mom

2396 function new_node(me, mom, text, link, children_data, api_level)
2401 node.depth = mom.depth + 1;
2404 mom.get_children_ul().appendChild(node.li);
2495 function get_node(me, mom)
2497 mom.children_visited = true;
2498 for (var i in mom.children_data) {
2499 var node_data = mom.children_data[i];
2500 mom.children[i] = new_node(me, mom, node_data[0], node_data[1],
2585 var mom = me.node;
2588 mom = mom.children[j];
2589 expand_node(me, mom);
2591 mom.label_div.className = mom.label_div.className + " selected";
2624 function new_google_node(me, mom, text, link, children_data, api_level)
2630 node.depth = mom.depth + 1;
2641 mom.get_children_ul().appendChild(node.li);
2675 function get_google_node(me, mom)
2677 mom.children_visited = true;
2679 for (var i in mom.children_data) {
2680 var node_data = mom.children_data[i];
2686 mom.children[i] = new_google_node(me, mom, linkText, node_data[1],