Home | History | Annotate | Download | only in js

Lines Matching refs:me

708     /* hide me and descendants */
716 /* show me */
721 // now expand me
2932 function new_node(me, mom, text, link, children_data, api_level)
2956 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
2959 expand_node(me, node);
2965 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
2979 a.href = me.toroot + link;
3010 function expand_node(me, node)
3016 get_node(me, node);
3022 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png";
3031 function get_node(me, mom)
3036 mom.children[i] = new_node(me, mom, node_data[0], node_data[1],
3103 var me = new Object();
3104 me.toroot = toroot;
3105 me.node = new Object();
3107 me.node.li = document.getElementById(navtree_id);
3108 me.node.children_data = root_nodes;
3109 me.node.children = new Array();
3110 me.node.children_ul = document.createElement("ul");
3111 me.node.get_children_ul = function() { return me.node.children_ul; };
3112 //me.node.children_ul.className = "children_ul";
3113 me.node.li.appendChild(me.node.children_ul);
3114 me.node.depth = 0;
3116 get_node(me, me.node);
3118 me.this_page = this_page_relative(toroot);
3119 me.breadcrumbs = find_page(me.this_page, root_nodes);
3120 if (me.breadcrumbs != null && me.breadcrumbs.length != 0) {
3121 var mom = me.node;
3122 for (var i in me.breadcrumbs) {
3123 var j = me.breadcrumbs[i];
3125 expand_node(me, mom);
3144 var me = new Object();
3145 me.toroot = toroot;
3146 me.node = new Object();
3148 me.node.li = document.getElementById(navtree_id);
3149 me.node.children_data = root_nodes;
3150 me.node.children = new Array();
3151 me.node.children_ul = document.createElement("ul");
3152 me.node.get_children_ul = function() { return me.node.children_ul; };
3153 //me.node.children_ul.className = "children_ul";
3154 me.node.li.appendChild(me.node.children_ul);
3155 me.node.depth = 0;
3157 get_google_node(me, me.node);
3160 function new_google_node(me, mom, text, link, children_data, api_level)
3194 get_google_node(me, node);
3201 child.href = me.toroot + link;
3211 function get_google_node(me, mom)
3222 mom.children[i] = new_google_node(me, mom, linkText, node_data[1],