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

1 2

  /external/chromium_org/chrome/browser/resources/
crashes.js 9 * 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 get uploaded in the background
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
crashes_ui.cc 60 source->AddResourcePath("crashes.js", IDR_CRASHES_JS);
71 // The handler for Javascript messages for the chrome://crashes/ page.
85 // Asynchronously fetches the list of crashes. Called from JS.
93 // Sends the recent crashes list JS.
164 std::vector<CrashUploadList::UploadInfo> crashes; local
165 upload_list_->GetUploads(50, &crashes);
167 for (std::vector<CrashUploadList::UploadInfo>::iterator i = crashes.begin();
168 i != crashes.end(); ++i) {
198 // Set up the chrome://crashes/ source.
flash_ui.cc 121 // Whether the list of all crashes is available.
302 std::vector<CrashUploadList::UploadInfo> crashes; local
303 upload_list_->GetUploads(10, &crashes);
305 for (std::vector<CrashUploadList::UploadInfo>::iterator i = crashes.begin();
306 i != crashes.end(); ++i) {
  /external/chromium_org/chrome/browser/metrics/
plugin_metrics_provider.cc 184 int crashes = 0; local
185 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes);
186 if (crashes > 0)
187 plugin_stability->set_crash_count(crashes);
241 int crashes = 0; local
242 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes);
243 crashes += stats.process_crashes;
244 plugin_dict->SetInteger(prefs::kStabilityPluginCrashes, crashes);
  /external/chromium_org/v8/test/webkit/
arguments-bad-index.js 25 "This test checks whether arguments crashes when passed a bad index."
dfg-dead-redundant-get-array-length.js 25 "Tests that having a dead, and redundant, use of array.length doesn't cause compiler crashes."
duplicate-param-crash.js 25 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
var-shadows-arg-crash.js 25 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 25 "Tests that attempts by the DFG simplification to short-circuit a Phantom to a GetLocal on a variable that is SetLocal'd in the same block, and where the predecessor block(s) make no mention of that variable, do not result in crashes."
duplicate-param-gc-crash.js 25 'Tests to ensure that activations are built correctly in the face of duplicate parameter names and do not cause crashes.'
  /external/chromium_org/remoting/webapp/unittests/
it2me_helper_channel_unittest.js 104 test('should notify hangout when the webapp crashes', function() {
177 test('should close the webapp when hangout crashes', function() {
it2me_helpee_channel_unittest.js 159 test('should disconnect the session if Hangout crashes', function() {
  /external/chromium_org/v8/test/mjsunit/
generated-transition-stub.js 137 // causing crashes.
191 // causing crashes.
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PrivateScriptRunner.js 16 // as real JS errors caused by programming mistake and the execution crashes.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-39160.js 32 // test crashes with the bug.
  /external/libpng/
Android.mk 29 # BUG: http://llvm.org/PR19472 - SLP vectorization (on ARM at least) crashes
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons 27 # This tests that crashes in Chromium's browser process successfully
91 # Crashes in untrusted code should not produce crash dumps.
  /external/chromium_org/build/android/gyp/
process_resources.py 62 'attributes that cause crashes on certain devices.')
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/archive/
background.js 141 // Saves state in case of restarts, event page suspend, crashes, etc.
200 // restarts, system crashes, etc.
  /external/chromium_org/remoting/webapp/background/
it2me_helper_channel.js 45 * 2. If hangout crashes
51 * 3. If webapp crashes
  /external/chromium_org/content/test/gpu/gpu_tests/
context_lost.py 135 # attempt to catch latent process crashes.
146 'Expected %d gpu process crashes; got: %d' %
  /external/chromium_org/tools/grit/grit/
tclib_unittest.py 152 'Crashes have been known to occur with certain types of history \r\n'
154 'disabling the \'Index note history\' option. If it crashes before,\r\n'
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 336 Native Client. Crashes in your code won't otherwise send your
337 information to Google: Google counts the number of such crashes, but
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py     [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 859 * when the next attempt crashes before registering next alarm.
    [all...]

Completed in 792 milliseconds

1 2