mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-23 21:37:56 +00:00
46 lines
684 B
JavaScript
46 lines
684 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "abcdefghijklmnoprstuvwx~",
|
|
1: "abcdefghilmnprstuvwx",
|
|
2: "c",
|
|
3: "dfgimsv",
|
|
4: "abcdefghijklmnoprstuvw~",
|
|
5: "abcdefhiklmnoprstuvwx",
|
|
6: "cfhmprsw",
|
|
7: "cdfmoprstx",
|
|
8: "ekmst",
|
|
9: "aceimsv",
|
|
10: "t"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "namespaces",
|
|
3: "files",
|
|
4: "functions",
|
|
5: "variables",
|
|
6: "typedefs",
|
|
7: "enums",
|
|
8: "enumvalues",
|
|
9: "defines",
|
|
10: "pages"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Namespaces",
|
|
3: "Files",
|
|
4: "Functions",
|
|
5: "Variables",
|
|
6: "Typedefs",
|
|
7: "Enumerations",
|
|
8: "Enumerator",
|
|
9: "Macros",
|
|
10: "Pages"
|
|
};
|
|
|