OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileMap
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_shill_profile_client.h
60
typedef std::map<std::string, ProfileProperties*>
ProfileMap
;
67
ProfileMap
profiles_;
fake_bluetooth_profile_manager_client.h
67
typedef std::map<std::string, dbus::ObjectPath>
ProfileMap
;
68
ProfileMap
profile_map_;
/external/chromium/chrome/browser/extensions/
extension_history_api.h
53
typedef std::map<uintptr_t, Profile*>
ProfileMap
;
54
ProfileMap
profiles_;
Completed in 143 milliseconds