HomeSort by relevance Sort by last modified time
    Searched refs:crashes (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/resources/
crashes.js 8 * 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;
  /cts/tests/tests/webkitsecurity/assets/
create-document-crash-on-attach-event.js 1 description('This test checks for crashes in setting an event handler on a document element created by '
var-shadows-arg-crash.js 2 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
duplicate-param-crash.js 2 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
duplicate-param-gc-crash.js 2 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
  /external/chromium/chrome/browser/
crash_upload_list.h 50 // 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();
crash_upload_list.cc 93 std::vector<CrashInfo>* crashes) {
96 std::back_inserter(*crashes));
99 std::vector<CrashUploadList::CrashInfo>& CrashUploadList::crashes() { function in class:CrashUploadList
crash_upload_list_win.cc 75 crashes().push_back(
  /external/chromium/chrome/browser/ui/webui/
crashes_ui.cc 102 // 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.
  /cts/tests/tests/webkitsecurity/generate/
postprocess.py 182 crashes = get_crashes()
183 traces = decode_crashes(crashes)
  /external/chromium/chrome/browser/metrics/
metrics_log.cc 179 int crashes = 0; local
180 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes);
181 WriteIntAttribute("crashcount", crashes);
metrics_service.cc 48 // of page loads, along with any counts of renderer or plugin crashes.
1696 int crashes = 0; local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-crbug-39160.js 32 // test crashes with the bug.
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 285 --exit-after-n-failures N Exit after the first N failures (includes crashes) instead of running all tests
286 --exit-after-n-crashes-or-timeouts N
287 Exit after the first N crashes instead of running all tests
333 'exit-after-n-crashes-or-timeouts=i' => \$exitAfterNCrashesOrTimeouts,
    [all...]
  /external/libpng/
CHANGES     [all...]

Completed in 1860 milliseconds