Home | History | Annotate | Download | only in js

Lines Matching refs:me

526     /* hide me and descendants */
534 /* show me */
539 // now expand me
2736 function new_node(me, mom, text, link, children_data, api_level)
2760 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
2763 expand_node(me, node);
2769 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
2783 a.href = me.toroot + link;
2814 function expand_node(me, node)
2820 get_node(me, node);
2826 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png";
2835 function get_node(me, mom)
2840 mom.children[i] = new_node(me, mom, node_data[0], node_data[1],
2907 var me = new Object();
2908 me.toroot = toroot;
2909 me.node = new Object();
2911 me.node.li = document.getElementById(navtree_id);
2912 me.node.children_data = root_nodes;
2913 me.node.children = new Array();
2914 me.node.children_ul = document.createElement("ul");
2915 me.node.get_children_ul = function() { return me.node.children_ul; };
2916 //me.node.children_ul.className = "children_ul";
2917 me.node.li.appendChild(me.node.children_ul);
2918 me.node.depth = 0;
2920 get_node(me, me.node);
2922 me.this_page = this_page_relative(toroot);
2923 me.breadcrumbs = find_page(me.this_page, root_nodes);
2924 if (me.breadcrumbs != null && me.breadcrumbs.length != 0) {
2925 var mom = me.node;
2926 for (var i in me.breadcrumbs) {
2927 var j = me.breadcrumbs[i];
2929 expand_node(me, mom);
2948 var me = new Object();
2949 me.toroot = toroot;
2950 me
2952 me.node.li = document.getElementById(navtree_id);
2953 me.node.children_data = root_nodes;
2954 me.node.children = new Array();
2955 me.node.children_ul = document.createElement("ul");
2956 me.node.get_children_ul = function() { return me.node.children_ul; };
2957 //me.node.children_ul.className = "children_ul";
2958 me.node.li.appendChild(me.node.children_ul);
2959 me.node.depth = 0;
2961 get_google_node(me, me.node);
2964 function new_google_node(me, mom, text, link, children_data, api_level)
2998 get_google_node(me, node);
3005 child.href = me.toroot + link;
3015 function get_google_node(me, mom)
3026 mom.children[i] = new_google_node(me, mom, linkText, node_data[1],