MCPcopy Create free account
hub / github.com/ARM-software/AVH / showRoot

Function showRoot

DoxyGen/Doxygen_Templates/navtree.js:253–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251}
252
253function showRoot()
254{
255 var headerHeight = $("#top").height();
256 var footerHeight = $("#nav-path").height();
257 var windowHeight = $(window).height() - headerHeight - footerHeight;
258 (function (){ // retry until we can scroll to the selected item
259 try {
260 var navtree=$('#nav-tree');
261 navtree.scrollTo('#selected',100,{offset:-windowHeight/2});
262 } catch (err) {
263 setTimeout(arguments.callee, 0);
264 }
265 })();
266}
267
268function expandNode(o, node, imm, showRoot)
269{

Callers 3

selectAndHighlightFunction · 0.85
navtree.jsFile · 0.85
initNavTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected