Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/shared_impl/
Dapi_id.h68 API_ID_COUNT enumerator
/external/chromium_org/ppapi/proxy/
Ddispatcher.h94 scoped_ptr<InterfaceProxy> proxies_[API_ID_COUNT];
Ddispatcher.cc59 if (msg.routing_id() <= 0 || msg.routing_id() >= API_ID_COUNT) { in OnMessageReceived()
Dinterface_list.h102 InterfaceProxy::Factory id_to_factory_[API_ID_COUNT];
Dinterface_list.cc337 if (id <= 0 || id >= API_ID_COUNT) in GetFactoryForID()