HomeSort by relevance Sort by last modified time
    Searched defs:NexeDidCrash (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/nacl/renderer/
nexe_load_manager.cc 234 void NexeLoadManager::NexeDidCrash(const char* crash_log) {
235 VLOG(1) << "Plugin::NexeDidCrash: crash event!";
240 << "Plugin::NexeDidCrash: nexe exited with status " << exit_status_
247 VLOG(1) << "Plugin::NexeDidCrash: error already reported; suppressing";
ppb_nacl_private_impl.cc 714 void NexeDidCrash(PP_Instance instance, const char* crash_log) {
717 load_manager->NexeDidCrash(crash_log);
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 393 callback_factory_.NewCallback(&Plugin::NexeDidCrash));
411 void Plugin::NexeDidCrash(int32_t pp_error) {
412 PLUGIN_PRINTF(("Plugin::NexeDidCrash (pp_error=%" NACL_PRId32 ")\n",
415 PLUGIN_PRINTF(("Plugin::NexeDidCrash: CallOnMainThread callback with"
421 nacl_interface_->NexeDidCrash(pp_instance(), crash_log.c_str());
447 callback_factory_.NewCallback(&Plugin::NexeDidCrash));
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 361 void (*NexeDidCrash)(PP_Instance instance, const char* crash_log);

Completed in 7733 milliseconds