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

  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 720 void ProfileManager::DoFinalInit(Profile* profile, bool go_off_the_record) {
722 DoFinalInitForServices(profile, go_off_the_record);
734 bool go_off_the_record) {
737 !go_off_the_record);
796 bool go_off_the_record = ShouldGoOffTheRecord(profile); local
797 if (success && !go_off_the_record)
802 DoFinalInit(profile, go_off_the_record);
803 if (go_off_the_record)
812 if (profile && go_off_the_record)
980 bool go_off_the_record = false; local
    [all...]
profile_manager.h 212 virtual void DoFinalInit(Profile* profile, bool go_off_the_record);
213 virtual void DoFinalInitForServices(Profile* profile, bool go_off_the_record);

Completed in 667 milliseconds