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

  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 224 struct ProfileInfo {
225 ProfileInfo(Profile* profile, bool created);
227 ~ProfileInfo();
239 DISALLOW_COPY_AND_ASSIGN(ProfileInfo);
259 // Registers profile with given info. Returns pointer to created ProfileInfo
261 ProfileInfo* RegisterProfile(Profile* profile, bool created);
263 // Returns ProfileInfo associated with given |path|, registred earlier with
265 ProfileInfo* GetProfileInfoByPath(const base::FilePath& path) const;
331 // Maps profile path to ProfileInfo (if profile has been created). Use
334 typedef std::map<base::FilePath, linked_ptr<ProfileInfo> > ProfilesInfoMap
    [all...]
profile_manager.cc 408 // Create the profile if needed and collect its ProfileInfo.
410 ProfileInfo* info = NULL;
555 ProfileInfo* profile_info = GetProfileInfoByPath(path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc 62 std::vector<linked_ptr<api::file_manager_private::ProfileInfo> >
68 std::vector<linked_ptr<api::file_manager_private::ProfileInfo> >
82 // Make a ProfileInfo.
83 linked_ptr<api::file_manager_private::ProfileInfo> profile_info(
84 new api::file_manager_private::ProfileInfo());
373 const std::vector<linked_ptr<api::file_manager_private::ProfileInfo> >&
397 const std::vector<linked_ptr<api::file_manager_private::ProfileInfo> >&
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wlanapi.h 243 WLAN_PROFILE_INFO ProfileInfo[1];

Completed in 519 milliseconds