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 328 typedef std::map<std::string, Interface*> InterfaceMap;
329 InterfaceMap interface_map_;
object_manager.cc 81 InterfaceMap::iterator iter = interface_map_.find(interface_name);
439 InterfaceMap::iterator iiter = interface_map_.find(interface_name);
483 InterfaceMap::iterator iiter = interface_map_.find(interface_name);
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.h 189 typedef base::hash_map<std::string, const void*> InterfaceMap;
190 InterfaceMap plugin_interfaces_;
plugin_dispatcher.cc 145 InterfaceMap::iterator found = plugin_interfaces_.find(interface_name);

Completed in 205 milliseconds