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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_manager_client.h 67 typedef std::map<std::string, dbus::ObjectPath> ProfileMap;
68 ProfileMap profile_map_;
fake_bluetooth_profile_manager_client.cc 47 ProfileMap::iterator piter = profile_map_.find(uuid);
69 for (ProfileMap::iterator piter = profile_map_.begin();
97 ProfileMap::iterator iter = profile_map_.find(uuid);
shill_profile_client_stub.h 59 typedef std::map<std::string, ProfileProperties*> ProfileMap;
66 ProfileMap profiles_;
shill_profile_client_stub.cc 190 for (ProfileMap::iterator iter = profiles_.begin();
199 ProfileMap::const_iterator found = profiles_.find(profile_path.value());
  /external/chromium/chrome/browser/extensions/
extension_history_api.h 53 typedef std::map<uintptr_t, Profile*> ProfileMap;
54 ProfileMap profiles_;
extension_history_api.cc 93 ProfileMap::iterator it = profiles_.find(source.map_key());

Completed in 741 milliseconds