Home | History | Annotate | Download | only in profiles

Lines Matching refs:created

55   // dir. This will return an existing profile it had already been created,
60 // when profile is created. If profile has already been created, observer
66 // created, observer is called immediately. Should be called on the UI thread.
81 // Returns created profiles. Note, profiles order is NOT guaranteed to be
121 ProfileInfo(Profile* profile, bool created)
122 : profile(profile), created(created) {
128 // Whether profile has been fully loaded (created and initialized).
129 bool created;
144 // Registers profile with given info. Returns pointer to created ProfileInfo
146 ProfileInfo* RegisterProfile(Profile* profile, bool created);
155 // Maps profile path to ProfileInfo (if profile has been created). Use