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

  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser.h 105 void PutFilePath(const base::FilePath& path, uint64* file_token_lo,
107 bool GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
nacl_file_host.cc 141 uint64 file_token_lo = 0; local
143 nacl_browser->PutFilePath(file_path, &file_token_lo, &file_token_hi);
151 reply_msg, file_desc, file_token_lo, file_token_hi);
nacl_browser.cc 444 void NaClBrowser::PutFilePath(const base::FilePath& path, uint64* file_token_lo,
456 *file_token_lo = file_token[0];
464 bool NaClBrowser::GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
466 uint64 file_token[2] = {file_token_lo, file_token_hi};
nacl_process_host.h 151 void OnResolveFileToken(uint64 file_token_lo, uint64 file_token_hi,
nacl_process_host.cc 829 void NaClProcessHost::OnResolveFileToken(uint64 file_token_lo,
856 if (!NaClBrowser::GetInstance()->GetFilePath(file_token_lo, file_token_hi,
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 168 uint64_t* file_token_lo,
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 154 [out] uint64_t file_token_lo,
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.h 103 uint64_t file_token_lo, uint64_t file_token_hi);
file_downloader.cc 161 uint64_t file_token_lo, uint64_t file_token_hi) {
170 file_token_.lo = file_token_lo;
plugin.cc     [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 407 milliseconds