Searched refs:token_lo (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.h53 void ResolveFileToken(uint64_t token_lo,
56 void OnFileTokenResolved(uint64_t token_lo,
H A Dnacl_listener.cc276 uint64_t token_lo,
281 g_listener->OnFileTokenResolved(token_lo, token_hi, ipc_fd, file_path);
476 uint64_t token_lo,
479 if (!Send(new NaClProcessMsg_ResolveFileTokenAsync(token_lo, token_hi))) {
487 uint64_t token_lo,
275 OnResolveFileTokenAsyncReply( uint64_t token_lo, uint64_t token_hi, IPC::PlatformFileForTransit ipc_fd, base::FilePath file_path) argument
475 ResolveFileToken( uint64_t token_lo, uint64_t token_hi, base::Callback<void(IPC::PlatformFileForTransit, base::FilePath)> cb) argument
486 OnFileTokenResolved( uint64_t token_lo, uint64_t token_hi, IPC::PlatformFileForTransit ipc_fd, base::FilePath file_path) argument
H A Dnacl_ipc_adapter.cc486 uint64_t token_lo; local
489 !IPC::ReadParam(&msg, &iter, &token_lo) ||
494 if (sh.IsHandleValid() && (token_lo != 0 || token_hi != 0)) {
508 token_lo,
623 new_msg->WriteUInt64(0); // token_lo
/external/chromium_org/components/nacl/renderer/
H A Dmanifest_service_channel.cc84 uint64_t token_lo,
105 token_lo,
82 DidOpenResource(IPC::Message* reply, base::File file, uint64_t token_lo, uint64_t token_hi) argument
H A Dmanifest_service_channel.h67 uint64_t token_lo,
H A Dppb_nacl_private_impl.cc107 0, // token_lo
231 file_info.token_lo,
353 nexe_file_info->token_lo,
566 &out_file_info->token_lo,
1216 &out_file_info->token_lo,
1305 file_info.token_lo = 0;
1337 &file_info.token_lo,
1376 file_info.token_lo = file_token_lo;
/external/chromium_org/ppapi/c/private/
H A Dppb_nacl_private.h188 uint64_t token_lo; member in struct:PP_NaClFileInfo
/external/chromium_org/ppapi/api/private/
H A Dppb_nacl_private.idl152 uint64_t token_lo;
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dplugin.cc361 info.token_lo = 0;
H A Dservice_runtime.cc208 p->file_info->file_token.lo = p->pp_file_info.token_lo;

Completed in 124 milliseconds