Searched defs:InterfaceList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/mojo/examples/pepper_container_app/
H A Dinterface_list.cc19 InterfaceList::InterfaceList() { function in class:mojo::examples::InterfaceList
33 InterfaceList::~InterfaceList() {}
36 InterfaceList* InterfaceList::GetInstance() {
37 return Singleton<InterfaceList>::get();
40 const void* InterfaceList::GetBrowserInterface(const std::string& name) const {
H A Dinterface_list.h16 // InterfaceList maintains the mapping from Pepper interface names to
18 class InterfaceList { class in namespace:mojo::examples
20 InterfaceList();
21 ~InterfaceList();
23 static InterfaceList* GetInstance();
31 DISALLOW_COPY_AND_ASSIGN(InterfaceList);
/external/chromium_org/ppapi/proxy/
H A Dinterface_list.cc174 InterfaceList::InterfaceList() { function in class:ppapi::proxy::InterfaceList
318 InterfaceList::~InterfaceList() {
322 InterfaceList* InterfaceList::GetInstance() {
325 return Singleton<InterfaceList>::get();
329 void InterfaceList::SetProcessGlobalPermissions(
334 InterfaceProxy::Factory InterfaceList::GetFactoryForID(ApiID id) const {
342 const void* InterfaceList
[all...]
H A Dinterface_list.h21 class PPAPI_PROXY_EXPORT InterfaceList { class in namespace:ppapi::proxy
23 InterfaceList();
24 ~InterfaceList();
26 static InterfaceList* GetInstance();
104 DISALLOW_COPY_AND_ASSIGN(InterfaceList);

Completed in 130 milliseconds