2016-10-26 15:30:57 -04:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2018-08-01 13:34:49 -04:00
< meta name = "generator" content = "Doxygen 1.8.14" / >
2016-11-07 15:21:37 -05:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2016-10-26 15:30:57 -04:00
< title > Crashpad: Member List< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
2016-11-08 14:26:59 -05:00
< link href = "crashpad_doxygen.css" rel = "stylesheet" type = "text/css" / >
2016-10-26 15:30:57 -04:00
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > Crashpad
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2018-08-01 13:34:49 -04:00
<!-- Generated by Doxygen 1.8.14 -->
2016-10-26 15:30:57 -04:00
< script type = "text/javascript" >
2018-08-01 13:34:49 -04:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2016-10-26 15:30:57 -04:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2018-08-01 13:34:49 -04:00
/* @license-end */
2016-10-26 15:30:57 -04:00
< / script >
2016-11-07 15:21:37 -05:00
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
2018-08-01 13:34:49 -04:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2016-11-07 15:21:37 -05:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2018-08-01 13:34:49 -04:00
/* @license-end */< / script >
2016-11-07 15:21:37 -05:00
< div id = "main-nav" > < / div >
2016-10-26 15:30:57 -04:00
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "namespacecrashpad.html" > crashpad< / a > < / li > < li class = "navelem" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > Metrics< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > crashpad::Metrics Member List< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > This is the complete list of members for < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > , including all inherited members.< / p >
< table class = "directory" >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#a6fced90d0ab7cbd161db410e2609bae0" > CaptureResult< / a > enum name< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#a634e86f4867b8649c1f0cab69b45d9e7" > CrashReportPending< / a > (PendingReportReason reason)< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
2018-07-20 16:32:28 -04:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#ae1698e5850c5ba758985bc62c901665c" > CrashReportSize< / a > (FileOffset size)< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
2016-10-26 15:30:57 -04:00
< tr > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#aa27da6c2bda5b2982fcb636786053c0d" > CrashSkippedReason< / a > enum name< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#afbb6dd9ac038f3c3ad9b1f5056e39202" > CrashUploadAttempted< / a > (bool successful)< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#a5b33698eb945386fff7950bb22225e13" > CrashUploadSkipped< / a > (CrashSkippedReason reason)< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#aa741bf2037d86add3475d8656465bca2" > ExceptionCaptureResult< / a > (CaptureResult result)< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#a2155b6349b1a852a951394a3169a2cb3" > ExceptionCode< / a > (uint32_t exception_code)< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#a663a8bf22e07ae48082b5accc8a1f862" > ExceptionEncountered< / a > ()< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#a414d83c6d5eeb481ae1c6d9c01692565" > HandlerCrashed< / a > (uint32_t exception_code)< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
2017-02-22 23:28:15 -05:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#a6e30c5852e7c97ef98443b6bae22b37f" > HandlerLifetimeMilestone< / a > (LifetimeMilestone milestone)< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < span class = "mlabel" > static< / span > < / td > < / tr >
< tr > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#a14f5476a370951cfeaa514c3eea6226d" > LifetimeMilestone< / a > enum name< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < / td > < / tr >
2016-10-26 15:30:57 -04:00
< tr class = "even" > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html#a5881f58aa7bb94bd82677670dbdbac06" > PendingReportReason< / a > enum name< / td > < td class = "entry" > < a class = "el" href = "classcrashpad_1_1Metrics.html" > crashpad::Metrics< / a > < / td > < td class = "entry" > < / td > < / tr >
< / table > < / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2018-08-01 13:34:49 -04:00
< / a > 1.8.14
2016-10-26 15:30:57 -04:00
< / small > < / address >
< / body >
< / html >