HomeSort by relevance Sort by last modified time
    Searched refs:InterfaceMap (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ppapi/cpp/
module.h 167 typedef std::map<std::string, const void*> InterfaceMap;
168 InterfaceMap additional_interfaces_;
module.cc 171 InterfaceMap::const_iterator found = additional_interfaces_.find(
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
module_instance.cc 60 typedef std::map<nacl::string, const void*> InterfaceMap;
61 InterfaceMap interface_map_;
  /external/chromium_org/dbus/
object_manager.h 283 typedef std::map<std::string, Interface*> InterfaceMap;
284 InterfaceMap interface_map_;
object_manager.cc 77 InterfaceMap::iterator iter = interface_map_.find(interface_name);
236 InterfaceMap::iterator iiter = interface_map_.find(interface_name);
281 InterfaceMap::iterator iiter = interface_map_.find(interface_name);
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.h 200 typedef base::hash_map<std::string, const void*> InterfaceMap;
201 InterfaceMap plugin_interfaces_;
plugin_dispatcher.cc 151 InterfaceMap::iterator found = plugin_interfaces_.find(interface_name);

Completed in 77 milliseconds