Searched refs:API_ID_COUNT (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dapi_id.h72 API_ID_COUNT enumerator in enum:ppapi::ApiID
/external/chromium_org/ppapi/proxy/
H A Ddispatcher.cc63 if (msg.routing_id() <= 0 || msg.routing_id() >= API_ID_COUNT) {
H A Ddispatcher.h108 scoped_ptr<InterfaceProxy> proxies_[API_ID_COUNT];
H A Dinterface_list.h96 InterfaceProxy::Factory id_to_factory_[API_ID_COUNT];
H A Dinterface_list.cc325 if (id <= 0 || id >= API_ID_COUNT)

Completed in 105 milliseconds