/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
nacl_subprocess.h | 20 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h" 34 ServiceRuntime* service_runtime, 37 service_runtime_(service_runtime), 42 ServiceRuntime* service_runtime() const { return service_runtime_.get(); } function in class:plugin::NaClSubprocess 43 void set_service_runtime(ServiceRuntime* service_runtime) { 44 service_runtime_.reset(service_runtime);
|
plugin.gypi | 22 'service_runtime.cc',
|
pnacl_translate_thread.cc | 151 llc_subprocess_->service_runtime()->rev_interface(); 296 ld_subprocess_->service_runtime()->rev_interface(); 346 llc_subprocess_->service_runtime()->Shutdown(); 350 ld_subprocess_->service_runtime()->Shutdown();
|
nacl_subprocess.cc | 20 << ", service_runtime=" << static_cast<void*>(service_runtime_.get())
|
pnacl_translate_thread.h | 20 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h"
|
temporary_file.cc | 9 #include "native_client/src/trusted/service_runtime/include/sys/stat.h"
|
service_runtime.cc | 9 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h" 43 #include "native_client/src/trusted/service_runtime/nacl_error_code.h" 75 ServiceRuntime* service_runtime, 81 service_runtime_(service_runtime),
|
service_runtime.h | 155 ServiceRuntime* service_runtime,
|
plugin.h | 33 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h" 278 return main_subprocess_.service_runtime(); 295 ServiceRuntime* service_runtime,
|
plugin.cc | 30 #include "native_client/src/trusted/service_runtime/nacl_error_code.h" 49 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h" 310 ServiceRuntime* service_runtime, 319 *success = service_runtime->StartSelLdr(params); 322 service_runtime->SignalStartSelLdrDone(); 336 PLUGIN_PRINTF(("Plugin::LoadNaClModuleCommon (service_runtime=%p)\n", 708 // The main_subprocess object, which wraps the main service_runtime [all...] |
pnacl_coordinator.cc | 13 #include "native_client/src/trusted/service_runtime/include/sys/stat.h" 24 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h"
|
/external/chromium_org/chrome/app/ |
DEPS | 20 "+native_client/src/trusted/service_runtime/osx",
|
chrome_breakpad_client_mac.mm | 18 #include "native_client/src/trusted/service_runtime/osx/crash_filter.h"
|
/external/chromium_org/components/ |
nacl.gyp | 83 '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel_main_chrome', 131 '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel', 237 '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel_main_chrome64',
|
/external/chromium_org/components/nacl/common/ |
nacl_debug_exception_handler_win.cc | 10 #include "native_client/src/trusted/service_runtime/win/debug_exception_handler.h"
|
/external/chromium_org/chrome/test/nacl/ |
nacl_browsertest_uma.cc | 7 #include "native_client/src/trusted/service_runtime/nacl_error_code.h"
|
/external/chromium_org/components/nacl/loader/ |
nacl_sandbox_linux.cc | 82 // trusted/service_runtime/linux/thread_suspension.c needs sigwait() and is
|
nacl_ipc_adapter_unittest.cc | 16 #include "native_client/src/trusted/service_runtime/include/sys/fcntl.h"
|
nacl_listener.cc | 27 #include "native_client/src/trusted/service_runtime/sel_main_chrome.h"
|
nacl_ipc_adapter.cc | 24 #include "native_client/src/trusted/service_runtime/include/sys/fcntl.h"
|
/external/chromium_org/tools/export_tarball/ |
export_tarball.py | 33 'native_client/src/trusted/service_runtime/testdata',
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap_glibc.cc | 67 // From native_client/src/trusted/service_runtime/include/sys/dirent.h
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
browserlauncher.py | 148 # logic must match src/trusted/service_runtime/nacl_resource.*
|
/external/chromium_org/chrome/ |
chrome_exe.gypi | 457 '../native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap',
|
chrome_browser_ui.gypi | [all...] |