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

/external/chromium_org/chrome/browser/resources/
H A Dcrashes.js9 * Requests the list of crashes from the backend.
16 * Callback from backend with the list of crashes. Builds the UI.
19 * @param {array} crashes The list of crashes.
22 function updateCrashList(enabled, dynamicBackend, crashes, version) {
24 crashes.length);
40 for (var i = 0; i < crashes.length; i++) {
41 var crash = crashes[i];
93 $('noCrashes').hidden = crashes.length != 0;
97 * Request crashes ge
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dcrashes_ui.cc61 source->AddResourcePath("crashes.js", IDR_CRASHES_JS);
72 // The handler for Javascript messages for the chrome://crashes/ page.
86 // Asynchronously fetches the list of crashes. Called from JS.
94 // Sends the recent crashes list JS.
165 std::vector<CrashUploadList::UploadInfo> crashes; local
166 upload_list_->GetUploads(50, &crashes);
168 for (std::vector<CrashUploadList::UploadInfo>::iterator i = crashes.begin();
169 i != crashes.end(); ++i) {
199 // Set up the chrome://crashes/ source.
H A Dflash_ui.cc123 // Whether the list of all crashes is available.
304 std::vector<CrashUploadList::UploadInfo> crashes; local
305 upload_list_->GetUploads(10, &crashes);
307 for (std::vector<CrashUploadList::UploadInfo>::iterator i = crashes.begin();
308 i != crashes.end(); ++i) {
/external/chromium_org/chrome/browser/metrics/
H A Dplugin_metrics_provider.cc179 int crashes = 0; local
180 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes);
181 if (crashes > 0)
182 plugin_stability->set_crash_count(crashes);
232 int crashes = 0; local
233 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes);
234 crashes += stats.process_crashes;
235 plugin_dict->SetInteger(prefs::kStabilityPluginCrashes, crashes);
/external/libpng/
H A DAndroid.mk29 # BUG: http://llvm.org/PR19472 - SLP vectorization (on ARM at least) crashes
/external/chromium_org/native_client_sdk/src/doc/
H A Dio2014.rst161 If you follow along with the demo video, you will discover the sample crashes
H A Dfaq.rst346 information to Google: Google counts the number of such crashes, but
/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/llvm/lib/Support/Unix/
H A DSignals.inc155 // crashes when we return and the signal reissues. This also ensures that if
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py1048 crashes = self._pull_crash_dumps_from_device()
1049 for crash in crashes:
/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 404 milliseconds