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

  /external/libchrome/mojo/core/
message_pipe_dispatcher.h 56 MojoResult QueryQuota(MojoQuotaType type,
dispatcher.cc 113 MojoResult Dispatcher::QueryQuota(MojoQuotaType type,
dispatcher.h 139 virtual MojoResult QueryQuota(MojoQuotaType type,
core.h 339 MojoResult QueryQuota(MojoHandle handle,
message_pipe_dispatcher.cc 219 MojoResult MessagePipeDispatcher::QueryQuota(MojoQuotaType type,
entrypoints.cc 344 return g_core->QueryQuota(handle, type, options, current_limit,
core.cc     [all...]
  /external/libchrome/mojo/public/c/system/
thunks.h 219 MojoResult (*QueryQuota)(MojoHandle handle,
thunks.cc 468 return INVOKE_THUNK(QueryQuota, handle, type, options, limit, usage);

Completed in 67 milliseconds