/external/chromium_org/components/nacl/browser/ |
nacl_browser.h | 100 uint64* file_token_hi); 101 bool GetFilePath(uint64 file_token_lo, uint64 file_token_hi,
|
nacl_file_host.cc | 107 uint64 file_token_hi = 0; local 108 nacl_browser->PutFilePath(file_path, &file_token_lo, &file_token_hi); 116 reply_msg, file_desc, file_token_lo, file_token_hi);
|
nacl_browser.cc | 408 uint64* file_token_hi) { 421 *file_token_hi = file_token[1]; 428 bool NaClBrowser::GetFilePath(uint64 file_token_lo, uint64 file_token_hi, 431 uint64 file_token[2] = {file_token_lo, file_token_hi};
|
nacl_process_host.h | 165 void OnResolveFileToken(uint64 file_token_lo, uint64 file_token_hi,
|
nacl_process_host.cc | 904 uint64 file_token_hi, [all...] |
/external/chromium_org/ppapi/c/private/ |
ppb_nacl_private.h | 173 uint64_t* file_token_hi);
|
/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 | 180 uint64_t file_token_lo, uint64_t file_token_hi) { 192 file_token_.hi = file_token_hi;
|
plugin.cc | 1498 uint64_t file_token_hi = 0; local [all...] |
/external/chromium_org/ppapi/api/private/ |
ppb_nacl_private.idl | 160 [out] uint64_t file_token_hi);
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
pnacl_shim.c | [all...] |