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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.h 38 class PnaclCoordinator;
45 // PnaclCoordinator* coord = BitcodeToNative(plugin,
84 class PnaclCoordinator: public CallbackSource<FileStreamData> {
86 virtual ~PnaclCoordinator();
89 static PnaclCoordinator* BitcodeToNative(
139 NACL_DISALLOW_COPY_AND_ASSIGN(PnaclCoordinator);
143 PnaclCoordinator(Plugin* plugin,
216 pp::CompletionCallbackFactory<PnaclCoordinator,
pnacl_coordinator.cc 225 PnaclCoordinator* PnaclCoordinator::BitcodeToNative(
230 PLUGIN_PRINTF(("PnaclCoordinator::BitcodeToNative (plugin=%p, pexe=%s)\n",
232 PnaclCoordinator* coordinator =
233 new PnaclCoordinator(plugin, pexe_url,
239 PLUGIN_PRINTF(("PnaclCoordinator::BitcodeToNative (manifest=%p, "
247 &PnaclCoordinator::DidCheckPnaclInstalled);
254 PnaclCoordinator::PnaclCoordinator(
275 PLUGIN_PRINTF(("PnaclCoordinator::PnaclCoordinator (this=%p, plugin=%p)\n"
    [all...]

Completed in 29 milliseconds