Home
last modified time | relevance | path

Searched refs:RunCompile (Results 1 – 4 of 4) sorted by relevance

/external/cronet/components/nacl/renderer/plugin/
Dpnacl_coordinator.cc362 &PnaclCoordinator::RunCompile, compiler_load_start_time); in LoadCompiler()
373 void PnaclCoordinator::RunCompile(int32_t pp_error, in RunCompile() function in plugin::PnaclCoordinator
402 translate_thread_->RunCompile(compile_finished); in RunCompile()
Dpnacl_coordinator.h109 void RunCompile(int32_t pp_error, base::TimeTicks compile_load_start_time);
Dpnacl_translate_thread.h57 void RunCompile(const pp::CompletionCallback& compile_finished_callback);
Dpnacl_translate_thread.cc99 void PnaclTranslateThread::RunCompile( in RunCompile() function in plugin::PnaclTranslateThread