Home
last modified time | relevance | path

Searched refs:InterfaceMap (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ppapi/cpp/
Dmodule.h167 typedef std::map<std::string, const void*> InterfaceMap; typedef
168 InterfaceMap additional_interfaces_;
Dmodule.cc171 InterfaceMap::const_iterator found = additional_interfaces_.find( in GetPluginInterface()
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
Dmodule_instance.cc60 typedef std::map<nacl::string, const void*> InterfaceMap; typedef in __anon251755ed0111::PluginInterfaceTable
61 InterfaceMap interface_map_;
/external/chromium_org/ppapi/proxy/
Dplugin_dispatcher.h189 typedef base::hash_map<std::string, const void*> InterfaceMap; typedef
190 InterfaceMap plugin_interfaces_;
Dplugin_dispatcher.cc145 InterfaceMap::iterator found = plugin_interfaces_.find(interface_name); in GetPluginInterface()
/external/chromium_org/dbus/
Dobject_manager.h328 typedef std::map<std::string, Interface*> InterfaceMap; typedef
329 InterfaceMap interface_map_;
Dobject_manager.cc81 InterfaceMap::iterator iter = interface_map_.find(interface_name); in UnregisterInterface()
439 InterfaceMap::iterator iiter = interface_map_.find(interface_name); in AddInterface()
483 InterfaceMap::iterator iiter = interface_map_.find(interface_name); in RemoveInterface()