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

  /external/chromium_org/ppapi/nacl_irt/
manifest_service.cc 95 uint64_t file_token_lo; local
100 &file_token_lo,
114 CHECK(file_token_lo == 0);
  /external/chromium_org/components/nacl/browser/
nacl_process_host.h 167 void OnResolveFileToken(uint64 file_token_lo, uint64 file_token_hi,
169 void OnResolveFileTokenAsync(uint64 file_token_lo, uint64 file_token_hi);
173 void FileResolvedAsync(uint64_t file_token_lo,
nacl_browser.h 113 void PutFilePath(const base::FilePath& path, uint64* file_token_lo,
115 bool GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
nacl_file_host.cc 43 uint64 file_token_lo,
56 uint64 file_token_lo = 0; local
58 nacl_browser->PutFilePath(file_path, &file_token_lo, &file_token_hi);
64 write_reply_message(reply_msg, file_desc, file_token_lo, file_token_hi);
nacl_browser.cc 400 void NaClBrowser::PutFilePath(const base::FilePath& path, uint64* file_token_lo,
413 *file_token_lo = file_token[0];
421 bool NaClBrowser::GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
424 uint64 file_token[2] = {file_token_lo, file_token_hi};
nacl_process_host.cc     [all...]
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 1367 uint64_t file_token_lo = 0; local
    [all...]

Completed in 605 milliseconds