Home | History | Annotate | Download | only in js

Lines Matching refs:rootDir

145   // it's needed to perform proper tab highlighting in offline docs (see rootDir below)
175 var rootDir = pagePathOriginal.substring(1,pagePathOriginal.indexOf('/', 1));
176 if (rootDir == "training") {
178 } else if (rootDir == "guide") {
180 } else if (rootDir == "reference") {
187 } else if ((rootDir == "tools") || (rootDir == "sdk")) {