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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
utility.cc 32 if (!GetNaClInterface()) {
43 GetNaClInterface()->Vlog(stack_buffer);
51 GetNaClInterface()->Vlog(buffer);
109 // main thread. This allows GetNaClInterface() to be used from non-main threads.
112 const PPB_NaCl_Private* GetNaClInterface() {
utility.h 31 const PPB_NaCl_Private* GetNaClInterface();
pnacl_resources.cc 21 return std::string(kPnaclBaseUrl) + GetNaClInterface()->GetSandboxArch() +
pnacl_coordinator.cc 103 GetNaClInterface()->SetPNaClStartTime(plugin->pp_instance());
219 GetNaClInterface()->DispatchEvent(plugin_->pp_instance(),
289 GetNaClInterface()->StreamPexe(plugin_->pp_instance(),
413 GetNaClInterface()->DispatchEvent(plugin_->pp_instance(),
421 GetNaClInterface()->DispatchEvent(plugin_->pp_instance(),
service_runtime.cc 189 GetNaClInterface()->OpenManifestEntry(
358 GetNaClInterface()->ReportSelLdrStatus(pp_instance_,
392 GetNaClInterface()->DevInterfacesEnabled(pp_instance_);
394 GetNaClInterface()->LaunchSelLdr(
pnacl_translate_thread.cc 162 GetNaClInterface()->LogTranslateTime(
287 GetNaClInterface()->LogTranslateTime("NaCl.Perf.PNaClLoadTime.CompileTime",
336 GetNaClInterface()->LogTranslateTime(
381 GetNaClInterface()->LogTranslateTime(
plugin.cc 264 nacl_interface_ = GetNaClInterface();

Completed in 1001 milliseconds