Home | History | Annotate | Download | only in assets

Lines Matching refs:all

327 /* Toggle all inherited classes in a single table (e.g. all inherited methods)
350 /* Toggle all inherited members in the class (link in the class title)
354 var toggles = $(".toggle-all", $("#doc-content"));
355 if (a.text() == "[Expand All]") {
359 a.text("[Collapse All]");
364 a.text("[Expand All]");
369 /* Expand all inherited members in the class. Used when initiating page search */
371 var toggles = $(".toggle-all", $("#doc-content"));
375 $("#toggleAllClassInherited").text("[Collapse All]");
380 * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)