Searched refs:crashes (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/resources/
H A Dcrashes.js8 * Requests the list of crashes from the backend.
15 * Callback from backend with the list of crashes. Builds the UI.
17 * @param {array} crashes The list of crashes.
20 function updateCrashList(enabled, crashes, version) {
22 crashes.length);
35 for (var i = 0; i < crashes.length; i++) {
36 var crash = crashes[i];
70 $('noCrashes').hidden = crashes.length != 0;
/external/chromium_org/chrome/browser/resources/
H A Dcrashes.js6 * Requests the list of crashes from the backend.
13 * Callback from backend with the list of crashes. Builds the UI.
15 * @param {array} crashes The list of crashes.
18 function updateCrashList(enabled, crashes, version) {
20 crashes.length);
33 for (var i = 0; i < crashes.length; i++) {
34 var crash = crashes[i];
83 $('noCrashes').hidden = crashes.length != 0;
/external/chromium/chrome/browser/
H A Dcrash_upload_list.h50 // Populates |crashes| with the |max_count| most recent uploaded crashes,
54 std::vector<CrashInfo>* crashes);
62 // Returns a reference to the list of crashes.
63 std::vector<CrashInfo>& crashes();
H A Dcrash_upload_list.cc93 std::vector<CrashInfo>* crashes) {
96 std::back_inserter(*crashes));
99 std::vector<CrashUploadList::CrashInfo>& CrashUploadList::crashes() { function in class:CrashUploadList
92 GetUploadedCrashes(unsigned int max_count, std::vector<CrashInfo>* crashes) argument
H A Dcrash_upload_list_win.cc75 crashes().push_back(
/external/chromium/chrome/browser/ui/webui/
H A Dcrashes_ui.cc102 // The handler for Javascript messages for the chrome://crashes/ page.
117 // Asynchronously fetches the list of crashes. Called from JS.
120 // Sends the recent crashes list JS.
170 std::vector<CrashUploadList::CrashInfo> crashes; local
171 upload_list_->GetUploadedCrashes(50, &crashes);
173 for (std::vector<CrashUploadList::CrashInfo>::iterator i = crashes.begin();
174 i != crashes.end(); ++i) {
216 // Set up the chrome://crashes/ source.
/external/chromium_org/chrome/browser/ui/webui/
H A Dcrashes_ui.cc59 source->AddResourcePath("crashes.js", IDR_CRASHES_JS);
70 // The handler for Javascript messages for the chrome://crashes/ page.
84 // Asynchronously fetches the list of crashes. Called from JS.
87 // Sends the recent crashes list JS.
132 std::vector<CrashUploadList::UploadInfo> crashes; local
133 upload_list_->GetUploads(50, &crashes);
135 for (std::vector<CrashUploadList::UploadInfo>::iterator i = crashes.begin();
136 i != crashes.end(); ++i) {
164 // Set up the chrome://crashes/ source.
H A Dflash_ui.cc125 // Whether the list of all crashes is available.
299 std::vector<CrashUploadList::UploadInfo> crashes; local
300 upload_list_->GetUploads(10, &crashes);
302 for (std::vector<CrashUploadList::UploadInfo>::iterator i = crashes.begin();
303 i != crashes.end(); ++i) {
/external/chromium/chrome/browser/metrics/
H A Dmetrics_log.cc179 int crashes = 0; local
180 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes);
181 WriteIntAttribute("crashcount", crashes);
H A Dmetrics_service.cc48 // of page loads, along with any counts of renderer or plugin crashes.
1601 // Exclude plugin crashes from the count below because we report them via
1696 int crashes = 0; local
1697 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes);
1698 crashes += stats.process_crashes;
1699 plugin_dict->SetInteger(prefs::kStabilityPluginCrashes, crashes);
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dnacl.scons27 # This tests that crashes in Chromium's browser process successfully
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_log.cc574 int crashes = 0; local
575 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes);
576 if (crashes > 0)
577 plugin_stability->set_crash_count(crashes);
H A Dmetrics_service.cc49 // of page loads, along with any counts of renderer or plugin crashes.
659 // Exclude plugin crashes from the count below because we report them via
1651 int crashes = 0; local
1652 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes);
1653 crashes += stats.process_crashes;
1654 plugin_dict->SetInteger(prefs::kStabilityPluginCrashes, crashes);
/external/llvm/lib/Support/Unix/
H A DSignals.inc155 // crashes when we return and the signal reissues. This also ensures that if
/external/libpng/
H A DCHANGES885 Removed the png_flush() in pngwrite.c that crashes some applications
1977 Fixed string length error in pngset.c (caused crashes while decoding iCCP)
/external/bison/
H A Dconfigure39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
22061 This crashes on FreeBSD 8.0. */
22249 This crashes on FreeBSD 8.0. */
37778 # Printing a long string crashes Solaris 7 /usr/bin/printf.

Completed in 5449 milliseconds