Home | History | Annotate | Download | only in profiles

Lines Matching defs:Profile

5 #include "chrome/browser/profiles/profile.h"
36 Profile::Profile()
42 Profile::~Profile() {
46 Profile* Profile::FromBrowserContext(content::BrowserContext* browser_context) {
48 return static_cast<Profile*>(browser_context);
52 Profile* Profile::FromWebUI(content::WebUI* web_ui) {
56 TestingProfile* Profile::AsTestingProfile() {
60 Profile::Delegate::~Delegate() {
64 const char Profile::kProfileKey[] = "__PROFILE__";
67 void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
160 // local state and user's profile. For other platforms we maintain
163 // in user's profile for other platforms as well.
204 std::string Profile::GetDebugName() {
212 bool Profile::IsGuestSession() const {
222 bool Profile::IsNewProfile() {
223 // The profile has been shut down if the prefs were loaded from disk, unless
225 // TODO(dconnelly): revisit this when crbug.com/22142 (unifying the profile
231 bool Profile::IsSyncAccessible() {
241 void Profile::MaybeSendDestroyedNotification() {
246 content::Source<Profile>(this),
251 bool ProfileCompare::operator()(Profile* a, Profile* b) const {