Home | History | Annotate | Download | only in js

Lines Matching refs:me

718     /* hide me and descendants */
726 /* show me */
731 // now expand me
2942 function new_node(me, mom, text, link, children_data, api_level)
2966 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
2969 expand_node(me, node);
2975 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
2989 a.href = me.toroot + link;
3020 function expand_node(me, node)
3026 get_node(me, node);
3032 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png";
3041 function get_node(me, mom)
3046 mom.children[i] = new_node(me, mom, node_data[0], node_data[1],
3113 var me = new Object();
3114 me.toroot = toroot;
3115 me.node = new Object();
3117 me.node.li = document.getElementById(navtree_id);
3118 me.node.children_data = root_nodes;
3119 me.node.children = new Array();
3120 me.node.children_ul = document.createElement("ul");
3121 me.node.get_children_ul = function() { return me.node.children_ul; };
3122 //me.node.children_ul.className = "children_ul";
3123 me.node.li.appendChild(me.node.children_ul);
3124 me.node.depth = 0;
3126 get_node(me, me.node);
3128 me.this_page = this_page_relative(toroot);
3129 me.breadcrumbs = find_page(me.this_page, root_nodes);
3130 if (me.breadcrumbs != null && me.breadcrumbs.length != 0) {
3131 var mom = me.node;
3132 for (var i in me.breadcrumbs) {
3133 var j = me.breadcrumbs[i];
3135 expand_node(me, mom);
3154 var me = new Object();
3155 me.toroot = toroot;
3156 me.node = new Object();
3158 me.node.li = document.getElementById(navtree_id);
3159 me.node.children_data = root_nodes;
3160 me.node.children = new Array();
3161 me.node.children_ul = document.createElement("ul");
3162 me.node.get_children_ul = function() { return me.node.children_ul; };
3163 //me.node.children_ul.className = "children_ul";
3164 me.node.li.appendChild(me.node.children_ul);
3165 me.node.depth = 0;
3167 get_google_node(me, me.node);
3170 function new_google_node(me, mom, text, link, children_data, api_level)
3204 get_google_node(me, node);
3211 child.href = me.toroot + link;
3221 function get_google_node(me, mom)
3232 mom.children[i] = new_google_node(me, mom, linkText, node_data[1],