Home | History | Annotate | Download | only in js

Lines Matching refs:TREE

5 var NAV_PREF_TREE = "tree";
616 // Traverse up the tree and expand all parent nav-sections
734 if ($("#nav-tree").is(":visible")) {
735 $("#nav-tree").css({height:navHeight});
1017 $("#nav-tree").toggle();
1018 $("#tree-link").toggle();
1035 $("#nav-tree").toggle();
1036 $("#tree-link").toggle();
1040 // Gross nasty hack to make tree view show up upon first swap by setting height manually
1041 $("#nav-tree .jspContainer:visible")
1042 .css({'height':$("#nav-tree .jspContainer .jspPane").height() +'px'});
1046 if ($("#nav-tree").is(':visible')) {
1047 scrollIntoView("nav-tree");
2394 /* ################# SIDENAV TREE VIEW ################### */
2554 // when the file is loaded, initialize the tree
2556 init_navtree("tree-list", toroot, NAVTREE_DATA);
2560 // perform api level toggling because because the whole tree is new to the DOM
2593 scrollIntoView("nav-tree");
2634 node.children_ul.className = "tree-list-children";
2650 child.className = "tree-list-subtitle";
2769 // when the file is loaded, initialize the tree
2771 init_google_navtree("gms-tree-list", toroot, GMS_NAVTREE_DATA);
2781 // when the file is loaded, initialize the tree
2783 init_google_navtree("gcm-tree-list", toroot, GCM_NAVTREE_DATA);
2797 // when the file is loaded, initialize the tree