Searched refs:QueryQuota (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/mojo/core/ |
D | message_pipe_dispatcher.h | 56 MojoResult QueryQuota(MojoQuotaType type,
|
D | dispatcher.h | 139 virtual MojoResult QueryQuota(MojoQuotaType type,
|
D | dispatcher.cc | 113 MojoResult Dispatcher::QueryQuota(MojoQuotaType type, in QueryQuota() function in mojo::core::Dispatcher
|
D | core.h | 339 MojoResult QueryQuota(MojoHandle handle,
|
D | message_pipe_dispatcher.cc | 219 MojoResult MessagePipeDispatcher::QueryQuota(MojoQuotaType type, in QueryQuota() function in mojo::core::MessagePipeDispatcher
|
D | entrypoints.cc | 344 return g_core->QueryQuota(handle, type, options, current_limit, in MojoQueryQuotaImpl()
|
D | core.cc | 1483 MojoResult Core::QueryQuota(MojoHandle handle, in QueryQuota() function in mojo::core::Core 1494 return dispatcher->QueryQuota(type, limit, usage); in QueryQuota()
|
/external/libchrome/mojo/public/c/system/ |
D | thunks.h | 219 MojoResult (*QueryQuota)(MojoHandle handle, member
|
D | thunks.cc | 468 return INVOKE_THUNK(QueryQuota, handle, type, options, limit, usage); in MojoQueryQuota()
|